> For the complete documentation index, see [llms.txt](https://mocoplex.gitbook.io/qropos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mocoplex.gitbook.io/qropos/orderpayments/order/oder-1.md).

# 주문 관리

## <mark style="background-color:red;">목차</mark>

* [테이블 관리](#undefined-1)
* [현재 주문](#undefined-2)
* [주문 상세](#undefined-3)

***

1\) 고객이 QR or 태블릿으로 주문을 넣으면 아래와 같이 해당 테이블에 주문이 접수됩니다.

<figure><img src="/files/9Fjmx2FYENyh4jektQCs" alt=""><figcaption></figcaption></figure>

2\) 해당 테이블을 누르면 아래 기능들을 관리할 수 있습니다.

***

## <mark style="background-color:red;">테이블관리</mark>

* 이름 변경 : 테이블의 이름을 변경합니다.
* 지난 주문 : 해당 테이블의 지난 주문 내역을 확인 할 수 있습니다.
* 인증번호 변경 : 주문 고객의 인증번호를 변경할 수 있습니다.
* 주문옮기기 : 해당 테이블의 메뉴를 지정한 테이블로 이동합니다.
* 자리이동 : 해당 테이블을 지정한 테이블로 이동합니다.
* 테이블 합치기 : 해당 테이블과 지정한 테이블을 연결합니다. (A테이블 합치기 → B테이블 : A,B 테이블 연결)
* 잔액 계산 : 해당 테이블의금액을결제합니다.
* 테이블 취소 : 주문을 전체 취소하고 손님을 새로 받을 경우 사용합니다.
* 테이블 완료 : 고객이 결제까지 완료하고 퇴점했을 경우 새로 고객을 받기 위해 필수로이테블 완료 처리를 합니다.

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

<figure><img src="/files/752qdT93qmyfxrfa8d9L" alt=""><figcaption></figcaption></figure>

***

## <mark style="background-color:red;">현재 주문</mark>

1\) 해당 테이블의 주문 내역을 요약해서 보여주고, 주문 수량 수정이 가능합니다.

<figure><img src="/files/0BwFFx9pTLO9kL39DZZv" alt=""><figcaption></figcaption></figure>

***

## <mark style="background-color:red;">주문상세</mark>&#x20;

1 ) 주문 내역을 상세히 확인할 수 있으며, 주문 내역별로 조리 시간 안내, 주방 주문서 프린트, 주문 취소, 주문 완료 처리가 가능합니다.

<figure><img src="/files/emYrFziAY1PJtxAMZQNJ" 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://mocoplex.gitbook.io/qropos/orderpayments/order/oder-1.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.
