Budget Tracker
⇩
Export CSV
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' }}
Type
Income
Expense
Amount
Category
Select category
{{ cat }}
Date
Description
{{ editingId !== null ? 'Update' : 'Add' }}
Cancel
Transactions
Category
All
{{ cat }}
From
To
Clear
Date
Description
Category
Amount
Actions
{{ t.date }}
{{ t.description }}
{{ t.category }}
{{ t.type === 'income' ? '+' : '-' }}{{ formatCurrency(t.amount) }}
✎
✕
No transactions found.