{{ pageTitle }}

{{ user.name.charAt(0) }}
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.icon }}
{{ g.title }}
{{ g.percentage }}%

Recent Transactions

No transactions yet

{{ getCategoryIcon(t.category) }}
{{ t.label }}
{{ formatDate(t.timestamp) }}
{{ t.type === 'income' ? '+' : '-' }}{{ formatCurrency(t.amount) }}

Upcoming Bills

{{ getCategoryIcon(r.category) }}
{{ r.label }}
{{ r.nextDue ? formatDate(r.nextDue) : 'No date' }}
{{ formatCurrency(r.amount) }}

No transactions

No budgets set

{{ getCategoryIcon(b.category) }} {{ getCategoryName(b.category) }}
{{ formatCurrency(b.spent) }} / {{ formatCurrency(b.monthlyLimit) }}

No savings goals

{{ g.icon || '๐ŸŽฏ' }}
{{ g.title }}
Due {{ formatDate(g.deadline) }}
{{ formatCurrency(g.currentAmount) }} / {{ formatCurrency(g.targetAmount) }}
Total Income
{{ formatCurrency(stats.totalIncome || 0) }}
Total Expenses
{{ formatCurrency(stats.totalExpenses || 0) }}
Savings Rate
{{ stats.savingsRate || 0 }}%
Transactions
{{ stats.transactionCount || 0 }}

Spending by Category

{{ getCategoryIcon(cat) }} {{ getCategoryName(cat) }} {{ formatCurrency(amount) }}

Monthly Overview

{{ m.month.slice(5) }}
Income Expenses

No recurring transactions

{{ getCategoryIcon(r.category) }}
{{ r.label }}
{{ r.frequency }} ยท {{ r.nextDue ? formatDate(r.nextDue) : 'No date' }}
{{ r.type === 'income' ? '+' : '-' }}{{ formatCurrency(r.amount) }}

BNP Paribas Fortis

๐Ÿฆ
{{ bankStatus.connected ? 'Connected' : 'Not Connected' }}
Last sync: {{ formatDate(bankStatus.lastSync) }}

API Configuration

Enter your BNP Paribas Fortis PSD2 sandbox credentials

No tasks

{{ t.title }}
{{ formatDate(t.dueDate) }} {{ t.dueTime || '' }}
{{ user.name.charAt(0) }}
๐Ÿ“ท

Profile

{{ toast.message }}