whisper-money/resources/js/types
Víctor Falcón 0a9ca5b606
feat: enable invested amount tracking for savings accounts (#142)
## Summary

- Adds `Savings` to the list of account types that support invested
amount tracking, alongside `Investment` and `Retirement`
- Decouples `supportsInvestedAmount()` from
`NON_TRANSACTIONAL_ACCOUNT_TYPES` in TypeScript, since savings accounts
are transactional but now also support invested amount tracking
- Updates unit tests to reflect savings accounts supporting invested
amounts

This enables remunerated savings accounts to track invested money vs.
current balance to visualize gains/losses — the same way investment and
pension accounts already do.
2026-02-23 17:19:33 +01:00
..
account.ts feat: enable invested amount tracking for savings accounts (#142) 2026-02-23 17:19:33 +01:00
automation-rule.ts feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
balance-import.ts feat: investment benefits — show gains/losses on investment accounts (#140) 2026-02-23 13:59:10 +01:00
banking.ts feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
budget.ts feat: Load transactions history on budget created (#72) 2026-01-22 11:10:15 +01:00
category.ts Add category type field support (#2) 2025-12-01 20:19:47 +01:00
import.ts Add transaction selection to import preview (#25) 2025-12-13 12:41:18 +01:00
index.d.ts feat: Decrypt encrypted transactions on key unlock (#123) 2026-02-16 10:37:43 +01:00
label.ts feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
language.ts feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
pricing.ts feat: centralize pricing config with multiple plans support (#20) 2025-12-09 10:03:35 +01:00
transaction.ts Move transaction filtering from client-side to server-side (#126) 2026-02-16 12:49:04 +01:00
uuid.ts Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
vite-env.d.ts feat: Add PostHog (#70) 2026-01-20 10:47:59 +01:00