8fca1f3a91
feat: add institution contract creation inquiry functionality
2025-12-29 22:19:16 +03:30
2feca1f7f8
add creation
2025-12-29 19:31:18 +03:30
8b6786c09a
add route for excel download
2025-12-28 19:20:25 +03:30
45c5d20323
add excel download
2025-12-28 19:17:50 +03:30
aa0eae6c83
feat: implement Excel export for institution contracts with categorized tabs
2025-12-28 13:01:40 +03:30
46d193b45e
Merge branch 'Feature/program-manager/test-upload'
2025-12-22 19:51:49 +03:30
6a446d5972
add: implement AutoStopOverTimeTaskSections command and related functionality
2025-12-22 19:13:34 +03:30
0e91e6f287
Merge remote-tracking branch 'origin/master'
2025-12-22 17:44:20 +03:30
8750604d96
feat: add financial transaction handling during institution contract verification
2025-12-22 17:43:32 +03:30
SamSys
82bf10c2d5
ServiceAmount GetList
2025-12-22 14:21:01 +03:30
SamSys
19a72ac78d
load data and create service percentage
2025-12-22 12:35:51 +03:30
4385a65cbc
feat: add manual verification endpoint for institution contracts
2025-12-20 18:27:59 +03:30
84fb29c8c8
feat: enhance project creation validation and add operation result filter
2025-12-16 20:18: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
49d401856f
change GetAverageWeeklyDuration method
2025-12-14 17:46:19 +03:30
SamSys
2faf6c1400
Get Average Weekly Duration query Handler
2025-12-14 16:27:36 +03:30
2d0eb52211
merge from programManager Move
2025-12-13 20:24:20 +03:30
05d8b738cc
Merge branch 'Feature/notification/create-api'
2025-12-13 20:18:29 +03:30
f2293934d4
feat: restructure ProgramManager area and integrate Shared.Contracts
2025-12-13 16:41:27 +03:30
b12b3b9eb8
Revert "refactor: restructure controllers and update user references for ProgramManager"
...
This reverts commit c059066b13 .
2025-12-13 15:49:57 +03:30
91259046f6
Revert "feat: introduce Shared.Contracts for account management and refactor related services"
...
This reverts commit 9469a5f76e .
2025-12-13 15:49:31 +03:30
9469a5f76e
feat: introduce Shared.Contracts for account management and refactor related services
2025-12-13 13:48:05 +03:30
c059066b13
refactor: restructure controllers and update user references for ProgramManager
2025-12-13 12:17:29 +03:30
27e8a26ed8
Add new domain models and interfaces for project management features
2025-12-08 14:47:03 +03:30
8d49220532
Implement SSO token generation for Program Manager and update domain configuration
2025-12-08 13:04:19 +03:30
517f2d06ca
Add CountController to manage task, ticket, and workflow counts
2025-12-06 17:44:00 +03:30
d2f0ed46ae
Refactor discount calculation and response models for institution contracts
...
- Replace InstitutionContractExtensionPaymentResponse with InstitutionContractDiscountResponse in discount-related methods and endpoints
- Update request and response models to include OneMonthAmount, Obligation, and improved discount fields
- Adjust method signatures and controller actions to use new response types
- Refactor discount calculation logic to support new structure and ensure correct plan updates for both installment and one-time payments
- Improve naming consistency for discount percentage fields
2025-11-29 20:07:29 +03:30
5e5910e0fd
Add [FromBody] attribute to ResetDiscountForCreate endpoint parameter
2025-11-29 11:30:49 +03:30
5d81731512
Add reset discount functionality for institution contract creation and extension
2025-11-29 11:11:34 +03:30
511932fa58
Add discount support for institution contract extensions
...
- Introduce DiscountPercentage and DiscountAmount fields to contract creation and payment models
- Implement discount calculation logic in repository
- Add SetDiscountForExtension API endpoint and related request/response models
- Update contract creation and extension flows to handle discounts
2025-11-29 09:44:30 +03:30
164388dac3
Update payment redirect logic in Verify method to include callback URL
2025-11-18 12:46:50 +03:30
e81a44dd2f
Merge branch 'Feature/FinancialInvoice/Init'
...
# Conflicts:
# PersonalContractingParty.Config/PersonalBootstrapper.cs
2025-11-17 20:52:31 +03:30
f238b5af6b
Enhance financial invoice handling by adding InvoiceNumber property and increasing DescriptionOption max length; implement SetPendingWorkflow method
2025-11-17 20:51:21 +03:30
ed746cb60a
Refactor invoice handling to use TransactionId and add InvoiceNumber property
2025-11-17 17:06:31 +03:30
3258deeb2c
Add support for APK versioning with force update functionality and separate APK types
2025-11-16 13:38:24 +03:30
30bfc96cbe
Merge branch 'Feature/roll-call/admin-report-api'
2025-10-27 16:29:37 +03:30
5d55118c3c
feat: add endpoint to retrieve distinct workshops for roll call reporting
2025-10-27 13:25:20 +03:30
280db87408
Merge branch 'Feature/InstitutionContract/print-api'
2025-10-26 14:00:18 +03:30
c5a1e5c274
feat: implement RollCallController and enhance workshop roll call reporting functionality
2025-10-26 11:23:51 +03:30
6a6e2e532a
feat: add print API for institution contracts and include verifier details
2025-10-23 14:13:55 +03:30
174edbf87d
Merge branch 'Feature/InstitutionContract/add-old-edit-api' into Main
...
# Conflicts:
# ServiceHost/Areas/Admin/Controllers/institutionContractController.cs
2025-10-22 15:29:43 +03:30
a827470831
feat: add API for editing old institution contracts with new properties
2025-10-22 15:19:17 +03:30
7fd8851f71
refactor: optimize employee count calculation in InstitutionContractRepository
2025-10-21 21:57:04 +03:30
5822005b68
Merge branch 'master' into Feature/InstitutionContract/upgrade
...
# Conflicts:
# Company.Domain/InstitutionContractAgg/IInstitutionContractRepository.cs
# Company.Domain/InstitutionContractAgg/InstitutionContract.cs
# ServiceHost/Areas/Admin/Controllers/institutionContractController.cs
2025-10-21 14:45:22 +03:30
232a834dc9
feat: add resend verification link end point added
2025-10-21 11:41:23 +03:30
c5b521bc50
feat: add endpoints for inserting, removing, and retrieving amendment workshops and payment details
2025-10-21 11:04:46 +03:30
23386fda76
Merge branch 'Feature/contracting-party-bank-account/add-inquiry' into Main
2025-10-16 16:02:40 +03:30
119f4496cd
feat: add endpoint to retrieve UID banks with Persian names
2025-10-16 16:01:49 +03:30
9140f1ea0b
Merge branch 'Feature/contracting-party-bank-account/add-inquiry' into Main
2025-10-16 14:00:37 +03:30
81e6094817
feat: add bank inquiry functionality and validation methods for IBAN and card numbers
2025-10-16 13:52:05 +03:30