> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/documentation/ko/concepts/partners.md).

# 거래처

***

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

***

## 거래처 등록 및 삭제 <a href="#how-to-add-partners" id="how-to-add-partners"></a>

`데이터 관리` > `거래처`에서 거래처를 등록하거나 삭제할 수 있습니다. `거래처 추가` 버튼 옆 화살표를 클릭하면 엑셀로 대량 등록도 가능합니다.

* **공급자 :** 입고 시 선택하는 거래처
* **고객 :** 출고 시 선택하는 거래처

<figure><img src="/files/x7t6w5sgsMvZShPMP9lJ" alt="거래처 공급자와 고객이 등록된 화면"><figcaption></figcaption></figure>

{% hint style="success" %}
거래처는 미리 등록하지 않아도, 입출고할 때 바로 입력해 사용할 수 있습니다.
{% endhint %}

## 거래처 사용 방법 <a href="#using-partners" id="using-partners"></a>

### 입고/출고 <a href="#stock-in-stock-out" id="stock-in-stock-out"></a>

입출고 시 거래처를 선택하면 거래 이력이 함께 기록됩니다. 거래처 선택은 옵션이므로, 필요하지 않다면 입력하지 않아도 됩니다.

<figure><img src="/files/mCTBBaB86qEtFHOn0lQ7" alt="입고에서 거래처를 입력하는 방법"><figcaption></figcaption></figure>

### 구매/판매 <a href="#purchase-sales" id="purchase-sales"></a>

주문서 작성 시, 선택한 거래처의 정보(주소, 전화번호)가 자동으로 표시됩니다.

<figure><img src="/files/CF8g1FzHr8dHc77eiwux" alt="구매 및 판매서에서 주문서를 작성할 때 거래처 표기"><figcaption></figcaption></figure>

## 거래 이력 확인 <a href="#transactions-by-partner" id="transactions-by-partner"></a>

`히스토리`에서 거래처를 선택하면 해당 거래처의 내역만 확인할 수 있습니다.

<figure><img src="/files/qjgsvi481aAXcupJRwPo" alt="입출고 히스토리 거래처별 확인"><figcaption></figcaption></figure>

`입출고 요약`에서 거래처를 선택하면, 기간별 입고·출고량을 확인할 수 있습니다.

<figure><img src="/files/FfQTdOOY4EJP39mUZsLK" 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://www.boxhero.io/docs/documentation/ko/concepts/partners.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.
