whisper-money/app/Services
Víctor Falcón d1ba18932e
fix: Prevent re-syncing deleted bank transactions (#114)
## Summary
- Added `withTrashed()` to the duplicate check in
`TransactionSyncService::importTransaction()` so soft-deleted
transactions are not re-created on subsequent bank syncs.
- Added test covering the soft-deleted transaction deduplication
scenario.

## Test plan
- [x] `php artisan test --filter=TransactionSyncServiceTest` — all 8
tests pass
2026-02-12 20:53:52 +01:00
..
Banking fix: Prevent re-syncing deleted bank transactions (#114) 2026-02-12 20:53:52 +01:00
Demo Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
AutomationRuleService.php feat: Apply automation rules to bank-synced transactions (#112) 2026-02-12 14:20:55 +01:00
BudgetPeriodService.php feat: Load transactions history on budget created (#72) 2026-01-22 11:10:15 +01:00
BudgetTransactionService.php feat: Load transactions history on budget created (#72) 2026-01-22 11:10:15 +01:00
PeriodComparator.php Refactor: Optimize category management in CreateDefaultCategories and ResetUserCategories 2025-12-01 15:37:53 +01:00
ResendService.php feat: Sync new users to Resend contacts (#85) 2026-01-28 21:25:58 +01:00