🔒 私密离线账本

{{ hasWallet ? '请输入安全 PIN 码解密账本' : '首次使用:请设置安全 PIN 码创建账本' }}

已有冷备份 JSON?可在此恢复:

我的多账户账本

AES-GCM-256 本地绝对硬加密保密中
净资产 (总资产 - 总负债)
¥{{ netAssets.toFixed(2) }}
总资产 (正向余额汇总)
¥{{ totalAssets.toFixed(2) }}
总负债 (应还欠款汇总)
¥{{ totalLiabilities.toFixed(2) }}

账户资产与负债概览

{{ acc.name }} {{ acc.type === 'asset' ? '资产' : '负债' }}
¥{{ getAccountBalance(acc.id).toFixed(2) }}

校准账户实际余额/欠款数值,系统将自动生成平账纪录。

交易明细记录 ({{ transactions.length }} 笔)
{{ getCategoryName(t.categoryId) }} ({{ getAccountName(t.accountId) }})
内部转账: {{ getAccountName(t.fromAccountId) }} ➔ {{ getAccountName(t.toAccountId) }}
{{ t.date }} {{ t.note ? ' | ' + t.note : '' }}
{{ t.type === 'income' ? '+' : (t.type === 'expense' ? '-' : '⇄') }}¥{{ Number(t.amount).toFixed(2) }}