Simpl-Resultat/src/hooks
Le-King-Fu 474c7b947a
Some checks failed
Release / build (windows-latest) (push) Has been cancelled
fix: CSV import bugs and dashboard category filtering
- Fix column display for Desjardins-style quoted CSVs (apply preprocessQuotedCSV in header loading)
- Fix column mapping disappearing on back-navigation (generate synthetic headers when hasHeader is false)
- Fix auto-detect picking account number as amount (exclude constant-value columns, treat 0 as empty in debit/credit detection)
- Use category type instead of amount sign for dashboard pie chart and recent transactions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 00:09:10 +00:00
..
useCategories.ts feat: implement categories page with hierarchical tree, CRUD, and keyword management 2026-02-08 23:15:31 +00:00
useDashboard.ts feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
useImportHistory.ts feat: add import history panel with delete and cross-source duplicate detection 2026-02-10 01:29:23 +00:00
useImportWizard.ts fix: CSV import bugs and dashboard category filtering 2026-02-12 00:09:10 +00:00
useReports.ts feat: implement reports page with trends, category, and over-time charts 2026-02-10 01:47:18 +00:00
useTransactions.ts feat: add inline keyword creation from transaction rows 2026-02-11 17:15:10 +00:00
useUpdater.ts feat: add Settings page with in-app updater support 2026-02-11 11:47:25 +00:00