whisper-money/app/Http
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
..
Controllers feat(import): persist per-account import config on the backend 2026-07-18 12:49:17 +02:00
Middleware feat(mcp): read-only MCP server for Pro accounts (#689) 2026-07-17 16:54:15 +02:00
Requests feat(import): persist per-account import config on the backend 2026-07-18 12:49:17 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00