feat: 新增周期性交易、账本管理、预算和交易日历视图等核心财务管理功能。

This commit is contained in:
2026-01-28 07:00:36 +08:00
parent e552e0f4a9
commit f5a43179fc
21 changed files with 2559 additions and 19 deletions

20
task.md
View File

@@ -113,27 +113,27 @@
>
> 目标: 补齐 Web 端定义的 P1 核心记账能力
- [ ] 10.1 周期性交易模块 (Recurring Transactions)
- [ ] 10.1.1 周期交易服务 (recurringTransactionService)
- [ ] 10.1.2 周期交易列表页
- [ ] 10.1.3 创建/编辑周期交易
- [x] 10.1 周期性交易模块 (Recurring Transactions)
- [x] 10.1.1 周期交易服务 (recurringTransactionService)
- [x] 10.1.2 周期交易列表页
- [x] 10.1.3 创建/编辑周期交易
- [ ] 10.2 多账本系统 (Ledger System)
- [ ] 10.2.1 账本服务 (ledgerService)
- [ ] 10.2.2 账本管理页 (新建/切换/编辑)
- [x] 10.2.1 账本服务 (ledgerService)
- [x] 10.2.2 账本管理页 (新建/切换/编辑)
## 🐷 Phase 11: 财务目标 (Savings & Goals)
>
> 目标: 增强预算模块,增加存钱目标
- [ ] 11.1 存钱罐服务 (piggyBankService)
- [ ] 11.2 存钱罐列表组件 (BudgetScreen 集成)
- [ ] 11.3 存入/取出操作逻辑
- [x] 11.1 存钱罐服务 (piggyBankService)
- [x] 11.2 存钱罐列表组件 (BudgetScreen 集成)
- [x] 11.3 存入/取出操作逻辑
## 🛠️ Phase 12: 工具与生态
>
> 目标: 完善 P2 功能,对齐 Web 端体验
- [ ] 12.1 交易日历视图 (Calendar View)
- [x] 12.1 交易日历视图 (Calendar View)
- [ ] 12.2 数据导出功能 (Export to CSV/Excel)
- [ ] 12.3 汇率换算工具 (Exchange Rate)
- [ ] 12.4 消息通知中心 (Notifications)