Total Balance
{{ formatCurrency(dashboard.balance || 0) }}
{{ formatCurrency(dashboard.monthIncome || 0) }}
{{ formatCurrency(dashboard.monthExpenses || 0) }}
Budget Status
{{ getCategoryIcon(b.category) }} {{ getCategoryName(b.category) }}
{{ b.percentage }}%
Goals
{{ g.title }}
{{ g.percentage }}%
Recent Transactions
No transactions yet
{{ t.label }}
{{ formatDate(t.timestamp) }}
{{ t.type === 'income' ? '+' : '-' }}{{ formatCurrency(t.amount) }}
Upcoming Bills
{{ r.label }}
{{ r.nextDue ? formatDate(r.nextDue) : 'No date' }}
{{ formatCurrency(r.amount) }}