Commit Graph

7 Commits

Author SHA1 Message Date
masoodafar-web
9f64e42029 chore: add trailing space to Serilog debug output
All checks were successful
Build and Deploy / build (push) Successful in 2m33s
2025-12-07 22:27:28 +03:30
masoodafar-web
52b0df4aa0 Update Kestrel port and add console logging 2025-12-06 22:24:18 +03:30
masoodafar-web
5f1f59dd20 Merge branch 'main' into kub-stage 2025-12-06 14:27:42 +03:30
masoud
6f7b1ab447 Update Program.cs to read Seq config from appsettings.json 2025-12-05 21:53:03 +00:00
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
MeysamMoghaddam
0042726cdb u 2025-10-07 20:53:28 +03:30
King
4241523443 Update 2025-09-28 15:24:13 +03:30