> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/payments/settle-receivables.md).

# 미수금 일괄 정산하기

{% hint style="info" %}
특이사항에 EAP, 회사명 등을 기입해 놓으면 미수금 일괄 정산이 아주 쉬워져요!
{% endhint %}

## 💵 미수금/EAP 일괄 정산하기

![](/files/eGPamru33JKAbSSKzpRZ)

{% stepper %}
{% step %}
화면 상단의 ‘조회’ 탭을 클릭해주세요.
{% endstep %}

{% step %}
화면 좌측의 ‘수납 목록’ 메뉴를 클릭해주세요.
{% endstep %}

{% step %}
상세 검색을 진행해주세요.

* 수납정보 - 상태를 ‘미납’으로 설정해주세요.
* EAP 정산을 진행하시려면 수납정보 - 특이사항에서 기업명도 선택해주세요.
  {% endstep %}

{% step %}
상세 검색된 수납 목록이 노출됩니다. 미수금을 처리하고자 하는 수납 내역을 선택해주세요.
{% endstep %}

{% step %}
상태가 ‘미납’인 수납 내역만 선택하실 경우 활성화 됩니다.\
활성화 된 ‘미수금 일괄 처리하기’ 버튼을 클릭해주세요.

![](/files/p5baKIc3Q6uZobP4j5zB)
{% endstep %}

{% step %}
선택된 수납 내역의 정보를 확인해주세요.
{% endstep %}

{% step %}
미수금 처리 방법을 선택해주세요. 미수금 일괄 처리 시 단말기 연동은 불가합니다.
{% endstep %}

{% step %}
모든 확인이 끝났다면, ‘수납 처리하기’ 버튼을 클릭해주세요.
{% 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://sangdamtoday.gitbook.io/intro/pcmanual/payments/settle-receivables.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.
