> 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/general-payment.md).

# 일반 수납하기

{% hint style="info" %}
센터 운영에 가장 중요한 매출 기록을 하는 방법을 알아볼까요?
{% endhint %}

## 💰 등록된 일정을 이용해 수납 기록창 열기 (🌟추천)

### 방법 1️⃣ 현황판에서 바로 수납 기록창 열기

![](/files/KJSgHSufVhi4a1t6uGDe)

{% stepper %}
{% step %}
현황판에 표시된 일정 중 수납을 기록하고 싶은 싶은 일정을 클릭해주세요.
{% endstep %}

{% step %}
클릭 시, ‘일정 정보창’이 노출됩니다.
{% endstep %}

{% step %}
‘일정 정보창’ 내에 있는 ‘새 수납’ 버튼을 클릭해주세요. 클릭 시, ‘수납 기록창’이 열립니다.
{% endstep %}
{% endstepper %}

### 방법 2️⃣ 고객정보창에서 바로 수납 기록창 열기

![](/files/9Qkt8T0NHVtR4GAfWuk2)

{% stepper %}
{% step %}
“일정 내역”에 존재하는 내역 중, 수납할 내역을 클릭해주세요.
{% endstep %}

{% step %}
‘수납 추가’ 버튼을 클릭해 ‘수납 기록창’을 열어주세요.
{% endstep %}
{% endstepper %}

## 💰 등록된 일정 없이 수납 기록창 하기

![](/files/qENvCOO7T5BJIXNWqukl)

{% stepper %}
{% step %}
고객정보창 화면 좌측 상단의 ‘새 수납’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
‘새 수납’ 버튼을 클릭하셨다면, 화면 우측에 ‘수납 기록창’이 열립니다.
{% endstep %}
{% endstepper %}

## 📃 수납 기록창 사용하기

![](/files/WPPK4ml0uirZG23B5JUH)

{% stepper %}
{% step %}
수납할 항목을 추가하려면, 이 버튼을 클릭해 주세요.
{% endstep %}

{% step %}
수납할 항목들에 대한 정보가 보여지는 공간이에요. 단가나 할인 금액, 담당자, 인센티브 등의 정보를 수정할 수 있어요.

* 등록된 일정을 이용해 수납기록을 할 경우, 자동으로 일정에 추가된 항목을 불러옵니다.
* 인센티브 기능도 사용하신다면 인센티브가 잘 들어갔는지 꼭 확인해주세요!
  {% endstep %}

{% step %}
수납 금액과 수납 방법을 설정할 수 있어요. 수납금액과 수납방법이 선택되었다면 “x원 수납하기” 버튼을 눌러 수납을 진행해주세요.

* 분할 수납을 해야 한다면, 분할할 금액을 “수납 금액”에 입력하고 ‘수납하기’ 버튼을 클릭해주세요. 수납 진행 시, 남은 금액만큼 다시 결제할 수 있습니다.
* 초과 수납도 가능합니다. 초과 수납 시, 초과 수납금에 대해서는 예치금으로 처리할지, 단순히 수납만 진행할지 선택해주세요!
* 미수금 처리를 하려면 항목 추가 후 수납을 진행하지 말고 하단의 ‘저장하기’ 버튼만 클릭해주세요.
* 카드 단말기와의 연동을 하고 싶으실 경우, “단말기 연동”에 체크해주세요!
  {% endstep %}

{% step %}
수납 진행 상황에 대한 정보를 확인할 수 있어요.\
”수납 상세” 버튼을 클릭하면 현재까지의 수납 진행 상황을 상세히 확인할 수 있어요.

![](/files/vzCURvsRgcUjhpD4l9NR)
{% 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/general-payment.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.
