> 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/ja/to-1/reimbursement.md).

# 精算

## 支出を精算待ちにする

支出を記録するときに **精算待ち**を有効にし、金額、口座、帳簿、カテゴリなどを入力して保存します。**精算**画面を開き、右上の \*\*+\*\*から精算待ちの支出を直接追加することもできます。

精算待ちの取引は、精算画面の精算待ち一覧に表示され、元の支出による口座と統計への影響は保持されます。

## 精算画面を見る

| タブ       | 内容             | 操作                               |
| -------- | -------------- | -------------------------------- |
| **精算待ち** | まだ全額精算されていない支出 | 1 件、複数件、またはすべての取引を選び、精算金の入金を記録する |
| **精算済み** | 完了した精算         | 入金記録と元の支出の詳細を確認する                |

## 精算金の入金を記録する

1. **精算**を開き、精算待ちタブを表示します。
2. 1 件または複数の精算待ち取引を選びます。
3. 下部の **精算**をタップします。
4. **全額精算**を選ぶか、任意の金額を入力します。
5. 入金口座、日付、通貨、タグ、場所、メモを設定して保存します。

任意の金額は一部精算に使用できます。複数選択は、1 回の入金が複数の支出に対応する場合に便利です。保存すると、元の支出の精算状態、残りの精算待ち金額、入金記録がまとめて更新されます。

## 編集と削除

精算済みの記録をタップすると詳細を確認でき、その取引で許可されている編集または削除操作を使用できます。変更後は、元の支出の精算状態と入金口座の残高が再計算されます。

{% 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/ja/to-1/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.
