• - 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.
    “wangming” authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »

  • - 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.
    “wangming” authored
     
    Browse Dir »
  • - Introduced a dropdown for column settings in list view, allowing users to customize visible columns and their order via drag-and-drop.
    - Updated table columns to dynamically render based on user-selected visibility, improving the overall user experience.
    - Enhanced the display of customer information, including merging customer name and ID, and added tooltips for better clarity.
    - Refactored existing table columns to utilize a more flexible structure for rendering based on visibility settings.
    “wangming” authored
     
    Browse Dir »
  • - 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.
    “wangming” authored
     
    Browse Dir »

  • - 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.
    “wangming” authored
     
    Browse Dir »









  • - Added GetCurrentUserAppModuleAuthorize method to IAuthorizeService
    - Implemented App permission logic in AuthorizeService based on user roles
    - Introduced GetAppAuthorize endpoint in UsersCurrentService (GET /api/permission/Users/Current/AppAuthorize)
    - Logic retrieves App module permissions categorized as 'App' from the permissions table
    - Admins receive all App permissions, while regular users receive permissions based on their roles
    - Returns a hierarchical structure of App permissions
    
    Additional updates:
    - Enhanced store dashboard features
    - Improved member-related functionalities
    - Updated style files
    “wangming” authored
     
    Browse Dir »
  • - 在IAuthorizeService接口中添加GetCurrentUserAppModuleAuthorize方法
    - 在AuthorizeService中实现根据用户角色获取App权限的逻辑
    - 在UsersCurrentService中添加GetAppAuthorize接口(GET /api/permission/Users/Current/AppAuthorize)
    - 权限获取逻辑:根据用户角色从权限表中获取Category为'App'的模块权限
    - 管理员返回所有App权限,普通用户返回角色权限
    - 返回树形结构的App权限列表
    
    其他修改:
    - 更新门店看板相关功能
    - 更新会员相关功能
    - 更新样式文件
    “wangming” authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »