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

# 고객 인원수 출력(H13)-인원만큼주문

{% hint style="danger" %}

1. 플러스오더 126 버전 이상에서 사용 가능합니다.
2. 선불제, 후불제 매장에서 사용 가능합니다.&#x20;
   {% endhint %}

{% stepper %}
{% step %}

### 플러스오더 ASP에 대리점 계정으로 로그인 합니다.

시스템관리 > 본사/매장마스터 > 매장환경설정 으로 이동합니다.

&#x20;매장정보를 입력하고 조회합니다.&#x20;
{% endstep %}

{% step %}

### H03 과 H13 옵션 설정을 합니다.

\[H03] 선불/후불 - '후불' 또는 '선불'  로 설정합니다.

\[H13] 고객 인원수 출력 - '인원만큼주문' 으로 설정합니다.

<figure><img src="/files/EM2pedYheiCLNM3puJTq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 플러스오더 ASP에 가맹점 계정으로 로그인 합니다.

기초관리 > 테이블오더관리 > 상품변경 화면으로 이동합니다.

상품 조회 후 고객인원수 수량을 설정하고 저장합니다.

고객인원수 수량은 1개의 상품당 인정되는 고객의 인원 수 입니다.

ex) 고객인원수수량: 1 인경우 상품 1개=고객 1명

&#x20;     고객인원수수량: 2 인경우 상품 1개=고객 2명

<figure><img src="/files/gzYzs9MiHZmAA4QCSaQC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 플러스오더 에이전에서 데이터 동기화를 합니다.

{% endstep %}

{% step %}

### 기능이 적용된 화면입니다.

첫주문시 고객 인원수 입력창이 보여집니다.

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

(1) 고객인원수 3명, 고객인원수수량 1인 베이컨 킹버거는 3개 이상 주문해야합니다.

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

(2) 고객인원수 3명, 고객인원수수량 2인 베이컨 버거는 2개 이상 주문해야합니다.

<figure><img src="/files/4VF7C1KXgjMiBLVvlT6r" alt=""><figcaption></figcaption></figure>

(3) 고객인원수 수량은 합산되어 고객인원수가 인정됩니다.

&#x20;     고객인원수 3명 고객인원수수량 1 베이컨킹버거과 고객인원수수량 2 베이컨버거 주문입니다.

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

(4) 고객인원수보다 적은 수량으로 주문한 화면입니다.

<figure><img src="/files/ikM4TeBPioTAWncimmCZ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% stepper %}
{% step %}

### 인원수만큼주문2

손님 인원수에 포함되지 않는 메뉴를 비활성화 하여 안내합니다.&#x20;

인원수 만큼 주문 후에는 모든 메뉴를 주문할 수 있습니다.&#x20;

<figure><img src="/files/JLFMJlPzWIJe4V88Su5d" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

\#인원수만큼주문  #인원수만큼주문2  #고객인원수만큼주문&#x20;


---

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