> For the complete documentation index, see [llms.txt](https://okpos.gitbook.io/okpos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okpos.gitbook.io/okpos/okpos-2/okpos-plus/undefined.md).

# 테이블에 주문/경과 시간 표시하기

{% hint style="info" icon="stopwatch" %}
포스기에 표시되는 테이블마다 주문시간과 주문 경과시간이 표시되게 설정할 수 있습니다.\
시간제 매장에게 더 유용한 기능이예요!
{% endhint %}

## 1. 매장환경설정 접속 <a href="#id-1" id="id-1"></a>

대리점 계정으로 ASP 접속, 시스템관리→ 본사/매장마스터→ 매장환경설정으로 이동합니다.<br>

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

## 2. 외식 환경 탭 설정

\[500] 값과 \[909] 값을 매장에 맞게 지정해주세요.**\[500]** '경과 시간 표시 구분' 에서는 '주문 후 경과 된 시간'과 '주문한 시간' 둘 중 하나를 표시되게 할 수 있고, 이에 따라 **\[909]** 설정 값의 결과가 달라집니다.

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

{% hint style="warning" %}
\[500]의 값을 '경과 시간' 으로 설정했을때에는 \[909] 값을 다 반영하여 변경되지만,\
\[500]의 값을 '주문 시간' 으로 설정했을때에는 \[909] 값을 '미노출' 제외어떤 옵션으로 설정하든 '주문시간'만 노출됩니다.
{% endhint %}

{% columns %}
{% column %}
**\[500]**&#xC758; 값이 **'경과 시간'**&#xC77C; 때 \
\[909] 설정 결과 값

***

* **'경과 시간 + 주문 시간' 선택 시**

**:** 경과 된 시간과 주문을 받은 시간 **모두** 노출됩니다.

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

* **'미사용'** 선택 시

: 아무 내용도 노출되지 않습니다.

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

* '경과 시간만' **선택 시**

: 주문을 받고 경과 된 시간만 노출됩니다.

<figure><img src="/files/5xiXpeKtF56iZsbNrQH0" alt=""><figcaption></figcaption></figure>

* **'주문 시간'만**

**주문이 완료 된 시간만 노출됩니다.** 주문 후 경과 된 시간은 노출되지 않습니다.

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

{% endcolumn %}

{% column %}
**\[500]**&#xC758; 값이 ***'주문 시간'***&#xC77C; 때 \
\[909] 설정 결과 값

***

* **'경과 시간 + 주문 시간' 선택 시**

**: 주문이 완료 된 시간만 노출됩니다.** 주문 후 경과 된 시간은 노출되지 않습니다.

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

* **'미사용'** 선택 시

: 아무 내용도 노출되지 않습니다.

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

* '경과 시간만' **선택 시**

: **주문이 완료 된 시간만 노출됩니다.** 주문 후 경과 된 시간은 노출되지 않습니다.

<figure><img src="/files/6V45mr89dmQXmA2hyAiP" alt=""><figcaption></figcaption></figure>

* **'주문 시간'만**

**주문이 완료 된 시간만 노출됩니다.** 주문 후 경과 된 시간은 노출되지 않습니다.

<figure><img src="/files/Dmc4lL2AfNxHjqZ5Lzrh" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://okpos.gitbook.io/okpos/okpos-2/okpos-plus/undefined.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.
