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

# 주문내역조회 구분(H60)

{% hint style="danger" %}

* 해당 기능은 OKPOS 사용 매장에 적용 됩니다.
* <mark style="color:red;">**프로그램은 099버전 이상을 사용합니다.**</mark>&#x20;
  {% endhint %}

### 🞜 주문내역 조회 기능은 다음과 같습니다.&#x20;

* 플러스오더와 OKPOS에서 주문한 내역을 플러스오더에서 조회하는 기능입니다.

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

### 🞜 주문내역 조회 기능은 다음과 같이 사용합니다.

1. 후불제 매장 플러스오더 화면 하단에 항상 "주문내역" 버튼을 사용할 수 있습니다.
2. 선불제 매장에서는 "\[H04] 선불시 테이블유지" 옵션을 사용시, 화면 하단에 "주문내역" 버튼을 사용할 수 있습니다.&#x20;
3. "\[H60] 주문내역조회 구분" 을 "내역조회"로 설정하는 경우, 주문 횟수차별로 내역 확인이 가능합니다. (위 이미지 참조)
4. "\[H60] 주문내역조회 구분" 을 "총계조회"로 설정하는 경우, 주문  메뉴별 합산 내역 확인이 가능합니다. (아래 이미지 참조)

<figure><img src="/files/YULrXIugPZb73PeUWcxH" 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://plusorder.gitbook.io/helpme/ex/undefined-4/h60.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.
