> 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/ji-lu/record.md).

# 取引を追加

主な画面の右下にある記録ボタンをタップすると、新しい支出画面が開きます。

## 画面構成

| 場所             | 機能                                         |
| -------------- | ------------------------------------------ |
| **上部中央**       | 現在の帳簿を表示する。タップすると切り替えられる                   |
| **右上の取引タイプ**   | 支出、収入、振替、貸し借り、投資、両替を切り替える。テンプレートも開ける       |
| **金額エリア**      | 現在の金額と通貨を表示する。通貨をタップすると変更できる               |
| **メモと日付**      | メモを追加する、または取引日時を変更する                       |
| **記録ツールバー**    | 口座を選び、設定に応じて手数料、複数支払い、タグ、場所、画像、メンバーなどを使用する |
| **下部の数字キーボード** | 金額入力、簡単な計算、右下ボタンによる保存を行う                   |

## 取引を 1 件追加する

1. 右上の現在のタイプをタップし、**支出、収入、振替、貸し借り、投資、両替**から選びます。
2. 上部の帳簿名をタップし、取引を保存する帳簿を確認します。
3. ツールバーで口座を選び、カテゴリなどの必須項目を入力します。
4. 下部の数字キーボードで金額を入力します。加算、減算、乗算、除算も直接使用できます。
5. 必要に応じて日付、メモ、タグ、場所、画像、メンバーを入力します。
6. 数字キーボード右下の **保存**をタップします。

## 入力項目

| 項目        | 使用方法                              |
| --------- | --------------------------------- |
| **金額と通貨** | 通貨をタップして切り替える。金額が長い場合は自動的に縮小表示される |
| **口座**    | 支出では支払口座、収入では入金口座を選ぶ              |
| **帳簿**    | 取引が属する統計、予算、共有の範囲を決める             |
| **カテゴリ**  | 収入または支出カテゴリを選び、必要に応じてサブカテゴリを選ぶ    |
| **タグ**    | 1 件の取引に複数のタグを追加できる                |
| **日付**    | 過去または未来の日付を記録できる                  |
| **メモ**    | 店舗、用途、その他の説明を入力する                 |
| **画像**    | レシートや関連画像を追加する                    |
| **場所**    | 場所を保存し、後から記録マップで確認する              |
| **メンバー**  | 共同支出やメンバー間の分担を記録する                |

## 手数料・割引・複数支払い

| 機能        | 使用方法                 |
| --------- | -------------------- |
| **手数料**   | 決済手数料などの追加金額を記録する    |
| **割引**    | 割引後の実際の金額を記録する       |
| **複数支払い** | 1 件の支出を複数の支払口座に分ける   |
| **統計と予算** | 取引を収支統計や予算に含めるかを設定する |

## 振替と両替

振替では、振替元と振替先の口座を選びます。通貨が異なる場合は、振替元と振替先の金額または為替レートを入力します。保存すると両方の口座残高が更新され、振替自体が通常の収支として重複計上されることはありません。

## すばやく記録する

| 目的             | 方法                                              |
| -------------- | ----------------------------------------------- |
| **音声記録**       | 右下の記録ボタンを長押しする                                  |
| **連続記録**       | ツールバーで有効にし、保存後も次の取引を続けて入力する                     |
| **よく使う内容を再利用** | [記録テンプレート](/ja/ji-lu/templates.md)として保存する       |
| **決まった日に自動作成** | [定期記録](/ja/ding-qi-ji-lu/recurring.md)のルールを作成する |


---

# 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/ji-lu/record.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.
