> 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/h12.md).

# 주문내역 서빙 관리하기(H12)

○ 각 태블릿에서 주문한 상품을 서빙했는지 "관리자 태블릿"에서 관리할 수 있는 기능입니다.&#x20;

1. **에이전트  프로그램 버전 확인** &#x20;

&#x20;    \- 플러스오더 ASP에 대리점ID로 로그인 및 매장환경 설정으로 이동합니다.

&#x20;    \- \[H05] 테이블오더 버전 선택 : <mark style="color:red;">**088 버전 이상**</mark>을 선택하셔야 합니다. &#x20;

2. **서빙관리 항목 확인**&#x20;

&#x20;    \- 플러스오더 ASP에 대리점ID로 로그인 및 매장환경 설정으로 이동합니다.

&#x20;    \- <mark style="color:red;">**\[H12] 서빙관리 :  "차수별관리" ,  "메뉴별관리" , "주문별관리"**</mark> 로 설정합니다.

* 차수별관리 : 주문차수별 서빙 관리
* 메뉴별관리 : 각 메뉴별 서빙 관리
* 주문별관리 : 주문서 형태로 서빙 관리 (<mark style="color:red;">**테이블오더 105버전 이상**</mark> 사용합니다.)

3. **관리자 태블릿에서 "서빙관리" 메뉴 실행**&#x20;

&#x20;    \- 관리자 태블릿에서 "서빙관리" 메뉴 실행합니다. &#x20;

### 메뉴별 서빙관리 화면

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

### 차수별 서빙관리 화면

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

* 차수별 서빙관리 화면에서 주문내역을 클릭했을때

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

&#x20;   \- "서빙 현황"은 주문이 접수된 상품 리스트를 확인할 수 있습니다. &#x20;

&#x20;       "완료" 버튼은 고객에게 해당 상품을 서빙 완료했을때 실행합니다.&#x20;

&#x20;    \- "서빙 완료 내역"은 서빙 완료한 상품 리스트를 확인할 수 있습니다.&#x20;

&#x20;       "복원" 버튼은 서빙하지 않은 상품을 잘못 처리했을때 실행합니다. -> "서빙 현황"으로 상품 전송된 것을 확인할 수 있습니다.&#x20;

### 주문별 서빙관리 화면

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

-KDS 주문서 관리 화면과 비슷하게 구성되어 있고, 각 주문서 또는 각 메뉴별 선택 후 서빙 완료 처리 할 수 있습니다.

-해당 기능은 플러스오더 105버전 이상 사용 시 서비스 가능합니다.


---

# 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/h12.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.
