Phase 7: Statements
Prepare income statement, balance sheet, and cash flow statement.
Purpose
The Statements phase prepares the three core financial statements from the adjusted trial balance — the income statement, balance sheet, and statement of cash flows.
Usage
/accounting:statements <project>Prerequisites
The adjusted trial balance must exist at .metapowers/accounting/<project>/06-adjusted-balance.md.
What It Does
- Reads the adjusted trial balance
- Separates revenue and expense accounts for the income statement
- Calculates net income and transfers to retained earnings
- Organizes asset, liability, and equity accounts for the balance sheet
- Derives cash flows from operating, investing, and financing activities
- Writes financial statements to
.metapowers/accounting/<project>/07-statements.md
Output
Creates .metapowers/accounting/<project>/07-statements.md containing:
- Income statement (revenue, expenses, net income)
- Balance sheet (assets, liabilities, equity)
- Statement of cash flows (operating, investing, financing)
Next Phase
After statements, proceed to Close to close temporary accounts for the next period.