-
…accurate computation based on 健康师's original labor costs. Added refund achievement tracking in daily report statistics for comprehensive performance analysis.
-
…. Added address input for store location retrieval, integrated Tencent Maps API for geolocation, and updated form fields to include longitude, latitude, and fence polygons. Adjusted dialog and layout for better usability.
-
…al chunk files and the main app script, to optimize application size and improve load times.
-
…ns for management backend and store PC applications, updated environment variables for local development, and removed unused CSS and JS files to optimize the build.
-
- Refactored multiple worker scripts (css.worker.js, editor.worker.js, html.worker.js, json.worker.js, ts.worker.js) for improved performance and maintainability. - Removed the unused CSS file (app.26c706cb.css) to streamline the project structure and reduce unnecessary file bloat.
-
- Swapped the API base URL in the development environment to use localhost for local testing. - Enhanced the member portrait dialog with improved layout and additional member attributes, including age and birthday type. - Added birthday type filtering options in the birthday view, allowing users to display members with solar and lunar birthdays. - Updated the backend to support querying members based on specified date ranges and birthday types. - Introduced new performance metrics in the personal performance statistics view, categorizing performance by various service types.
-
- 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.
-
- Introduced a new filter for remaining rights range in the member portrait dialog and query input DTO. - Implemented a resetData method to clear all data when switching members to prevent displaying stale information. - Updated the fetchData method to clear lists upon member change. - Enhanced the LqKhxxService to handle remaining rights range in queries. - Improved the layout of the search form in the lqKhxx view for better usability.
-
- Updated the SaaS documentation to clarify the separation of core business modules. - Enhanced the ImageModerationService for better error handling and configuration management. - Improved code readability by removing unnecessary whitespace and optimizing LINQ queries in various services. - Adjusted performance metrics calculations in the LqStoreDashboardService for accuracy in reporting. - Updated DTOs to reflect changes in performance metrics definitions.
-
- Redesigned the welcome page layout with a new hero section and action cards for quick access to features. - Added a feature list in the welcome component to dynamically render action cards. - Updated the tech department dashboard to improve table display by reducing max height and ensuring proper pagination. - Enhanced inventory service documentation for clarity on stock update processes. - Introduced teacher performance metrics in the billing service for better reporting accuracy.
-
- Updated file upload methods to first save files locally before uploading to OSS. - Added new methods for handling Base64 image uploads with local storage and OSS integration. - Improved error handling and logging for file upload processes. - Updated appsettings.json to include LocalFileBaseUrl for local file access.
-
- 修复全员战报明细到店数统计问题:确保到店数不超过拓客数,同一会员多次到店只统计一次 - 修复全部门店开单记录汇总导出接口返回格式:使用统一的响应格式(code, msg, data) - 添加 lq_xh_hyhk 表备注字段功能:支持备注字段的创建、更新、查询和导出 - 优化到店数统计SQL逻辑:先获取拓客会员列表(去重),再统计有到店记录的会员数
-
1. 修复产品物料查询逻辑: - 修改所有工资服务中的产品物料查询逻辑 - 从'11月特殊规则'改为'计算本月工资时使用上月数据' - 支持跨年处理(1月工资使用上一年12月数据) 2. 添加成本信息字段显示: - 在店长工资列表页面添加成本信息分组(销售业绩、产品物料、合作项目成本、店内支出、洗毛巾费用) - 在店长工资详情页面添加成本信息部分 - 在导出功能中添加成本相关字段 - 在导入功能中添加成本相关字段的处理逻辑 3. 修改的文件: - LqStoreManagerSalaryService.cs(店长工资服务) - LqDirectorSalaryService.cs(主任工资服务) - LqBusinessUnitManagerSalaryService.cs(事业部总经理/经理工资服务) - shop.vue(店长工资列表页面) - shop-detail-dialog.vue(店长工资详情页面) - LqBusinessUnitManagerSalaryStatisticsEntity.cs(实体类注释)
-
- 修复科技部总经理工资计算中Cell金额计算逻辑 - 更新主任工资相关服务和前端页面 - 优化科技部老师工资计算逻辑 - 更新客户信息服务和报销申请服务 - 修复系统映射器和权限模型 - 完善工资管理前端页面显示
-
- 在IAuthorizeService接口中添加GetCurrentUserAppModuleAuthorize方法 - 在AuthorizeService中实现根据用户角色获取App权限的逻辑 - 在UsersCurrentService中添加GetAppAuthorize接口(GET /api/permission/Users/Current/AppAuthorize) - 权限获取逻辑:根据用户角色从权限表中获取Category为'App'的模块权限 - 管理员返回所有App权限,普通用户返回角色权限 - 返回树形结构的App权限列表 其他修改: - 更新门店看板相关功能 - 更新会员相关功能 - 更新样式文件
-
- 更新LqXhHyhkService服务 - 更新ConsumeItemDetailListOutput DTO - 更新开发环境配置
-
…der person count and conversion rate metrics. Added logic to deduplicate order statistics by teacher ID, order date, and member ID, improving performance and data accuracy.
-
- 更新工资服务类和相关DTO输出类 - 涉及店助、总监、事业部经理、大项目总监、大项目老师、健康师、门店、技术总经理、科学老师等工资相关服务
-
- 将remarks中的```json代码块改为<code>标签(XML注释中不能使用```) - 为所有缺少注释的接口添加了完整的summary和remarks - 统一了所有9个工资服务确认接口的注释格式 - 包含示例请求、参数说明、注意事项等完整信息 修复的接口: 1. LqSalaryService (健康师) 2. LqTechTeacherSalaryService (科技部老师) 3. LqAssistantSalaryService (店助) 4. LqStoreManagerSalaryService (店长) 5. LqDirectorSalaryService (主任) 6. LqMajorProjectTeacherSalaryService (大项目老师) 7. LqMajorProjectDirectorSalaryService (大项目主管) 8. LqTechGeneralManagerSalaryService (科技部总经理) 9. LqBusinessUnitManagerSalaryService (事业部总经理)
-
- 在多个薪酬统计实体中新增员工确认状态、确认时间和确认备注字段 - 这些字段用于记录员工对薪酬数据的确认情况,提升数据管理的准确性和可追溯性 - 涉及的实体包括:LqAssistantSalaryStatisticsEntity, LqBusinessUnitManagerSalaryStatisticsEntity, LqDirectorSalaryStatisticsEntity, LqMajorProjectDirectorSalaryStatisticsEntity, LqMajorProjectTeacherSalaryStatisticsEntity, LqSalaryStatisticsEntity, LqStoreManagerSalaryStatisticsEntity, LqTechGeneralManagerSalaryStatisticsEntity, LqTechTeacherSalaryStatisticsEntity
-
- 新增事业部驾驶舱后端服务(LqBusinessUnitDashboardService) - 实现15个事业部驾驶舱API接口(统计、趋势、排行榜等) - 新增集团驾驶舱移动端页面(dashboard.vue) - 集成图表功能(Canvas绘制趋势图) - 优化页面样式设计(现代化UI、玻璃拟态效果) - 完善KPI指标展示、会员统计、排行榜等功能 - 添加API模块(report.js)用于集团驾驶舱数据接口
-
- 创建docs文件夹,移动39个需求相关的md文档 - 创建scripts/sh文件夹,移动18个shell测试脚本 - 创建scripts/py文件夹,移动4个Python脚本 - 将3个SQL文件移动到sql文件夹 - 保留README.md和PROJECT_RULES.md在根目录
-
- 修改退款明细列表查询逻辑,从退款健康师业绩表查询(而非开单健康师业绩表) - 支持一个退款明细显示多个健康师,格式:姓名(业绩)、姓名(业绩) - 新增实际退款金额字段,显示所有健康师业绩之和 - 优化前端显示,健康师列显示每个健康师及其业绩 - 添加测试脚本test_refund_detail.sh
-
- 新增ExportOptimized接口,使用批量查询优化性能 - 创建LqKhxxExportOutput导出专用DTO类 - 支持23个固定字段导出,包括客户目前归属名称等 - 文件保存到ExportFiles目录 - 新增Python脚本控制台工具script_runner.py - 新增测试脚本test_customer_export_optimized.sh
-
- 修复门店驾驶舱页面布局对齐问题 - 删除每日运营数据(当月)图表 - 退款明细列表接口添加健康师和业绩字段 - 退款明细列表页面显示健康师和业绩信息
-
- 将开单明细、耗卡明细、储扣列表三个接口的StoreIds参数从List<string>改为string类型(逗号分隔) - 修改后端解析逻辑,支持解析逗号分隔的门店ID字符串 - 解决GET请求中List<string>类型参数无法正确绑定的问题
-
- 修复UpdateForNoDelete方法中升单字段赋值错误(升医美和升生美字段错位) - 新增历史开单记录服务(LqOrderRecordsService),支持通过会员编号或手机号查询 - 更新集团驾驶舱及相关子页面标题为更专业的名称
-
- 新增退卡明细查询接口 - 支持多门店、会员、时间范围、品项、业绩类型、科美类型、来源类型、品项分类等筛选 - 返回字段:门店、会员信息、退卡时间、品项信息、金额、类型等 - 支持分页和排序 - 新增退卡明细导出接口 - 导出Excel文件,包含所有筛选条件 - 文件保存到项目根目录ExportFiles文件夹 - 优化退卡穿透统计接口 - 所有金额字段改为使用实退金额(F_ActualRefundAmount) - 包括门店分布、总计、转卡总计、金额最大/次数最多的人等统计 - 优化客户资料导出接口 - 添加消费等级、开单总金额、剩余权益总金额字段 - 添加首次到店时间、最后到店时间、到店天数、沉睡天数字段 - 消费等级显示为名称(D/C/B/A/A+/A++)
-
- 修复库存扣减逻辑:只有已领取状态才扣减库存 - 修改LqInventoryService、LqProductService、LqInventoryUsageService中所有计算已使用数量的地方 - 只统计IsReceived=1的使用记录,确保库存扣减准确 - 添加System.Collections.Generic命名空间引用 - 优化报销导出功能 - 添加购买门店字段(purchaseStoreId、purchaseStoreName) - 区分申请门店和购买门店两个字段 - 修复文件路径问题:使用项目根目录下的ExportFiles文件夹 - 修复FromQuery参数导致的BadImageFormatException错误 - 修复编译错误 - 添加System.IO命名空间引用 - 修复List<dynamic>类型转换问题
-
- 拓客明细页面:是否邀约、是否预约、是否消耗、是否开卡字段使用el-tag样式,绿色表示是,灰色表示否 - 多门店筛选接口: * 会员品项接口:BillingStoreId改为支持BillingStoreIds数组 * 开单明细接口:StoreId改为支持StoreIds数组 * 耗卡明细接口:StoreId改为支持StoreIds数组 * 会员升单统计接口:新增StoreIds多门店筛选 * 储扣列表接口:StoreId改为支持StoreIds数组(已存在,优化逻辑) * 门店整体统计接口:StoreId改为支持StoreIds数组 - 门店日报统计接口:添加EmployeeCount在职人数字段,从lq_mdxx.zzrs获取
-
- 创建单独的门店基础信息接口(get-store-base-info),支持单独获取门店基础信息和归属信息 - 修复门店数据结构分析接口的类型转换问题 - 优化前端调用逻辑,支持分步骤获取数据 - 添加门店归属信息显示(事业部、科技部、教育部、大项目部) - 添加性能优化相关的SQL索引脚本
-
- 新增门店数据结构分析弹窗,支持门店业绩和运营数据分析 - 更新门店业绩统计逻辑,使用实退金额计算退款业绩 - 优化数据查询接口,支持实时查询和数据完整性 - 增加到店频次会员列表接口,提供详细会员信息和统计数据 - 更新前端展示,提升用户交互体验
-
- 更新会员画像服务,增强数据展示和分析能力 - 优化统计接口,确保返回完整字段并提升查询性能 - 新增门店数据页面设计方案,梳理数据维度和接口 - 更新多个静态资源文件,确保前端展示一致性