## Summary Adds a compact `YYYYMMDD` (no separators) date format to the transactions and balance importers. - New `DateFormat.YearMonthDayCompact = 'YYYYMMDD'` enum value - `parseDate` parses the 8-digit form (`20241231` → `2024-12-31`) - `autoDetectDateFormat` recognizes it (unambiguous, no separators) - Both mapping UIs (transactions + balances) expose it as a selectable option ## Testing - `bunx vitest run resources/js/lib/file-parser.test.ts` — 34 passed - Added tests: compact auto-detection + compact conversion - `bun run format`, `bun run lint` clean |
||
|---|---|---|
| .. | ||
| account.ts | ||
| automation-rule.ts | ||
| balance-import.ts | ||
| banking.ts | ||
| budget.ts | ||
| category.test.ts | ||
| category.ts | ||
| import.ts | ||
| index.d.ts | ||
| label.ts | ||
| language.ts | ||
| pricing.ts | ||
| transaction.ts | ||
| uuid.ts | ||
| vite-env.d.ts | ||