> For the complete documentation index, see [llms.txt](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/i.md).

# 판매현황 I

### 1. 현황

전체 주문, 진행, 완료, 취소 된 주문 내역을 확인할 수 있어요.

### 2. 완료/완료취소

조리(제조)가 완료되면 \[완료] 버튼을 선택해요.

완료 처리후에는 버튼이 \[완료취소]로 변경이 되며, 완료 처리를 취소할 수도 있어요.

완료 처리하지 않으면 30분 후 자동으로 완료 처리가 돼요.

### 3. 메뉴 기능

주문표시: 키오스크, 포스로 구분을 해요.

화면 선택 아이콘: 상세보기, 요약보기를 선택 해요.

새로고침: 새로고침을 해요.

전체완료: 현재 진행중인 전체주문을 완료료 변경할 수 있어요.

### 4. 결제 변경, 결제 취소

주문 완료된 결제를 변경하거나, 취소할 수 있어요.

### 5. 주문서 출력, 영수증 출력

주문서와 영수증을 재출력을 할 수 있어요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FPe3XepNsIAS6dSFKcg1a%2Fimage.png?alt=media&amp;token=76cea1fb-72de-4602-a969-5e6f0299d1e7" 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://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/i.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.
