Journal Entry Preparation
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 invoiced
fixed-assets — Depreciation and amortization entries for fixed assets and intangibles
prepaid — Amortization of prepaid expenses (insurance, software, rent, etc.)
payroll — Payroll accruals including salaries, benefits, taxes, and bonus accruals
revenue — 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:
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)
1---2name: journal-entry3description: 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.4---56# Journal Entry Preparation789**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.1011Prepare journal entries with proper debits, credits, supporting detail, and review documentation.1213## Usage1415```16/je <type> <period>17```1819### Arguments2021- `type` — The journal entry type. One of:22 - `ap-accrual` — Accounts payable accruals for goods/services received but not yet invoiced23 - `fixed-assets` — Depreciation and amortization entries for fixed assets and intangibles24 - `prepaid` — Amortization of prepaid expenses (insurance, software, rent, etc.)25 - `payroll` — Payroll accruals including salaries, benefits, taxes, and bonus accruals26 - `revenue` — Revenue recognition entries including deferred revenue adjustments27- `period` — The accounting period (e.g., `2024-12`, `2024-Q4`, `2024`)2829## Workflow3031### 1. Gather Source Data3233If ~~erp or ~~data warehouse is connected:34- Pull the trial balance for the specified period35- Pull subledger detail for the relevant accounts36- Pull prior period entries of the same type for reference37- Identify the current GL balances for affected accounts3839If no data source is connected:40> Connect ~~erp or ~~data warehouse to pull GL data automatically. You can also paste trial balance data or upload a spreadsheet.4142Prompt the user to provide:43- Trial balance or GL balances for affected accounts44- Subledger detail or supporting schedules45- Prior period entries for reference (optional)4647### 2. Calculate the Entry4849Based on the JE type:5051**AP Accrual:**52- Identify goods/services received but not invoiced by period end53- Calculate accrual amounts from PO receipts, contracts, or estimates54- Debit: Expense accounts (or asset accounts for capitalizable items)55- Credit: Accrued liabilities5657**Fixed Assets:**58- Pull the fixed asset register or depreciation schedule59- Calculate period depreciation by asset class and method (straight-line, declining balance, units of production)60- Debit: Depreciation expense (by department/cost center)61- Credit: Accumulated depreciation6263**Prepaid:**64- Pull the prepaid amortization schedule65- Calculate the period amortization for each prepaid item66- Debit: Expense accounts (by type — insurance, software, rent, etc.)67- Credit: Prepaid expense accounts6869**Payroll:**70- Calculate accrued salaries for days worked but not yet paid71- Calculate accrued benefits (health, retirement contributions, PTO)72- Calculate employer payroll tax accruals73- Calculate bonus accruals (if applicable, based on plan terms)74- Debit: Salary expense, benefits expense, payroll tax expense75- Credit: Accrued payroll, accrued benefits, accrued payroll taxes7677**Revenue:**78- Review contracts and performance obligations79- Calculate revenue to recognize based on delivery/performance80- Adjust deferred revenue balances81- Debit: Deferred revenue (or accounts receivable)82- Credit: Revenue accounts (by stream/category)8384### 3. Generate the Journal Entry8586Present the entry in standard format:8788```89Journal Entry: [Type] — [Period]90Prepared by: [User]91Date: [Period end date]9293| Line | Account Code | Account Name | Debit | Credit | Department | Memo |94|------|-------------|--------------|-------|--------|------------|------|95| 1 | XXXX | [Name] | X,XXX | | [Dept] | [Detail] |96| 2 | XXXX | [Name] | | X,XXX | [Dept] | [Detail] |97| | | **Total** | X,XXX | X,XXX | | |9899Supporting Detail:100- [Calculation basis and assumptions]101- [Reference to supporting schedule or documentation]102103Reversal: [Yes/No — if yes, specify reversal date]104```105106### 4. Review Checklist107108Before finalizing, verify:109110- [ ] Debits equal credits111- [ ] Correct accounting period112- [ ] Account codes are valid and map to the right GL accounts113- [ ] Amounts are calculated correctly with supporting detail114- [ ] Memo/description is clear and specific enough for audit115- [ ] Department/cost center coding is correct116- [ ] Entry is consistent with prior period treatment117- [ ] Reversal flag is set appropriately (accruals should auto-reverse)118- [ ] Supporting documentation is referenced or attached119- [ ] Entry is within the user's approval authority120- [ ] No unusual or out-of-pattern amounts that need investigation121122### 5. Output123124Provide:1251. The formatted journal entry1262. Supporting calculations1273. Comparison to prior period entry of the same type (if available)1284. Any items flagged for review or follow-up1295. Instructions for posting (manual entry or upload format for the user's ERP)