kanade
47b521845d
feat(accounting): 添加做账合同追加费用功能
- 新增 append 模块处理追加费用相关逻辑
- 在 accounting 结构体中添加 Append 字段支持追加操作
- 添加 ArgsAuditAppendCost 和 ArgsAppendAddCost 等参数结构体
- 实现 AppendCost 方法用于追加费用审核流程
- 新增 PurchaseCostItem 结构体并实现 Purchase 方法获取采购合同费用
- 在 constant.go 中添加 BusinessTypeAccountingAppendCostAudit 业务类型常量
- 移除 sale/benefit.go 中的 OtherCost 字段优化成本结构
- 添加 payable.Gen 方法用于生成应付单
- 添加 receivable.Gen 方法用于生成应收单
2026-06-26 10:45:43 +08:00
..
2026-06-26 10:45:43 +08:00
2026-06-08 17:32:32 +08:00
2024-08-19 17:49:26 +08:00
2024-07-16 17:18:31 +08:00
2025-12-16 15:03:34 +08:00
2026-06-08 17:32:32 +08:00
2026-05-07 17:15:46 +08:00
2024-08-01 14:51:51 +08:00
2026-06-08 17:32:32 +08:00
2024-07-16 17:18:31 +08:00
2026-06-08 17:32:32 +08:00
2026-06-03 17:23:49 +08:00
2026-06-08 17:32:32 +08:00
2026-06-26 10:45:43 +08:00
2026-06-08 17:57:53 +08:00
2026-06-09 16:51:17 +08:00
2026-04-29 11:49:36 +08:00
2026-06-26 10:45:43 +08:00
2024-08-19 17:49:26 +08:00
2025-04-10 13:32:34 +08:00
2025-12-16 15:03:34 +08:00
2026-06-03 10:47:11 +08:00
2026-03-26 10:06:13 +08:00
2026-05-07 17:07:35 +08:00
2026-06-03 10:47:11 +08:00
2024-10-12 14:46:31 +08:00
2026-06-26 10:45:43 +08:00
2026-01-21 11:39:30 +08:00
2026-01-20 11:04:05 +08:00
2026-05-28 15:05:07 +08:00
2026-03-13 14:04:26 +08:00
2026-06-26 10:45:43 +08:00
2026-03-09 10:00:15 +08:00
2025-04-15 16:22:55 +08:00
2026-01-15 11:39:50 +08:00
2025-05-23 11:41:55 +08:00
2026-06-11 09:21:25 +08:00