## 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. |
||
|---|---|---|
| .. | ||
| AccountType.php | ||
| BankingConnectionStatus.php | ||
| BudgetPeriodType.php | ||
| CategoryColor.php | ||
| CategoryType.php | ||
| DripEmailType.php | ||
| LabelColor.php | ||
| RolloverType.php | ||
| TransactionSource.php | ||