# 마감정산서

{% hint style="info" icon="mobile-screen" %}
키오스크 영업 마감 시 출력되는 **매장 보관용 마감 정산서**입니다.\
기본 양식이 적용되어 있으며, 필요 시 아래 출력물 코드를 참고해 수정할 수 있습니다.
{% endhint %}

&#x20;

## 1. 설정 위치 <a href="#undefined" id="undefined"></a>

* 기초관리 → 출력물 관리 → 포스 출력물 관리 → 종류 **‘마감정산서’** 선택

<figure><img src="https://3719518076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb16jJko9lJAuY2mI88V8%2Fuploads%2Ft5H2oShieygHp4ipLWV0%2Fimage.png?alt=media&#x26;token=644dc323-4c99-4d12-b900-fb13e777a6bd" alt=""><figcaption></figcaption></figure>

## **2. 설정 방법** <a href="#undefined" id="undefined"></a>

* 1\. 종류에서 **‘KIOSK - 마감정산서’** 선택합니다.
* 2\. Edit 영역에서 코드를 추가하고 싶은 곳에 커서를 둡니다.
* 3\. Code List 영역에서 추가할 코드를 더블 클릭합니다. (주요 코드는 아래의 표에서 확인)
* 4\. Edit 영역의 \[저장] 을 클릭합니다.

{% hint style="danger" %}
**설정 변경 후 키오스크를 재시작해야 적용됩니다.**
{% endhint %}

&#x20;

## 3. 주요 코드 안내 <a href="#undefined" id="undefined"></a>

#### {테이블별-결제수단 취소내역} <a href="#undefined" id="undefined"></a>

* **코드 내용** : 마감 정산서에 상품별 판매 수량과 매출을 표시합니다.
* **출력 내용** : 마감 시 해당 영업일의 판매 수량과 매출이 영수증에 출력됩니다.

<figure><img src="https://3719518076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb16jJko9lJAuY2mI88V8%2Fuploads%2Fibo3BVJ15pU81oQ880VY%2Fimage.png?alt=media&#x26;token=989be3f0-197e-4c7e-84c5-066d6a4fe2e3" alt="" width="563"><figcaption><p>클릭하면 더 크게 볼 수 있어요! </p></figcaption></figure>

* **출력 예시 :**&#x20;

{% columns %}
{% column %}

<h4 align="center"><strong>마감정산서 실제출력물</strong></h4>

<figure><img src="https://3719518076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb16jJko9lJAuY2mI88V8%2Fuploads%2FHhJye342Put25IbzNeWi%2Fimage.png?alt=media&#x26;token=2508b98a-2e8d-45b7-beee-a7d7f25fdcb7" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<h4 align="center"><strong>테이블별 취소내역 상세</strong></h4>

<figure><img src="https://3719518076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb16jJko9lJAuY2mI88V8%2Fuploads%2F3p4WkT2rCzro4XyrZbfK%2Fimage.png?alt=media&#x26;token=625454fa-1631-4415-82e9-dae9aa1614ef" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### {매출현황-상품별} <a href="#undefined" id="undefined"></a>

* **코드 내용** : 마감 정산서에 상품별 판매 수량과 매출을 표시합니다.
* **출력 내용** : 마감 시 해당 영업일의 상품별 판매 수량과 매출을 영수증에 출력합니다.
* **출력 예시** :

<figure><img src="https://3719518076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb16jJko9lJAuY2mI88V8%2Fuploads%2FS85yT6rJaplXp3ymrngY%2Fimage.png?alt=media&#x26;token=a18492d0-7010-49e7-8b3d-17dbcb8fbb53" alt=""><figcaption></figcaption></figure>

&#x20;


---

# Agent Instructions: 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:

```
GET https://okpos.gitbook.io/new-okpos/pos-and-kiosk/okpos-asp/netusys-asp-1.0/store-asp/edit/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
