> 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/connect-print-receipt.md).

# 일정-수납 연결, 납입확인서 출력하기

{% hint style="info" %}
수납내역을 관리할 때 유용한 기능에 대해서 소개해드릴게요!
{% endhint %}

## 🔗 일정-수납간편 연결하기

* 수납 기록 시, 등록된 일정을 이용해 수납을 기록하면 간편하게 일정과 수납내역이 연결됩니다.
* 사용방법은 아래 링크를 참고해주세요.

{% hint style="success" %}
링크 바로가기: [💰 등록된 일정을 이용해 수납 기록창 열기 (🌟추천)](/intro/pcmanual/payments/general-payment.md#undefined)
{% endhint %}

## 🔗 일정-수납 직접 연결하기

{% hint style="info" %}
수납이 기록 됐음에도 일정 정보에 연결된 수납 내역 존재여부가 표시되지 않으시나요?
{% endhint %}

### 🗓️ 일정내역에서 연결하기

![](/files/2l5uApSbyOcHt23Rzpik)

{% stepper %}
{% step %}
일정 정보 좌측 하단의 버튼을 클릭해주세요
{% endstep %}

{% step %}
노출된 창에서 “이 일정에 수납 연결하기” 버튼을 클릭해주세요.

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

{% step %}
기본적으로 등록된 일정내역과 동일한 일자로 저장 일자가 기록된 수납내역의 목록을 노출합니다. 만약 다른 날짜로 저장된 수납내역과 연결하시려면 “모든 내역”으로 변경해주세요.
{% endstep %}

{% step %}
연결하고자 하는 수납내역을 확인하고 클릭해주세요.
{% endstep %}

{% step %}
선택된 수납내역이 있을 경우 버튼이 활성화 됩니다. 수납내역을 선택했다면 “연결하기” 버튼을 클릭해주세요!
{% endstep %}
{% endstepper %}

### 💰 수납내역에서 연결하기

![](/files/dwxiUohY4h7p8pqn1NRe)

{% stepper %}
{% step %}
수납내역 정보 좌측 하단의 “일정 연결” 버튼을 클릭해주세요.

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

{% step %}
기본적으로 등록된 수납내역의 저장일자와 동일한 일자에 등록된 일정내역의 목록을 노출합니다.\
만약 다른 날짜로 저장된 일정과 연결하시려면 “모든 내역”으로 변경해주세요.
{% endstep %}

{% step %}
연결하고자 하는 일정내역을 확인하고 클릭해주세요.
{% endstep %}

{% step %}
선택된 일정내역이 있을 경우 버튼이 활성화 됩니다.\
일정내역을 선택했다면 “연결하기” 버튼을 클릭해주세요!
{% endstep %}
{% endstepper %}

## 🖨️ 납입확인서 출력하기

![](/files/25ognpX18geuSNdWkMTE)

{% stepper %}
{% step %}
고객정보창 좌측 상단에서 ‘문서 발급 - 납입확인서’ 메뉴를 선택해주세요.

![](/files/NbSVnVrbH5M0LoSSur2E)

{% endstep %}

{% step %}
납입 확인서의 종류를 선택해주세요.

* 기본 납입 확인서
  * 어떤 항목들에 대해 수납이 됐는지에 대한 정보는 표시되지 않으며,\
    수납된 금액들의 내역들만 출력됩니다.
* 상세 납입 확인서
  * 어떤 항목들에 대해 수납됐는지 등 기본 납입 확인서보다 더 상세한 정보가 출력됩니다.
    {% endstep %}

{% step %}
조회 기간을 선택해주세요.
{% 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/connect-print-receipt.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.
