Please set your monthly income and savings goal to continue.

Total Budget

${{ getTotalBudget.toFixed(2) }}

Total Monthly Spend

${{ getTotalSpend.toFixed(2) }}

Total Savings

${{ (settings.monthlyIncome - getTotalBudget).toFixed(2) }}

Net Income

${{ (settings.monthlyIncome - getTotalSpend).toFixed(2) }}
Budget Overview
{{ category.name }}
{{ getStatusOfBudget(category) === 'positive' ? 'On Track' : getStatusOfBudget(category) === 'neutral' ? 'At Risk' : 'Over Budget' }}
${{ getAmountUsed(category).toFixed(2) }} / ${{ getBudgetCategoryWeight(category).toFixed(2) }}
{{ ((getAmountUsed(category) / getBudgetCategoryWeight(category)) * 100).toFixed(0) }}% used
${{ getStatusOfBudget(category) === 'negative' ? 0 : (getBudgetCategoryWeight(category) - getAmountUsed(category)).toFixed(2) }} remaining
Top Spending Categories
Recent Transactions

Date

Name

Amount

Category

Actions

{{ new Date(transaction.date).toLocaleDateString() }}

{{ transaction.name }}

${{ transaction.amount.toFixed(2) }}