📔journal-entry
- プラグイン
- Finance
- 引数
- <entry type> [period]
- ソース
- GitHub で見る ↗
説明
適切な借方・貸方および補足明細を含む仕訳帳の作成を行います。 次のような場合に使用: 月末見越計上(買掛金・給与・前払費用)の記帳、減価償却または償却の記録、収益認識や繰延収益の調整仕訳の転記、あるいは監査レビュー向けの仕訳ドキュメントの作成。
原文を表示
Prepare journal entries with proper debits, credits, and supporting detail. Use when booking month-end accruals (AP, payroll, prepaid), recording depreciation or amortization, posting revenue recognition or deferred revenue adjustments, or documenting an entry for audit review.
ユースケース
- ✓月末見越計上の記帳
- ✓減価償却または償却を記録
- ✓収益認識や繰延収益を調整
- ✓監査レビュー向けのドキュメント作成
本文(日本語訳)
仕訳入力の準備
見慣れないプレースホルダーが表示された場合や、接続されているツールを確認したい場合は、CONNECTORS.md を参照してください。
重要: このコマンドは仕訳ワークフローの補助を目的としており、財務上のアドバイスを提供するものではありません。 すべての仕訳は、転記前に資格を持つ財務専門家によるレビューを受けてください。
適切な借方・貸方・補足明細・レビュー文書を含む仕訳を作成します。
使用方法
/je <type> <period>
引数
-
type— 仕訳タイプ。以下のいずれかを指定:ap-accrual— 受領済みだが未請求の商品・サービスに対する買掛金見越計上fixed-assets— 有形固定資産および無形資産の減価償却・償却仕訳prepaid— 前払費用(保険、ソフトウェア、賃料など)の期間配分payroll— 給与・福利厚生・税金・賞与見越を含む給与関連の見越計上revenue— 繰延収益調整を含む収益認識仕訳
-
period— 会計期間(例:2024-12、2024-Q4、2024)
ワークフロー
1. ソースデータの収集
~~erp または ~~data warehouse が接続されている場合:
- 指定期間の試算表を取得する
- 対象勘定の補助元帳明細を取得する
- 参照用として同タイプの前期仕訳を取得する
- 影響を受ける勘定の現在の総勘定元帳(GL)残高を確認する
データソースが接続されていない場合:
~~erp または ~~data warehouse を接続すると、GLデータを自動取得できます。 試算表データの貼り付けやスプレッドシートのアップロードも可能です。
以下の情報をユーザーに提供するよう促してください:
- 対象勘定の試算表またはGL残高
- 補助元帳明細または補足スケジュール
- 参照用の前期仕訳(任意)
2. 仕訳金額の計算
仕訳タイプに応じて以下のとおり処理します:
買掛金見越計上(AP Accrual):
- 期末時点で受領済みだが未請求の商品・サービスを特定する
- 発注書受領書・契約書・見積額をもとに見越計上額を計算する
- 借方: 費用勘定(資本化対象の場合は資産勘定)
- 貸方: 未払費用(Accrued liabilities)
固定資産(Fixed Assets):
- 固定資産台帳または減価償却スケジュールを取得する
- 資産クラスおよび償却方法(定額法・定率法・生産高比例法)別に期間償却額を計算する
- 借方: 減価償却費(部門・コストセンター別)
- 貸方: 減価償却累計額
前払費用(Prepaid):
- 前払費用の期間配分スケジュールを取得する
- 各前払項目の期間配分額を計算する
- 借方: 費用勘定(種別ごと — 保険・ソフトウェア・賃料など)
- 貸方: 前払費用勘定
給与(Payroll):
- 支払未済の就労日数分の未払給与を計算する
- 未払福利厚生費(健康保険・退職給付拠出・有給休暇)を計算する
- 会社負担の給与税見越額を計算する
- 賞与見越額を計算する(該当する場合は制度条件に基づく)
- 借方: 給与費用・福利厚生費・給与税費用
- 貸方: 未払給与・未払福利厚生費・未払給与税
収益(Revenue):
- 契約内容および履行義務を確認する
- 引渡し・履行の状況に基づき認識すべき収益額を計算する
- 繰延収益残高を調整する
- 借方: 繰延収益(または売掛金)
- 貸方: 収益勘定(ストリーム・カテゴリー別)
3. 仕訳の生成
以下の標準フォーマットで仕訳を提示します:
仕訳: [タイプ] — [期間]
作成者: [ユーザー]
日付: [期末日]
| 行番号 | 勘定コード | 勘定科目名 | 借方 | 貸方 | 部門 | メモ |
|--------|-----------|-----------|------|------|------|------|
| 1 | XXXX | [科目名] | X,XXX | | [部門] | [明細] |
| 2 | XXXX | [科目名] | | X,XXX | [部門] | [明細] |
| | | **合計** | X,XXX | X,XXX | | |
補足明細:
- [計算根拠および前提条件]
- [補足スケジュールまたは証憑への参照]
振戻仕訳: [要/不要 — 「要」の場合は振戻日を明記]
4. レビューチェックリスト
確定前に以下を確認してください:
- [ ] 借方合計と貸方合計が一致している
- [ ] 会計期間が正しい
- [ ] 勘定コードが有効であり、正しいGL勘定にマッピングされている
- [ ] 金額が補足明細に基づいて正確に計算されている
- [ ] メモ・摘要が監査に耐えうる十分な明確さと具体性を持っている
- [ ] 部門・コストセンターのコーディングが正しい
- [ ] 前期の処理と整合性が取れている
- [ ] 振戻フラグが適切に設定されている(見越計上は自動振戻を原則とする)
- [ ] 証憑への参照または添付がある
- [ ] 仕訳金額がユーザーの承認権限の範囲内である
- [ ] 調査が必要な異常値や通常と異なるパターンの金額がない
5. 出力
以下を提供します:
- フォーマット済み仕訳
- 補足計算資料
- 同タイプの前期仕訳との比較(利用可能な場合)
- レビューまたはフォローアップが必要な項目のフラグ一覧
- 転記手順(手動入力、またはユーザーのERPへのアップロード形式)
原文(English)を表示
Journal Entry Preparation
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Important: This command assists with journal entry workflows but does not provide financial advice. All entries should be reviewed by qualified financial professionals before posting.
Prepare journal entries with proper debits, credits, supporting detail, and review documentation.
Usage
/je <type> <period>
Arguments
type— The journal entry type. One of:ap-accrual— Accounts payable accruals for goods/services received but not yet invoicedfixed-assets— Depreciation and amortization entries for fixed assets and intangiblesprepaid— Amortization of prepaid expenses (insurance, software, rent, etc.)payroll— Payroll accruals including salaries, benefits, taxes, and bonus accrualsrevenue— Revenue recognition entries including deferred revenue adjustments
period— The accounting period (e.g.,2024-12,2024-Q4,2024)
Workflow
1. Gather Source Data
If ~~erp or ~~data warehouse is connected:
- Pull the trial balance for the specified period
- Pull subledger detail for the relevant accounts
- Pull prior period entries of the same type for reference
- Identify the current GL balances for affected accounts
If no data source is connected:
Connect ~~erp or ~~data warehouse to pull GL data automatically. You can also paste trial balance data or upload a spreadsheet.
Prompt the user to provide:
- Trial balance or GL balances for affected accounts
- Subledger detail or supporting schedules
- Prior period entries for reference (optional)
2. Calculate the Entry
Based on the JE type:
AP Accrual:
- Identify goods/services received but not invoiced by period end
- Calculate accrual amounts from PO receipts, contracts, or estimates
- Debit: Expense accounts (or asset accounts for capitalizable items)
- Credit: Accrued liabilities
Fixed Assets:
- Pull the fixed asset register or depreciation schedule
- Calculate period depreciation by asset class and method (straight-line, declining balance, units of production)
- Debit: Depreciation expense (by department/cost center)
- Credit: Accumulated depreciation
Prepaid:
- Pull the prepaid amortization schedule
- Calculate the period amortization for each prepaid item
- Debit: Expense accounts (by type — insurance, software, rent, etc.)
- Credit: Prepaid expense accounts
Payroll:
- Calculate accrued salaries for days worked but not yet paid
- Calculate accrued benefits (health, retirement contributions, PTO)
- Calculate employer payroll tax accruals
- Calculate bonus accruals (if applicable, based on plan terms)
- Debit: Salary expense, benefits expense, payroll tax expense
- Credit: Accrued payroll, accrued benefits, accrued payroll taxes
Revenue:
- Review contracts and performance obligations
- Calculate revenue to recognize based on delivery/performance
- Adjust deferred revenue balances
- Debit: Deferred revenue (or accounts receivable)
- Credit: Revenue accounts (by stream/category)
3. Generate the Journal Entry
Present the entry in standard format:
Journal Entry: [Type] — [Period]
Prepared by: [User]
Date: [Period end date]
| Line | Account Code | Account Name | Debit | Credit | Department | Memo |
|------|-------------|--------------|-------|--------|------------|------|
| 1 | XXXX | [Name] | X,XXX | | [Dept] | [Detail] |
| 2 | XXXX | [Name] | | X,XXX | [Dept] | [Detail] |
| | | **Total** | X,XXX | X,XXX | | |
Supporting Detail:
- [Calculation basis and assumptions]
- [Reference to supporting schedule or documentation]
Reversal: [Yes/No — if yes, specify reversal date]
4. Review Checklist
Before finalizing, verify:
- [ ] Debits equal credits
- [ ] Correct accounting period
- [ ] Account codes are valid and map to the right GL accounts
- [ ] Amounts are calculated correctly with supporting detail
- [ ] Memo/description is clear and specific enough for audit
- [ ] Department/cost center coding is correct
- [ ] Entry is consistent with prior period treatment
- [ ] Reversal flag is set appropriately (accruals should auto-reverse)
- [ ] Supporting documentation is referenced or attached
- [ ] Entry is within the user's approval authority
- [ ] No unusual or out-of-pattern amounts that need investigation
5. Output
Provide:
- The formatted journal entry
- Supporting calculations
- Comparison to prior period entry of the same type (if available)
- Any items flagged for review or follow-up
- Instructions for posting (manual entry or upload format for the user's ERP)
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。