> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goonsy.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# 仕訳帳

> テナント全体の仕訳帳とクライアント別仕訳帳

## 2 種類の仕訳帳

GOONSY には仕訳帳が **2 系統** あります。

| 種類          | パス                         | 用途の目安             |
| ----------- | -------------------------- | ----------------- |
| **テナント全体**  | `/app/journal-ledger`      | 組織横断で見たい仕訳・共通の台帳  |
| **クライアント別** | `/app/clients/[id]/ledger` | 特定クライアントの取引に紐づく仕訳 |

どちらも **チーム・権限** の範囲内でだけ表示・操作できます。

<Info>
  会計ソフトの正式な帳簿としての要件（監査対応・勘定科目体系など）は、お客様の会計ポリシーに従ってください。本機能は業務支援上の記録・整理を想定しています。
</Info>

## 操作

<Steps>
  <Step title="全体の仕訳帳">
    サイドバー **仕訳帳** から `/app/journal-ledger` を開きます。新規は `/app/journal-ledger/new` です。
  </Step>

  <Step title="クライアント別">
    対象クライアントの詳細から仕訳帳へ進むか、直接 `/app/clients/[id]/ledger` を開きます。新規は `.../ledger/new`、詳細は `.../ledger/[ledgerId]` です。
  </Step>
</Steps>

<Card title="クライアント" icon="building-2" href="/features/clients">
  クライアント詳細からの遷移
</Card>
