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

# 記録の概要

**ホーム**を開くと、取引の確認、統計やカレンダーへの切り替え、右下からの取引追加ができます。

## 画面構成

| 場所              | 機能                                             |
| --------------- | ---------------------------------------------- |
| **左上のプロフィール画像** | 設定を開く                                          |
| **上部の期間と帳簿**    | 現在の期間と帳簿を表示する。帳簿名をタップするとデータフィルタを開く             |
| **ホームのショートカット** | 貯金箱、分割払い、投資、テンプレートなど、有効にした機能を開く                |
| **金額の概要**       | 現在の範囲の支出、収入、差額を表示する。週・月・年の範囲では差額をタップして明細を表示できる |
| **取引一覧**        | 取引と日別収支を日付ごとに表示する。行をタップすると詳細を開く                |
| **ホーム右上のメニュー**  | 取引、統計、カレンダーを切り替える、または検索を開く                     |
| **右下の記録ボタン**    | 支出を追加する。長押しすると音声記録を開く                          |

## 取引を確認・管理する

1. 上部の帳簿名をタップし、すべての帳簿または特定の帳簿を選び、週・月・年・カスタム期間を設定します。
2. 取引一覧で各日の取引と収支金額を確認します。
3. 取引行をタップして詳細を開きます。編集できる取引は続けて変更できます。
4. 取引行を左にスワイプすると、その取引で利用できるクイック操作が表示されます。
5. 現在の期間から移動した後は、**今日に戻る**をタップして現在の期間に戻ります。

## 表示内容を切り替える

右上の現在の表示名をタップすると、次の項目に切り替えられます。

| 表示        | 内容                       |
| --------- | ------------------------ |
| **取引**    | 金額の概要と日付ごとの取引            |
| **統計**    | 金額、推移、カテゴリ、口座、タグなどの統計カード |
| **カレンダー** | 日別の収入、支出、取引              |
| **検索**    | キーワードと条件で取引を検索し、一括編集を開く  |

## 記録機能

| 目的                       | 使用する画面                                  |
| ------------------------ | --------------------------------------- |
| 支出、収入、振替、貸し借り、投資、両替を記録する | [取引を追加](/ja/ji-lu/record.md)            |
| 取引タイプごとの口座への影響を確認する      | [取引タイプ](/ja/ji-lu/types.md)             |
| 取引の検索、フィルタ、一括変更、削除を行う    | [検索・フィルタ・一括編集](/ja/ji-lu/manage.md)     |
| 収支推移、カテゴリ、タグの統計を見る       | [統計と分析](/ja/ji-lu/statistics.md)        |
| 日付ごとに取引を見る               | [カレンダー](/ja/ji-lu/calendar.md)          |
| よく使う内容をすばやく再利用する         | [記録テンプレート](/ja/ji-lu/templates.md)      |
| 帳簿、カテゴリ、タグを管理する          | [帳簿・カテゴリ・タグ](/ja/ji-lu/organization.md) |
| 複数通貨、為替レート、両替を使用する       | [複数通貨と為替レート](/ja/ji-lu/currency.md)     |

{% hint style="info" %}
**ホーム表示機能**で、ホームに表示する機能と並び順を変更できます。
{% 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/ji-lu/bookkeeping.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.
