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

# 주문마감기능-일정등록(H37)

{% hint style="danger" %}

1. 플러스오더 프로그램 <mark style="color:red;">113버전 이상</mark>에서 안정적으로사용할 수 있습니다.&#x20;
2. 주문마감(주문마감/영업마감) 안내가 송출되는동안, 매장 광고는 송출되지 않습니다.
3. 브레이크타임, 안주,음식마감, 주류마감 안내는 '고객 화면터치 후 사용'은 대기시간이 1분이 넘어가면 다시 안내가 공지됩니다.
   {% endhint %}

{% stepper %}
{% step %}

### 플러스오더 ASP에 대리점 계정으로 접속합니다.&#x20;

시스템관리 > 본사/매장마스터 > 매장환경설정 화면을 실행합니다.

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

{% step %}

### H37 주문마감 옵션을 "사용(일정등록)"으로 설정 및 저장합니다.

이후 메인포스 플러스오더 에이전트에서 데이터 동기화를 실행합니다.&#x20;
{% endstep %}

{% step %}

### 관리자태블릿에서 "주문마감관리" 메뉴를 실행합니다.&#x20;

* 기능은 (1)주문마감안내, (2)브레이크타임안내, (3)안주,음식마감안내, (4)주류마감안내 4가지 기능을 사용할 수 있으며, 화면에 안내되는 문구만 다르고, 기능은 동일합니다.&#x20;

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

* 화면에 안내되는 문구 설정이 가능합니다.

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

* 대분류를선택하는경우, 해당대분류의 메뉴들이 안내시간에 주문마감 시킬 수 있습니다.

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

{% step %}

### 상세 설정 정보를 다음과 같이 입력합니다.

(1)<mark style="color:red;">**요일별로 주문마감안내 시간을 입력합니다.**</mark>&#x20;

(2)안내시간은 선택한 "시작 시간" 몇분이전에 화면에 안내할지 설정합니다.

시간이  익일새벽 시간대로 적용이 필요한 경우, 24시 25시 26시 등의 시간을 선택할 수 있습니다.

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

(3)사용기능은 화면에 "주문마감" 또는 "영업마감" 안내 문구가 출력됩니다.&#x20;

(4)사용옵션은, 고객 플러스오더 화면에 안내문구가 출력되고 있을 때, 관리자가 해제 후 사용하게 할지, 고객이 플러스오더 화면을 터치하여 사용하게 할지 선택합니다.&#x20;

(5)선택분류: 주문을 마감할 대분류를 선택합니다. 동일한 방법으로 한번 더 클릭시 분류 선택이 해제 됩니다.

(6)화면에 보여지는 안내무구를 설정합니다.

(7)정보를 다 입력했다면, "적용" 버튼을 실행하면, 모든 플러스오더 화면에 적용됩니다.&#x20;

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

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

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

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

* 선택분류: '음식'(대분류) 를  적용한 화면입니다.

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


---

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