> For the complete documentation index, see [llms.txt](https://okpos.gitbook.io/okpos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okpos.gitbook.io/okpos/undefined-4/papers/receipts_contents.md).

# 일반 영수증 편집

{% hint style="warning" %} <mark style="color:orange;">**매장 웹 영업정보시스템**</mark>에서 만들 수 있습니다.&#x20;

POS에서 <mark style="color:orange;">**웹정보**</mark>버튼을 눌러주세요. (버튼이 없다면 대리점에 요청하세요)
{% endhint %}

**1.&#x20;**<mark style="color:green;">**기초관리 > 출력물관리 > 포스출력물 관리**</mark> 로 이동하세요.

<figure><img src="/files/kqXlv4TfhIB2Jq6SjHPL" alt=""><figcaption></figcaption></figure>

**2.** 종류를 '일반영수증'으로 선택하세요.

**3.** 편집은 {Edit} 영역에서 처리합니다.

![](/files/4N4hIC2pTe7XdBOrmG7U)

**4.** {Edit} 영역에서 추가할 위치에 커서를 놓고 추가할 코드는  좌측 Code List 에서 선택하여 더블클릭합니다.

**5.** 또는 {Edit} 영역에서 Code List 와 동일하게 입력 후 저장합니다.&#x20;

{% hint style="info" %}
간단 설정이 필요한 경우 템플릿명에서 종류 선택 후 저장하세요.

* 영수증-별도-신용전표 :영수증과 신용전표(고객용)이 분리됩니다.
* 영수증-일반 : 기본 출력물 양식입니다.&#x20;
* 영수증-절약(상품표기) : 일반영수증에 간략하게 상품정보만 표기합니다.&#x20;
* 영수증-절약전표 : 상품정보가 없는 영수증입니다.
  {% endhint %}

***

### 🙋‍♀️ 추가된 코드 리스트 입니다 곧 코드별 설명을 준비하겠습니다!

\
{상품리스트 11} 코드사용  시 적용된 것 처럼 상품별로 하단에 “할인 및 금액” 표기

<figure><img src="/files/BA9WKh3TxjWBzwvtBYYO" alt=""><figcaption></figcaption></figure>

{주문서-메뉴출력형태10}  코드사용  시 적용된 것 처럼 새로 주문되는 상품 구분의 신규 삭제 , 포장만 view

<figure><img src="/files/TIGCbjySlD16V6UcYKyQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://okpos.gitbook.io/okpos/undefined-4/papers/receipts_contents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
