= (int) $yearly['year'] ?> resources
= h(Support::money($totals['gross_resources'], $symbol)) ?>Across all twelve months= (int) $yearly['year'] ?> resources
= h(Support::money($totals['gross_resources'], $symbol)) ?>Across all twelve months= (int) $yearly['year'] ?> expenses
= h(Support::money($totals['expenses'], $symbol)) ?>= $totals['gross_resources'] > 0 ? number_format($totals['expenses'] / $totals['gross_resources'] * 100, 1) : '0.0' ?>% of resourcesMoved dormant
= h(Support::money($totals['dead_movement'], $symbol)) ?>Net dormant depositsStrongest remainder
= h(Support::money($bestMonth['remaining'] ?? 0, $symbol)) ?>= $bestMonth ? h(date('F', strtotime($bestMonth['month'] . '-01'))) : 'No data' ?>Month-to-month
= h(date('F', strtotime($month . '-01'))) ?>
Record categorized expenses to build this view.
Statistical table
| Month | Resources | Planned | Expenses | Dormant | Remainder |
|---|---|---|---|---|---|
| = h(date('F Y', strtotime($row['month'] . '-01'))) ?> | = h(Support::money($row['gross_resources'], $symbol)) ?> | = h(Support::money($row['planned'], $symbol)) ?> | = h(Support::money($row['expenses'], $symbol)) ?> | = h(Support::money($row['dead_movement'], $symbol)) ?> | = h(Support::money($row['remaining'], $symbol)) ?> |