whisper-money/app/Http/Controllers/Api
Víctor Falcón b6c759cfd6 feat(import): persist per-account import config on the backend
Move the CSV/Excel import column mapping and date format from device
localStorage to a per-account backend record, so the configuration is
preconfigured and loaded automatically when importing from another
device.

Adds an account_import_configs table (one row per account per import
type), an API endpoint scoped by the AccountPolicy, and swaps the
client-side storage helpers from localStorage to axios.
2026-07-18 12:49:17 +02:00
..
Concerns fix(analysis): respect category types like the cashflow screen (#612) 2026-06-29 21:04:18 +02:00
AccountController.php refactor(api): standardize serialization via model $hidden (#492) 2026-06-05 13:57:34 +02:00
AccountImportConfigController.php feat(import): persist per-account import config on the backend 2026-07-18 12:49:17 +02:00
CashflowAnalyticsController.php refactor: consolidate duplicated financial calculations (#643) 2026-07-04 22:26:44 +02:00
CategoryMonthlyBreakdownController.php fix(analysis): respect category types like the cashflow screen (#612) 2026-06-29 21:04:18 +02:00
DashboardAnalyticsController.php fix(accounts): show credit cards as positive and exclude them from net worth (#673) 2026-07-13 07:27:52 +00: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 refactor: consolidate duplicated financial calculations (#643) 2026-07-04 22:26:44 +02:00
TransactionController.php fix: address remaining security audit findings (round 2) (#628) 2026-07-03 15:04:03 +00:00