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

# 공통코드

자주쓰는 항목을 위한 공통코드에요.

> 경로: `사이트맵> 환경설정> 공통코드`

입출금 내역, 주문 메모를관리 할 수 있어요.

단, 고객등급은 항목명만 보여주고, 관리는 할 수 없어요.

1. 분류에서 선택을 하면, 해당 분류의항목을 등록/수정/삭제 할 수 있어요.
2. 새로운 상세항목을 입력 할 수 있어요.
3. 상세 항목의 순서를 변경 할 수 있어요.
4. 상세 항목을 등록, 수정, 삭제 할 수 있어요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2Fzknm0QvsNoGSXbwBAUyC%2Fimage.png?alt=media&amp;token=053197cb-8be4-4139-87f7-1341119f1a03" alt=""><figcaption></figcaption></figure>

### 1. 입출금 내역 적용 예시

`업무관리> 입출금 관리` 내역 목록과 동기화 되는걸 볼 수 있어요

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2Fw9nZjNBhrKtVHw1k784n%2Fimage.png?alt=media&amp;token=d919157b-2a44-4324-9350-04ef981edd91" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2F5rYa20xxOdT7eMlrqWRv%2Fimage.png?alt=media&amp;token=e57df8c2-0e8e-4dff-b00c-071c4ce88e13" alt=""><figcaption><p>입출금관리 > 내역목록</p></figcaption></figure>

### 2. 주문 메모 적용 예시

`판매화면> 장바구니 > 메모` 내역 목록과 동기화 되는 걸 볼 수 있어요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FPf97HdDrbxLNmUT71aZA%2Fimage.png?alt=media&amp;token=d2af3123-efad-4f14-9494-9fd271e906d6" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FUzyrcylUpBv8Bota559b%2Fimage.png?alt=media&amp;token=090873b0-fe34-4c2e-8cb3-9ef5edcb90d0" alt=""><figcaption><p>판매화면> 장바구니> 메모</p></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://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-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.
