Phase 1: Record
Capture and log financial transactions into a structured transaction log.
Purpose
The Record phase captures raw financial transactions — sales, purchases, payments, receipts — and logs them in a structured format with dates, amounts, parties, and descriptions.
Usage
/bookkeeping:record <project>What It Does
- Gathers transaction data from provided sources (bank feeds, invoices, receipts)
- Normalizes dates, amounts, and currency formats
- Assigns unique transaction IDs
- Validates completeness (date, amount, description, party)
- Writes the transaction log to
.metapowers/bookkeeping/<project>/01-record.md
Output
Creates .metapowers/bookkeeping/<project>/01-record.md containing:
- Chronological transaction log
- Transaction ID, date, amount, party, and description for each entry
- Flagged items requiring clarification
Next Phase
After recording, proceed to Categorize to assign transactions to accounts.