whisper-money/resources/js/components/transactions
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
..
bulk-actions-bar.tsx Fix label creation dropdown refresh (#363) 2026-05-07 10:26:43 +01:00
bulk-category-select.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
bulk-label-select.tsx Fix label creation dropdown refresh (#363) 2026-05-07 10:26:43 +01:00
categorizer-card.tsx feat: (Onboarding) add categorization intro screen with benefit cards (#201) 2026-03-05 11:47:12 +01:00
categorizer-command.tsx feat: (Onboarding) add categorization intro screen with benefit cards (#201) 2026-03-05 11:47:12 +01:00
category-cell.tsx Prompt automation after categorizing transactions (#378) 2026-05-14 09:17:12 +02:00
category-select.tsx feat(shared): Add CategoryCombobox component 2025-11-14 16:05:53 +01:00
edit-transaction-dialog.test.tsx feat(transactions): add counterparty fields (#440) 2026-05-27 16:20:55 +02:00
edit-transaction-dialog.tsx feat(transactions): add counterparty fields (#440) 2026-05-27 16:20:55 +02:00
encrypted-transaction-description.tsx feat: Plaintext transactions behind feature flag (#105) 2026-02-10 14:31:24 +01:00
import-step-account.test.tsx Fix transaction importer account preselect (#396) 2026-05-14 12:38:44 +02:00
import-step-account.tsx Fix transaction importer account preselect (#396) 2026-05-14 12:38:44 +02:00
import-step-mapping.tsx feat(transactions): add counterparty fields (#440) 2026-05-27 16:20:55 +02:00
import-step-preview.tsx feat(import): calculate balances from transactions (#403) 2026-05-20 10:29:14 +01:00
import-step-upload.test.tsx Fix transaction importer account preselect (#396) 2026-05-14 12:38:44 +02:00
import-step-upload.tsx Fix transaction importer account preselect (#396) 2026-05-14 12:38:44 +02:00
import-transactions-button.tsx fix(i18n): translate Unknown Income/Expense and other missing ES strings (#331) 2026-04-24 17:58:26 +01:00
import-transactions-drawer.tsx feat(transactions): add counterparty fields (#440) 2026-05-27 16:20:55 +02:00
transaction-actions-menu.tsx fix(banking): correct backfill-ibans endpoint, handle expired sessions, and update labels (#223) 2026-03-12 12:23:32 +00:00
transaction-columns.tsx feat(transactions): add counterparty fields (#440) 2026-05-27 16:20:55 +02:00
transaction-filters.tsx feat(transactions): add counterparty fields (#440) 2026-05-27 16:20:55 +02:00
transaction-list.tsx feat(transactions): add counterparty fields (#440) 2026-05-27 16:20:55 +02:00