whisper-money/app/Models
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
..
Account.php Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
AccountBalance.php Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
AutomationRule.php Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
Bank.php Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
Category.php Add type enum to categories 2025-12-01 10:29:57 +01:00
EncryptedMessage.php Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
Transaction.php fix: normalize transaction_date to YYYY-MM-DD for duplicate detection (#4) 2025-12-02 18:22:35 +01:00
User.php Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
UserLead.php Merge pull request #1 from whisper-money/landing-page 2025-11-24 12:11:35 +01:00