{{ currentViewTitle }}
{{ userEmailInitials }}
Total Balance
{{ formatMoney(totalBalance) }}
Income
{{ formatMoney(totalIncome) }}
Expense
{{ formatMoney(totalExpense) }}
Pinned Goals
{{ goal.name }}
{{ goal.progress.toFixed(0) }}%
{{ formatMoney(goal.currentAmount) }}
{{ formatMoney(goal.targetAmount) }}
Recent Activity
{{ getCategoryIcon(tx.category) }}
{{ tx.description || tx.category }}
{{ formatDate(tx.date) }} • {{ tx.paymentMethod }}
{{ formatDate(date, true) }}
{{ getCategoryIcon(tx.category) }}
{{ tx.description || tx.category }}
{{ tx.category }} • {{ tx.paymentMethod }}
{{ tx.type === 'income' ? '+' : '-' }}{{ formatMoney(tx.amount, tx.currency) }}
{{ goal.name }}
{{ formatDate(goal.deadline) }}
Progress
{{ goal.progress.toFixed(0) }}%
{{ formatMoney(goal.currentAmount) }}
/ {{ formatMoney(goal.targetAmount) }}
Overdue or Limit Exceeded!
Cash Flow (Last 6 Months)
Expense by Category
Income by Category
Total Net Worth
{{ formatMoney(netWorth) }}
Assets vs. Liabilities
Assets
{{ asset.name }}
{{ asset.type }}
{{ formatMoney(asset.amount, asset.currency) }}
Liabilities
{{ liability.name }}
{{ formatMoney(liability.amount, liability.currency) }}
Due: {{ formatDate(liability.dueDate) }}
{{ liability.interestRate }}% Interest
Preferences
All totals will be converted to this currency.
Data Management
Account
Signed in as {{ user.email }}