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

# 직원호출 주문서출력

#### ○ 직원호출\[H08]을 사용하고, 사전 등록한 호출서비스를 주문서로 출력하는 방법입니다.

* 등록한  상품은 주문서로 출력되지만, 관리자 태블릿에서 호출 알림과 팝업이 되지 않습니다.
* 신규주문알림\[H45] 사용시 관리자 태블릿에서 주문 알림을 받을 수 있습니다.
* 주문서는 OKPOS ASP에서 주방프린터 설정에 따라 출력이 가능합니다.

#### ○ 매장  계정 - 플러스오더 ASP 설정

* 매장 계정으로 플러스오더 ASP에 로그인합니다.
* 기초관리 > 테이블오더관리 > 호출서비스등록 > 직원호출 탭으로 이동

#### ○ 아래 순서와 같이 진행합니다.

&#x20;  (1)직원호출 탭 실행합니다.

&#x20; (2)"신규" 버튼을 실행하고, 하단에 서비스들을 등록합니다.&#x20;

&#x20; (3)우측 화면에서 "조회" 버튼을  실행합니다.&#x20;

&#x20; (4)좌측 화면에서 상품으로 연결한 서비스를 클릭합니다.

&#x20; (5)우측 화면에서 서비스에 연결할 상품의 상품코드를 클릭합니다.  \
&#x20;   이때 서비스명이 상품명으로 변경됩니다.

&#x20; (6)작업이 완료되면 "저장" 버튼을 실행합니다.

<figure><img src="/files/oT9BZ2ooQGbKTuRRlN6V" 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/undefined-14.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.
