Simpl-Resultat/src/utils
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
..
amountParser.ts feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
csvAutoDetect.ts fix: CSV import bugs and dashboard category filtering 2026-02-12 00:09:10 +00:00
dateParser.ts fix: reload column headers on config change and add YYYYMMDD date format 2026-02-08 04:08:33 +00:00