### Description Implement the financial report with yearly overview and drill-down capability. ### Subtasks - [x] FIN-04-ST-01 Build yearly overview at `/finance` - [x] FIN-04-ST-02 Build monthly detail at `/finance/[year]/[month]` - [x] FIN-04-ST-03 UserRole gate: only `treasurer`, `pastor`, and `executive-board` can access - [x] FIN-04-ST-04 Display income/expense breakdown clearly ### Acceptance Criteria - [x] FIN-04-AC-01 Yearly overview shows monthly income/expense summary - [x] FIN-04-AC-02 Drill-down to monthly detail works - [x] FIN-04-AC-03 Drill-down to individual transaction detail works - [x] FIN-04-AC-04 Unauthorized roles receive 403 ### Technical Notes - Docs: [PRD#64-financial-reports](https://github.com/paroki/domus/blob/main/docs/prd.md#64-financial-reports) · [TDD#83-permission-rules](https://github.com/paroki/domus/blob/main/docs/tdd.md#83-permission-rules) - Screen spec: `docs/screen.md` → Financial Report, Monthly Period Detail
Description
Implement the financial report with yearly overview and drill-down capability.
Subtasks
/finance/finance/[year]/[month]treasurer,pastor, andexecutive-boardcan accessAcceptance Criteria
Technical Notes
docs/screen.md→ Financial Report, Monthly Period Detail