MyMidas/frontend/src/api
megaproxy afb5e99bb2 Add recurring transaction detection, subscriptions page, and UK tax reporting
- Recurring service: auto-detects direct debits/subscriptions from CSV imports
  using frequency analysis; manual toggle in transaction detail drawer
- Subscriptions page (/subscriptions): groups recurring payments with monthly
  cost equivalents, next-payment badges, and re-scan trigger
- UK Tax page (/tax): payslips/P60 entry, income tax + NI + CGT + dividend tax
  calculations, configurable rate tables per tax year (pre-seeded 2024/25 and
  2025/26), editable in-app so Budget changes need no rebuild
- Migration 0006: tax_rate_configs, tax_profiles, payslips, manual_cgt_disposals
  with RLS; seeds 2025/2026 rate configs for existing users
- Chart tooltip fix: all Recharts tooltips now use TOOLTIP_STYLE constant so
  they render correctly across all dark/light themes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 21:40:02 +00:00
..
accounts.ts Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
admin.ts Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
auth.ts Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
budgets.ts Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
categories.ts Add category management UI and service layer 2026-04-23 11:50:28 +00:00
client.ts Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
investments.ts Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
predictions.ts Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
reports.ts Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
settings.ts Add AI receipt scanning with OCR pipeline and debug toggle 2026-04-22 22:07:38 +00:00
subscriptions.ts Add recurring transaction detection, subscriptions page, and UK tax reporting 2026-04-23 21:40:02 +00:00
tax.ts Add recurring transaction detection, subscriptions page, and UK tax reporting 2026-04-23 21:40:02 +00:00
transactions.ts Add recurring transaction detection, subscriptions page, and UK tax reporting 2026-04-23 21:40:02 +00:00