Real estate account chart now appends 12 months of projected data when the property has a revaluation percentage and/or a linked loan: - Market value projected forward via the configured revaluation rate (compounded monthly). - Mortgage balance projected via LoanAmortizationService on the linked loan, so the mortgage decline is visible alongside the property revaluation in the same chart. Backend: DashboardAnalyticsController appends projected points with display-currency variants. Frontend: chart adds dashed projection lines for value and mortgage_balance plus a Today reference line. Tooltip and currency-mode swap propagate the new projected_mortgage_balance field. |
||
|---|---|---|
| .. | ||
| import-balances | ||
| account-balance-chart.tsx | ||
| account-form.tsx | ||
| account-list-card.tsx | ||
| account-name.tsx | ||
| balances-modal.tsx | ||
| bank-combobox.tsx | ||
| create-account-dialog.tsx | ||
| custom-bank-form.tsx | ||
| delete-account-dialog.tsx | ||
| edit-account-dialog.tsx | ||
| edit-loan-detail-dialog.tsx | ||
| import-balances-drawer.tsx | ||
| update-balance-dialog.tsx | ||