whisper-money/app/Http/Controllers/Api
Víctor Falcón f66e9cda8a feat(analysis): add expense/income analysis screen
New top-level Analysis screen to drill into income and expenses across
category, month, account, and label dimensions. Reuses transaction
filters (category + labels surfaced inline, search hidden) and converts
all amounts to the user currency. Click a breakdown row to drill in.

Also make category and label filters combine with OR in the shared
transaction filter scope (affects the transactions screen too).
2026-06-01 15:11:38 +02:00
..
AccountController.php Remove encryption from bank account names (#104) 2026-02-09 14:15:26 +01:00
AnalysisController.php feat(analysis): add expense/income analysis screen 2026-06-01 15:11:38 +02:00
CashflowAnalyticsController.php fix(categories): expose cashflow setting on create (#448) 2026-05-29 11:05:04 +02:00
DashboardAnalyticsController.php fix: net category refunds in cashflow (#441) 2026-05-27 15:16:50 +02:00
ImportDataController.php Remove encryption from bank account names (#104) 2026-02-09 14:15:26 +01:00
TransactionController.php feat: Decrypt encrypted transactions on key unlock (#123) 2026-02-16 10:37:43 +01:00