whisper-money/resources/js
Víctor Falcón a6a2a0d58c
fix: Apply automation rule labels on transaction creation and import (#79)
## Summary
- Fixes automation rules not applying labels when creating transactions
manually or via CSV import
- Eager-loads the `labels` relationship on automation rules in both
`TransactionController` and `HandleInertiaRequests`
- Syncs `label_ids` on the transaction `store` endpoint (was accepted
but never persisted)
- Passes `automationRules` prop through the full component chain:
`index.tsx` → `TransactionActionsMenu` → `ImportTransactionsDrawer`, and
`index.tsx` → `EditTransactionDialog`
- Passes `automationRules` as the missing 5th argument to
`reEvaluateAll()`

Closes #61

## Test plan
- [x] Existing feature tests pass (`php artisan test
--filter=Transaction`, `--filter=AutomationRule`)
- [x] Pint, ESLint, and Prettier all pass
- [x] Manually verify: create a transaction matching an automation rule
with labels → labels are applied
- [x] Manually verify: import CSV with transactions matching rules with
labels → labels are applied
- [x] Manually verify: "Re-evaluate All" applies labels from matched
rules
2026-01-27 11:11:29 +01:00
..
components fix: Apply automation rule labels on transaction creation and import (#79) 2026-01-27 11:11:29 +01:00
contexts feat: Add PostHog (#70) 2026-01-20 10:47:59 +01:00
hooks chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
layouts Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
lib fix: Apply automation rule labels on transaction creation and import (#79) 2026-01-27 11:11:29 +01:00
pages fix: Apply automation rule labels on transaction creation and import (#79) 2026-01-27 11:11:29 +01:00
providers Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
services refactor: Simplify transaction endpoints architecture (#76) 2026-01-25 16:15:17 +01:00
types feat: Load transactions history on budget created (#72) 2026-01-22 11:10:15 +01:00
utils Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
app.tsx fix: Progress bar color on dark scheme 2026-01-22 09:25:53 +01:00
ssr.tsx SSR was missing the privacy mode provider (#46) 2025-12-30 08:55:03 +01:00