whisper-money/app/Enums
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
..
AccountType.php feat: enable invested amount tracking for savings accounts (#142) 2026-02-23 17:19:33 +01:00
BankingConnectionStatus.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
BudgetPeriodType.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
CategoryColor.php Add category type field support (#2) 2025-12-01 20:19:47 +01:00
CategoryType.php Add type enum to categories 2025-12-01 10:29:57 +01:00
DripEmailType.php feat: Send custom emails to users (#52) 2026-01-09 09:33:19 +01:00
LabelColor.php feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
RolloverType.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
TransactionSource.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00