whisper-money/resources/js/components/transactions
Víctor Falcón 7492b2e736
fix: normalize transaction_date to YYYY-MM-DD for duplicate detection (#4)
- Change transaction_date cast to 'date:Y-m-d' in Transaction model
- Add transformFromServer to normalize dates when syncing from server
- Normalize dates in checkDuplicates method for consistent comparison
- Fix checkDuplicates to return boolean[] instead of debug objects
2025-12-02 18:22:35 +01:00
..
bulk-actions-bar.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
bulk-category-select.tsx Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
category-cell.tsx Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
category-select.tsx feat(shared): Add CategoryCombobox component 2025-11-14 16:05:53 +01:00
edit-transaction-dialog.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
import-step-account.tsx Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
import-step-mapping.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
import-step-preview.tsx fix: normalize transaction_date to YYYY-MM-DD for duplicate detection (#4) 2025-12-02 18:22:35 +01:00
import-step-upload.tsx Add some toast notifications 2025-11-11 11:39:28 +00:00
import-transactions-button.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
import-transactions-drawer.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
transaction-actions-menu.tsx feat(lucide-react): Add custom icons to Toaster component 2025-11-14 14:40:54 +01:00
transaction-columns.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
transaction-filters.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00