Financial reports: P&L and Balance Sheet #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Generate financial reports from go-luca ledger data, returning structured data with optional HTML rendering.
P&L (Profit & Loss)
For a given period (from/to dates), compute:
Return as a
ProfitAndLossstruct. Also provide HTML rendering for demo/testing.Balance Sheet
At a given point in time, compute:
Return as a
BalanceSheetstruct. Also provide HTML rendering.Acceptance Criteria
ProfitAndLossstruct computed from ledger movements within a periodBalanceSheetstruct computed from ledger balances at a point in timeluca.Ledger+ChartOfAccountsas inputMigrated from Codeberg: originally #2, opened 2026-03-25.