Commit Graph

11 Commits

Author SHA1 Message Date
masoodafar-web
fe56b8f139 feat: add GetAvailableWeeks query and update protobuf imports
All checks were successful
Build and Deploy / build (push) Successful in 2m18s
2025-12-12 05:57:32 +03:30
masoodafar-web
b229a3f0b6 refactor: Update protobuf namespaces and remove unused imports 2025-12-06 16:42:15 +03:30
masoodafar-web
4aa9f28f6e feat: Implement user permission checks and manual payment functionalities
- Added CheckUserPermissionQuery and CheckUserPermissionQueryHandler for permission validation.
- Introduced GetUserRolesQuery and GetUserRolesQueryHandler to retrieve user roles.
- Created IPermissionService interface and its implementation in PermissionService.
- Defined permission and role constants in PermissionDefinitions.
- Developed SetDefaultVatPercentageCommand and its handler for VAT configuration.
- Implemented GetCurrentVatPercentageQuery and handler to fetch current VAT settings.
- Added manual payment commands: CreateManualPayment, ApproveManualPayment, and RejectManualPayment with respective handlers and validators.
- Created GetManualPaymentsQuery and handler for retrieving manual payment records.
- Integrated gRPC services for manual payments with appropriate permission checks.
- Established Protobuf definitions for manual payment operations and metadata.
2025-12-05 17:27:38 +03:30
masoodafar-web
067fe6cc0e Update payment status type to PaymentMethod enum 2025-11-28 02:18:04 +03:30
masoodafar-web
e7414cd814 Refactor: rename Price to Amount and update protobuf enums 2025-11-28 01:14:10 +03:30
masoodafar-web
92d25f3b2c Update payment status handling and add local config comment 2025-11-27 23:24:56 +03:30
masoodafar-web
edd3fec5e3 Add empty filter validation for user order queries 2025-11-27 22:06:28 +03:30
masoodafar-web
509b1e354a Add payment status to boolean mapping for protobuf 2025-11-27 19:17:17 +03:30
masoodafar-web
10035b328b Add payment method and delivery status filters to user order queries 2025-11-27 18:59:22 +03:30
King
9fcc5d9276 Update 2025-09-28 16:57:35 +03:30
King
4241523443 Update 2025-09-28 15:24:13 +03:30