Budget Tracker

Balance {{ formatCurrency(balance) }}
Income {{ formatCurrency(totalIncome) }}
Expenses {{ formatCurrency(totalExpenses) }}

Expenses by Category

No expenses yet

Monthly Overview

No data yet

{{ editingId !== null ? 'Edit Transaction' : 'Add Transaction' }}

Transactions

Date Description Category Amount Actions
{{ t.date }} {{ t.description }} {{ t.category }} {{ t.type === 'income' ? '+' : '-' }}{{ formatCurrency(t.amount) }}

No transactions found.