7d92ae6658
Merge branch 'Feature/contracts/api' into Main
2025-12-20 12:11:02 +03:30
5de90be51e
Merge branch 'Feature/Insurance/client-api' into Main
2025-12-20 11:25:20 +03:30
a1ead80a42
Merge branch 'master' into Main
2025-12-20 11:25:15 +03:30
7a4a6de84f
feat: add OneMonthPrice to institution contract details
2025-12-20 10:56:36 +03:30
293ea0f6f4
feat: enhance insurance client print model with additional properties and update related logic
2025-12-20 10:13:13 +03:30
3ce4cf3966
add insurance print api for client
2025-12-18 13:34:31 +03:30
a121e62102
Merge branch 'master' into Main
...
# Conflicts:
# 0_Framework/Application/Sms/ISmsService.cs
# ServiceHost/Program.cs
# ServiceHost/Properties/launchSettings.json
2025-12-18 11:01:54 +03:30
4f16d7680c
feat: add insurance client list retrieval with pagination and filtering
2025-12-18 10:59:06 +03:30
SamSys
7a10d5ce59
changes
2025-12-18 10:40:11 +03:30
SamSys
3d88feeee7
Clent Add Employee Change to authorizedCanceled
2025-12-17 19:13:47 +03:30
SamSys
f408624463
Merge branch 'master' of https://github.com/samsyntax24/OriginalGozareshgir
2025-12-17 13:25:38 +03:30
SamSys
8296292e49
checkout week finder switch fixed bug
2025-12-17 13:25:24 +03:30
be8deef167
fix: update license context setting for Excel packages
2025-12-17 11:33:40 +03:30
84fb29c8c8
feat: enhance project creation validation and add operation result filter
2025-12-16 20:18:54 +03:30
0969e8a5fd
Merge remote-tracking branch 'origin/master'
2025-12-16 19:14:28 +03:30
92e2282381
refactor: change GetAllCodes to return a dictionary for improved structure
2025-12-16 19:13:30 +03:30
SamSys
3b71b7d707
add pmPermission to claim
2025-12-16 18:24:18 +03:30
6123a53f01
fix: update permission check for project board visibility
2025-12-16 17:15:22 +03:30
ec74db17eb
Merge branch 'master' into Feature/program-manager/set-permission-board
2025-12-16 17:10:41 +03:30
dc118cf18b
Merge branch 'master' of https://github.com/syntax24/OriginalGozareshgir
2025-12-16 17:09:54 +03:30
a11e54c333
Add project board detail endpoint & validation improvements
...
- Added GET /board/{id:guid} endpoint to ProjectController for detailed project board info.
- Enforced max length of 15 characters for project names in CreateProjectCommandValidator.
- Improved SetTimeProjectCommandHandler: skip zero/negative initial times, removed duplicate error message, and cleaned up formatting.
- Enhanced RollCallApplication to use employee-specific workshop shift settings when available.
2025-12-16 17:09:28 +03:30
SamSys
2383e7a54f
Merge branch 'master' of https://github.com/samsyntax24/OriginalGozareshgir
2025-12-16 17:03:02 +03:30
SamSys
2ef1ea3d1a
add new permission for workshop
2025-12-16 17:02:40 +03:30
SamSys
ebdc9b1e55
ProgramManager PermissionCodes set
2025-12-16 16:26:15 +03:30
9e5a494881
feat: enhance project board query with skill and user details
2025-12-16 14:18:00 +03:30
2972807c9f
feat: add permission handling methods and project board detail query
2025-12-16 12:56:49 +03:30
f7351454f3
feat: implement method to update face embedding names for employees with changed names
2025-12-16 11:05:22 +03:30
b64d0e5ffd
feat: add method to update employee full name in FaceEmbeddingService and integrate with RollCallEmployeeApplication
2025-12-16 10:39:51 +03:30
35b7a3a3dd
remove documentation file generation from project settings
2025-12-16 09:32:42 +03:30
fe93ef60c9
Merge branch 'master' of https://github.com/syntax24/OriginalGozareshgir
2025-12-15 21:14:06 +03:30
ef865d9c68
Add Skill navigation to Phase/ProjectSection, refactor logic
...
- Add Skill navigation properties to PhaseSection and ProjectSection, with EF Core mappings and migration for foreign keys and indexes.
- Refactor SetSkillFlags in GetProjectsListQueryHandler for clarity and efficiency; use eager loading for Skill.
- Add HasRemainingTime() to TaskSection and enforce time check in ChangeStatusSectionCommandHandler.
- Optimize EmployeeDocumentsRepository queries; add EmployeeId to WorkshopWithEmployeeDocumentsViewModel.
- Improve CustomExceptionHandler to handle FluentValidation exceptions and return proper status codes.
- Add FluentValidation package reference and perform minor code cleanups.
2025-12-15 20:56:32 +03:30
SamSys
61e35100f9
Merge branch 'master' of https://github.com/samsyntax24/OriginalGozareshgir
2025-12-15 18:49:35 +03:30
SamSys
01d33ff340
add InstitutionContract Confirm Reminder Sms completed
2025-12-15 18:49:13 +03:30
cd64e1d24d
Merge remote-tracking branch 'origin/master'
2025-12-15 14:06:18 +03:30
d9da2e97ab
feat: add method to retrieve task sections assigned to a user and enhance permission code structure
2025-12-15 14:06:07 +03:30
SamSys
1c1c8816a5
pm GetHolidaysInDates completed - remove OldholidayItems
2025-12-15 14:01:42 +03:30
a1e85261a6
Merge remote-tracking branch 'origin/master'
2025-12-15 13:49:53 +03:30
000af89fd7
feat: add permission checking and task assignment handling in ProjectBoardHub
2025-12-15 13:49:41 +03:30
SamSys
a4f3feba1c
update account edit method
2025-12-15 13:26:09 +03:30
SamSys
a3d286c040
remove PmDbContext and depndencies
2025-12-15 13:05:05 +03:30
SamSys
902ef34757
Remove Pm Old Context
2025-12-15 12:42:19 +03:30
SamSys
e67aca37f9
Insurance HasCheckout change
2025-12-15 12:15:00 +03:30
2a31b27f9b
feat: simplify StartWork and StopWork methods by removing userId parameter
2025-12-15 10:43:17 +03:30
e05eb1236b
Merge branch 'refs/heads/Feature/program-manager/signalR-notification'
...
# Conflicts:
# ServiceHost/Program.cs
2025-12-15 10:41:31 +03:30
5d20238904
Merge branch 'Feature/program-manager/signalR-notification' into Main
2025-12-15 10:15:01 +03:30
a7d3b1e96f
feat: update SignalR group handling for project status notifications
2025-12-15 10:14:32 +03:30
4b35c3e443
Merge branch 'master' into Main
...
# Conflicts:
# ServiceHost/Program.cs
# ServiceHost/Properties/launchSettings.json
2025-12-15 09:48:06 +03:30
73bef104fb
feat: implement custom parameter binding convention for ASP.NET Core
2025-12-15 09:45:39 +03:30
SamSys
b31559a29a
add institutionContractConfirmTab SmsSettigs
2025-12-14 18:59:22 +03:30
SamSys
c8d6644116
change projectController add FromBody
2025-12-14 18:20:42 +03:30