v0.4.0 — Tax & export
What's new
generate_report— Schedule C & E modes: fiscal-year P&L for sole-proprietor (Schedule C) and rental real estate (Schedule E) segments. Schedule C groups income/expense accounts bytaxLine; Schedule E groups by property then bytaxLine. NulltaxLine→ "Unclassified" bucket; entries withoutpropertyIdon Schedule E accounts → "Unassigned" property bucket. Pure domain engines insrc/domain/tax.ts. Completes P3 tax reports.export_reporttool: render any report (monthly-reconciliation,schedule-c,schedule-e) asmarkdown(human-readable) orcsv(spreadsheet-ready). Re-fetches data fresh; no need to callgenerate_reportfirst.
Details
See CHANGELOG for the full entry.