🔐
个人账本
请输入访问密码
进入
密码错误,请重试
{{ data.meta.title }}
{{ formatMonth(m) }}
💵
本月收入
{{ formatCurrency(currentMonthIncome) }}
{{ currentMonthData.count }} 笔交易
💸
本月支出
{{ formatCurrency(currentMonthExpense) }}
日均 {{ formatCurrency(dailyAverage) }}
💹
本月结余
{{ formatCurrency(currentMonthNet) }}
{{ currentMonthNet >= 0 ? '盈余' : '赤字' }}
🏦
净资产
{{ formatCurrency(netWorth) }}
{{ totalAssets > 0 ? '资产健康' : '需要关注' }}
月度收支对比
{{ months.length }} 个月
支出分类占比
{{ expenseCategories.length }} 个分类
收支趋势分析
{{ trendInsight }}
账户余额分布
{{ totalAccounts }} 个账户
消费日历
{{ year }} 年
本月总花费:
¥{{ (currentMonthExpense).toLocaleString('zh-CN', {minimumFractionDigits: 0, maximumFractionDigits: 0}) }}
日均:
¥{{ dailyAverage.toFixed(0) }}
最高:
{{ maxExpenseDay.date }} ¥{{ maxExpenseDay.amount.toFixed(0) }}
少
多
交易明细
共 {{ filteredTransactions.length }} 笔
{{ type.icon }} {{ type.label }}
日期
类型
描述
分类
金额
账户
{{ txn.date }}
{{ getTypeLabel(txn.type) }}
{{ txn.payee || txn.narration }}
{{ getCategoryLabel(txn.category) }}
{{ formatCurrency(txn.amount) }}
{{ getAccountLabel(txn.source_account) }}
暂无交易记录