财务概览
本月收入
¥{{ monthlyIncome.toFixed(2) }}
{{ incomeStats.length }} 个分类
本月支出
¥{{ monthlyExpense.toFixed(2) }}
{{ expenseStats.length }} 个分类
本月结余
¥{{ monthlyBalance.toFixed(2) }}
{{ monthlyBalance >= 0 ? '盈余' : '亏损' }}
净资产
¥{{ netAssets.toFixed(2) }}
{{ netAssets >= 0 ? '资产-负债' : '负债-资产' }}
最近记录 滚动查看最近10条数据,全部数据请到记录菜单下查询
日期 | 类型 | 金额 | 分类/账户 | 描述 |
---|---|---|---|---|
{{ record.date }} | 收入 支出 转账 | ¥{{ record.amount.toFixed(2) }} |
{{ getCategoryName(record.category) }}
{{ getAccountName(record.account) }}
{{ getAccountName(record.fromAccount) }} → {{ getAccountName(record.toAccount) }}
|
{{ record.description }} - |
添加收入
添加支出
账户转账
统计分析
查询条件
高级分析选项
总交易笔数
{{ reportData.totalCount }}
笔交易
总收入
¥{{ reportData.totalIncome.toFixed(2) }}
{{ reportData.incomeCount }} 笔收入
总支出
¥{{ reportData.totalExpense.toFixed(2) }}
{{ reportData.expenseCount }} 笔支出
净收入
¥{{ reportData.netIncome.toFixed(2) }}
{{ reportData.netIncome >= 0 ? '盈余' : '亏损' }}
汇总数据
{{ getGroupByLabel() }} | 收入 | 支出 | 净收入 | 交易笔数 |
---|---|---|---|---|
{{ item.group }} | ¥{{ item.income.toFixed(2) }} | ¥{{ item.expense.toFixed(2) }} | ¥{{ item.net.toFixed(2) }} | {{ item.count }} |
明细数据
日期 | 类型 | 金额 | 分类 | 账户 | 描述 |
---|---|---|---|---|---|
{{ record.date }} | 收入 支出 转账 | ¥{{ record.amount.toFixed(2) }} | {{ getCategoryName(record.category) }} - | {{ getAccountName(record.account) }} {{ getAccountName(record.fromAccount) }} → {{ getAccountName(record.toAccount) }} | {{ record.description }} |
趋势分析
期间 | 收入 | 支出 | 净收入 | 交易笔数 |
---|---|---|---|---|
{{ item.period }} | ¥{{ item.income.toFixed(2) }} | ¥{{ item.expense.toFixed(2) }} | ¥{{ item.net.toFixed(2) }} | {{ item.count }} |
对比分析
指标 | 当前期间 | 对比期间 | 变化率 |
---|---|---|---|
收入 | ¥{{ reportData.comparison.current.income.toFixed(2) }} | ¥{{ reportData.comparison.comparison.income.toFixed(2) }} | {{ reportData.comparison.changes.income }}% |
支出 | ¥{{ reportData.comparison.current.expense.toFixed(2) }} | ¥{{ reportData.comparison.comparison.expense.toFixed(2) }} | {{ reportData.comparison.changes.expense }}% |
净收入 | ¥{{ reportData.comparison.current.net.toFixed(2) }} | ¥{{ reportData.comparison.comparison.net.toFixed(2) }} | {{ reportData.comparison.changes.net }}% |
交易笔数 | {{ reportData.comparison.current.count }} | {{ reportData.comparison.comparison.count }} | {{ reportData.comparison.changes.count }}% |
图表分析
图表功能需要集成图表库(如Chart.js)
当前显示数据:{{ reportData.summary.length }} 个数据点
收入分类统计
{{ stat.categoryName }}
¥{{ stat.amount.toFixed(2) }}
支出分类统计
{{ stat.categoryName }}
¥{{ stat.amount.toFixed(2) }}
快速报表
交易记录
暂无交易记录
日期 | 类型 | 金额 | 分类/账户 | 描述 | 操作 |
---|---|---|---|---|---|
{{ record.date }} | 收入 支出 转账 | ¥{{ record.amount.toFixed(2) }} |
{{ getCategoryName(record.category) }}
{{ getAccountName(record.account) }}
{{ getAccountName(record.fromAccount) }} → {{ getAccountName(record.toAccount) }}
|
{{ record.description }} |
共 {{ filteredRecords.length }} 条记录,第 {{ currentPage }} / {{ totalPages }} 页
编辑记录
分类管理
添加新分类
现有分类
收入分类
{{ category.name }}
{{ subCategory.name }}
支出分类
{{ category.name }}
{{ subCategory.name }}
账户管理
添加新账户
现有账户
{{ account.name }}
{{ account.type === 'asset' ? '资产' : '负债' }}
¥{{ (accountBalances[account.id] || 0).toFixed(2) }}
系统设置
数据管理
数据存储说明
- 服务器存储:所有数据自动保存到服务器,安全可靠
- 自动备份:每次数据操作时自动创建备份,无需手动操作
- 本地导出:可随时导出数据到本地电脑作为额外备份
- 多设备同步:数据存储在云端,支持多设备访问
数据安全说明
- 数据隔离:每个用户的数据通过ID完全隔离
- 加密传输:使用HTTPS加密保护数据传输
- 数据控制:您可以随时导出或删除数据
- 备份保护:自动备份,防止数据丢失
注意事项
- 导入数据将覆盖现有数据,请谨慎操作
- 请手动刷新页面完成数据同步更新
统计信息
数据统计
交易记录
{{ records.length }} 条
收支分类
{{ categories.length }} 个
账户数量
{{ accounts.length }} 个