whisper-money/resources/js/pages
Víctor Falcón 10da06ed84
feat(transactions): add counterparty fields (#440)
## Summary
- add creditor/debtor fields to transactions with raw_data backfill
- store counterparties on bank sync and CSV/XLS imports
- add creditor/debtor filters plus hidden table columns

## Tests
- php artisan test --compact tests/Feature/LocalizationTest.php
tests/Feature/OpenBanking/TransactionSyncServiceTest.php
tests/Feature/TransactionFilterTest.php
- npm test -- resources/js/lib/file-parser.test.ts --run
- vendor/bin/pint --dirty --format agent

Note: `npm run types` still has pre-existing unrelated errors; no
creditor/debtor/import-related errors remained in filtered output.

## Screenshot
<img width="1241" height="676" alt="8odYWtFcvUM"
src="https://github.com/user-attachments/assets/55653485-d588-4beb-9e6a-5c7c81ba7cf8"
/>
2026-05-27 16:20:55 +02:00
..
Accounts feat(accounts): add transaction action (#438) 2026-05-26 15:57:23 +02:00
auth feat(leads): cohort-based launch invitations with per-user Stripe coupons (#333) 2026-04-30 15:10:28 +01:00
budgets feat(mobile): add scroll-aware back button on detail pages (#194) 2026-03-03 19:21:49 +00:00
cashflow fix(cashflow): stack mobile header controls (#426) 2026-05-25 16:49:10 +02:00
onboarding Hide stale onboarding plan warning (#360) 2026-05-06 15:10:32 +01:00
open-banking feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
settings feat(cashflow): add savings and period views (#424) 2026-05-25 16:41:00 +02:00
subscription fix: allow managing canceled connections (#417) 2026-05-22 10:52:50 +01:00
transactions feat(transactions): add counterparty fields (#440) 2026-05-27 16:20:55 +02:00
waitlist feat: verify waitlist leads (#285) 2026-04-14 11:26:01 +01:00
dashboard.tsx feat(settings): centralize currency options and split profile/account support (#256) 2026-04-02 19:23:10 +02:00
privacy.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00
terms.tsx Replace E2E encryption mentions with privacy-first messaging (#124) 2026-02-14 16:59:50 +01:00
welcome.tsx feat(landing): redirect signed-in users (#429) 2026-05-25 20:28:45 +02:00