## 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. |
||
|---|---|---|
| .. | ||
| account.ts | ||
| automation-rule.ts | ||
| balance-import.ts | ||
| banking.ts | ||
| budget.ts | ||
| category.ts | ||
| import.ts | ||
| index.d.ts | ||
| label.ts | ||
| language.ts | ||
| pricing.ts | ||
| transaction.ts | ||
| uuid.ts | ||
| vite-env.d.ts | ||