-
…ll data is exported without pagination. Enhance error handling for total amount validation to support negative values and various formats. Add a new method for parsing decimal values, accommodating accounting formats. Update documentation for clarity on export parameters and import requirements.
-
- Added functionality to convert solar birthdays to lunar format and display the corresponding lunar birthday in the customer detail dialog. - Introduced a new dropdown for selecting lunar month and day in the customer form, allowing users to input lunar birthdays easily. - Updated the customer service to handle birthday type differentiation (solar vs lunar) and ensure proper data handling. - Enhanced the UI for better clarity and usability, including improved dialog styling and form section titles. - Refactored related DTOs to accommodate the new birthday type and format changes.
-
- 健康师额外工资导入:添加清理导入月份数据参数,默认true - 合作成本导入:添加清理导入月份数据参数,默认true,支持多成本类型和多笔记录 - 合作成本导入返回结果:添加成本类型字段到successRecords - 移除合作成本导入的重复检查,支持同一门店同一月份多笔记录
-
1. 健康师薪酬计算优化: - 修复升单提点计算规则(>=10:12%, >=7:10%, >=4:7%, <4:0%) - 修复升单业绩提成计算(需要乘以0.95) - 修复顾问提成规则(按战队人数区分:3人及以上按3人规则,2人按2人规则,1人无顾问) - 修复健康师筛选逻辑(只统计岗位为'健康师'的员工) - 修复新店健康师底薪计算说明 2. 店助薪酬计算优化: - 修复门店目标缺失时的处理逻辑(默认值为0,不抛异常) 3. 合同成本统计接口优化: - 年份和月份参数改为可选 - 优化时间范围过滤逻辑 4. 合作成本表功能增强: - 添加成本类型字段(F_CostType) - 导入功能优化(支持通过门店名称查找门店ID) - 更新Excel模板 5. 清洗流水管理接口优化: - 创建送出记录接口:支持传入sendTime参数(可选) - 创建送回记录接口:支持传入returnTime参数(可选) - 修改接口:支持修改sendTime和returnTime 6. 开单品项明细列表接口优化: - 添加paymentMethod字段(付款方式,来源于开单记录表的fkfs字段) 7. 其他优化: - 修复开单记录表PerformanceType字段同步更新逻辑 - 更新相关文档说明
-
- Updated VUE_APP_BASE_API in the development environment to point to localhost for local testing. - Added a new endpoint to export approved reimbursement details for the current month, including associated purchase records. - Enhanced SQL queries for better performance and clarity in the reimbursement statistics service. - Improved documentation and comments for better understanding of the code logic.