> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/ko/refund/reimbursement.md).

# 환급

## 지출을 환급 대기로 표시하기

지출 기록 시 **환급 대기**를 켜고 금액, 계좌, 장부, 카테고리 및 기타 내용을 입력한 뒤 저장합니다. **환급** 화면을 열고 오른쪽 상단의 \*\*+\*\*를 탭하여 환급 대기 지출을 바로 추가할 수도 있습니다.

환급 대기 거래는 환급 화면의 대기 목록에 표시되며 원래 지출이 계좌와 통계에 미치는 영향은 유지됩니다.

## 환급 화면 확인하기

| 구간        | 표시 내용            | 가능한 작업                             |
| --------- | ---------------- | ---------------------------------- |
| **환급 대기** | 아직 전액 환급되지 않은 지출 | 한 건, 여러 건 또는 모든 거래를 선택하고 환급금 입금 기록 |
| **환급 완료** | 완료된 환급 기록        | 입금 기록 및 원래 지출 상세 정보 확인             |

## 환급금 입금 기록하기

1. **환급**을 열고 환급 대기 구간을 유지합니다.
2. 하나 이상의 환급 대기 거래를 선택합니다.
3. 하단의 **환급**을 탭합니다.
4. **전액 환급**을 선택하거나 사용자 지정 금액을 입력합니다.
5. 입금 계좌, 날짜, 통화, 태그, 장소 또는 메모를 설정하고 저장합니다.

사용자 지정 금액은 일부 환급에 적합합니다. 여러 거래 선택은 한 번의 입금이 여러 지출에 해당할 때 유용합니다. 저장하면 원래 지출의 환급 상태, 남은 환급 대기 금액 및 입금 기록이 함께 업데이트됩니다.

## 편집 및 삭제

환급 완료 기록을 탭하여 상세 정보를 확인하고 해당 거래에서 허용하는 편집 또는 삭제 작업을 사용할 수 있습니다. 수정 후 원래 지출의 환급 상태와 입금 계좌 잔액이 다시 계산됩니다.

{% hint style="warning" %}
일반 수입을 환급 대신 사용하지 마세요. 원래 지출의 환급 상태와 남은 환급 대기 금액이 올바르게 업데이트되지 않습니다.
{% endhint %}


---

# 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://help.daak2.com/ko/refund/reimbursement.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.
