BillTracker/client
null 6b30ee4eb7 feat: merchant rules, auto-match on sync, duplicate API fix
- Removed duplicate unmatchTransaction API entry in api.js
- Unmonitored accounts: no chevron, click-to-expand disabled, tx panel hidden
- matched_bill_name included via LEFT JOIN bills in accounts query
- BillPickerDialog resets search/selection on open
- Link to bill: marks historical txs matched, stores merchant rule,
  applyMerchantRules catches other unmatched txs from same merchant
- Track (new subscription): creates bill with is_subscription=1, stores
  merchant rule for ongoing tracking
- SimpleFIN sync: applyMerchantRules runs after tx insert, auto-matches
  by merchant rule with payment_source='auto_match'
- Auto-match payments have transaction_id set, treated same as manual matches
- New services/billMerchantRuleService.js for rule storage and matching
- Migration for bill_merchant_rules table
2026-05-29 03:38:48 -05:00
..
components feat: merchant rules, auto-match on sync, duplicate API fix 2026-05-29 03:38:48 -05:00
contexts theme correctness 2026-05-28 01:30:40 -05:00
hooks v0.27.02 push 2026-05-14 21:00:07 -05:00
lib v0.28.0 2026-05-16 15:38:28 -05:00
pages feat: merchant rules, auto-match on sync, duplicate API fix 2026-05-29 03:38:48 -05:00
public/img refactor: component splits, PWA support, CommandPalette 2026-05-28 20:53:22 -05:00
App.jsx feat: hybrid subscription tracker 2026-05-28 22:54:07 -05:00
api.js feat: merchant rules, auto-match on sync, duplicate API fix 2026-05-29 03:38:48 -05:00
index.css style: global readability/theme pass 2026-05-28 23:18:14 -05:00
main.jsx v0.24.3: Session fixes, activity log corrections, UI polish 2026-05-11 13:39:48 -05:00