whisper-money/app/Http/Controllers/Api
Víctor Falcón fad189e23b fix(analysis): exclude transfer, savings and investment categories from income and expense
The analysis screen classified every transaction by amount sign alone, so
outflows and inflows booked to transfer, savings or investment categories
leaked into the expense and income totals (and every breakdown). Cashflow
already keys off the category type; analysis now does the same: only expense
categories (or uncategorized outflows) count as expenses and only income
categories (or uncategorized inflows) count as income.
2026-06-29 20:37:00 +02:00
..
AccountController.php refactor(api): standardize serialization via model $hidden (#492) 2026-06-05 13:57:34 +02:00
CashflowAnalyticsController.php fix(cashflow): bound trend window to prevent request timeout (#534) 2026-06-15 12:47:27 +02:00
CategoryMonthlyBreakdownController.php feat(analysis): per-category 12-month spending drawer (#519) 2026-06-11 09:52:53 +02:00
DashboardAnalyticsController.php feat: expand parent categories inline in breakdowns (#486) 2026-06-04 11:19:21 +02:00
ImportDataController.php refactor(api): standardize serialization via model $hidden (#492) 2026-06-05 13:57:34 +02:00
SavedFilterController.php feat(analysis): project-aware transaction analysis (#513) 2026-06-09 15:32:07 +02:00
TransactionAnalysisController.php fix(analysis): exclude transfer, savings and investment categories from income and expense 2026-06-29 20:37:00 +02:00
TransactionController.php refactor(encryption): strip client-side transaction encryption (#514) 2026-06-20 16:13:26 +00:00