Commit Graph

101 Commits (6c73bc433184a548fa9e7c83f3b1e49b7411b795)
 

Author SHA1 Message Date
Wasiullah Khan Jadoon 6c73bc4331 UserId and Email Duplication exception added 1 month ago
Wasiullah Khan Jadoon 257235b522 Create third party user from Aconnect frontend 1 month ago
Wasiullah Khan Jadoon bbdc59c302 User Fixed 1 month ago
Naeem Ullah 83a8ef6a21 Updated 1 month ago
Wasiullah Khan Jadoon 7868510d29 user authentication 1 month ago
Wasiullah Khan Jadoon 5c59c95246 added 1 month ago
Wasiullah Khan Jadoon 94d0f9d803 third party user controller 1 month ago
Naeem Ullah 8e1642cdeb Merge pull request 'Wasi-Third_Party_UserAndPermission_Management' (#15) from Wasi-Third_Party_UserAndPermission_Management into FMFI-PRE-PRODUCTION-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-BS/pulls/15
1 month ago
Wasiullah Khan Jadoon a6b7078306 Added permission check for Authorization, rejection, reversal and cancellation of transactions 1 month ago
Wasiullah Khan Jadoon 4937c1d671 Removed CiiHive Authorization and Add TokenByPass for CreateThirdPartyUser 1 month ago
Wasiullah Khan Jadoon 220e0be4eb Third Party User Creation and Transaction Permission Management 1 month ago
Wasiullah Khan Jadoon 7c64d1b5dc Wong Error Code For GL-GL API and sgtMfgyear not storing in DB fixed 2 months ago
Naeem Ullah 889583b600 Disable transaction log lookup and date check
Commented out the TransactionLog repository lookup and the previous-day date validation in CancellationTransactionService. The changes affect processDepositCancellationTransaction and processGLCancellationTransaction, temporarily bypassing the transaction existence check and same-day cancellation enforcement by leaving the original code commented for potential reinstatement.
2 months ago
Naeem Ullah ac04510494 Merge branch 'transaction-parameters' into Exception-Handling 2 months ago
Naeem Ullah caa563927b Add AdditionalInfo fields and fix A2A URL
Add various sgt* metadata fields to transaction DTOs to support extended transaction details: AccountGLTransactionRequest, AccountToAccountDTO, GLtoGLRequest. Introduce a typed AdditionalInfo inner class in GlToAccountDTO (kept Map<String,Object> for now) and add sender/beneficiary fields. Update TransactionService to use the /account-to-account endpoint when posting account-to-account transactions. These changes enable richer transaction metadata and correct the deposit transactions URL.
2 months ago
Wasiullah Khan Jadoon 5c68120dc4 Merge branch 'WebClient-NAEEM' into Exception-Handling 2 months ago
Wasiullah Khan Jadoon a222751188 Loan Document API added and PreviousDayCancellationTransaction check added 2 months ago
Naeem Ullah 55c40ad756 Add ptrTrancode to DTOs and adjust URL
Introduce a new String field ptrTrancode in AccountToAccountDTO and GlToAccountDTO to carry the transaction code. Modify TransactionService URL construction: the previous "/account-to-account" suffix was removed and the URL is now built as .../transactions + ACONNECT + "/" + "" (leaving a trailing slash). This may be intended to generalize the endpoint or serve as a placeholder; verify the resulting URL is correct for the target API.
2 months ago
Wasiullah Khan Jadoon 2c1745cf62 Updated LoanAccountService from Rest Template to Web Client 3 months ago
Wasiullah Khan Jadoon 4fb244faba Updated DepositAccountService from Rest Template to Web Client 3 months ago
Wasiullah Khan Jadoon 6a4bd310d9 Updated CRMService from Rest Template to Web Client 3 months ago
Wasiullah Khan Jadoon 7300455f96 Updated PendingDepositApplicationsService from Rest Template to Web Client 3 months ago
Wasiullah Khan Jadoon a13f5643b9 Updated PendingCRMApplicationsService from Rest Template to Web Client 3 months ago
Wasiullah Khan Jadoon 44827ff194 Updated UploadDocumentService from Rest Template to Web Client 3 months ago
Wasiullah Khan Jadoon 561663f1ef Updated ReversalTransactionService from Rest Template to Web Client 3 months ago
Wasiullah Khan Jadoon f6030e3f9b Updated RejectTransactionService from Rest Template to Web Client 3 months ago
Wasiullah Khan Jadoon 2c894f6c33 Updated CancellationTransactionService from Rest Template to Web Client 4 months ago
Wasiullah Khan Jadoon b5472ef934 TransactionAuthorizationService shifted from Rest Template to WebClient 4 months ago
Wasiullah Khan Jadoon 839d3601f3 WebClient
Changing from Rest Template to Web Client
4 months ago
Naeem Ullah 1e167e936d Merge pull request 'Document Upload' (#13) from Wasi/BS-2343 into dev-pending-20-01-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-BS/pulls/13
4 months ago
Wasiullah Khan Jadoon ad3d9e645b Document Upload
Document Uploading for CRM and Deposit
4 months ago
Naeem Ullah 25fd316087 Exceptions added
Exceptions added
4 months ago
Naeem Ullah b5e4115227 Update UserService.java 4 months ago
Naeem Ullah 253005a9ab Update UserDTOs.java 4 months ago
Naeem Ullah 73ab08e9c5 Add SUPERADMIN role and update user handling logic
Introduces a new SUPERADMIN role in the Role enum. Updates UserService to handle SUPERADMIN users by setting firstLogin to false upon creation and excluding SUPERADMIN users from the getAllUsers() result. Also removes some fields from the mapToResponseDTO method.
4 months ago
Naeem Ullah ff8cd6044a Merge pull request 'Get All Pending Bussiness Deposit' (#12) from Wasi/BS-2242 into dev-pending-20-01-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-BS/pulls/12
4 months ago
Wasiullah Khan Jadoon bf8fca0b7e Get All Pending Bussiness Deposit
Get All Pending Bussiness Deposit and Get Single Pending Bussiness Deposit
4 months ago
Mazdak Gibran 62393c761f Filter inactive users from getAllUsers result
Updated the getAllUsers method to exclude users who are not active, in addition to excluding admin users. This ensures only active, non-admin users are returned.
4 months ago
Naeem Ullah 169c9b075c Merge pull request 'Fetch Single Bussiness CRM Application' (#11) from Wasi/BS-2239 into dev-pending-20-01-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-BS/pulls/11
4 months ago
Wasiullah Khan Jadoon 8d7386e863 Fetch Single Bussiness CRM Application 4 months ago
Naeem Ullah 3ab6295f52 Add transactionCode to TransactionLog model and service
Introduces a new transactionCode field to the TransactionLog entity and updates TransactionLogService to set this field when creating transaction logs. Also adds TRANSACTION_CODE constant to FieldNameLength for column definition.
4 months ago
Naeem Ullah 53349ffadc Add transaction URI to logs and update deposit approval endpoints
Introduced a transactionUri field to TransactionLog and updated TransactionLogService methods to accept and store the URI. Refactored deposit approval endpoints in DepositAccountController to use new URIs and updated AconnectURI and TokenBypassURI constants accordingly for individual and business deposit approvals.
4 months ago
Naeem Ullah 8c762ae636 Add business CRM approval endpoints and services
Introduced separate endpoints and service methods for approving individual and business CRM applications. Updated URI constants and token bypass lists to support business CRM approval. Also added endpoint to check individual CRM applications by workflow reference.
4 months ago
Naeem Ullah 910e185430 Add PendingLoanApplication controller and service
Introduced PendingLoanApplicationController and PendingLoanApplicationService classes as part of the client module. These provide the initial structure for handling pending loan application logic.
4 months ago
Naeem Ullah b05d363cb2 Rename and update InProcessDepositApplicationsController
Renamed InProcessDepositApplicationsController to PendingDepositApplicationsController and updated references from InProcessDepositApplicationsService to PendingDepositApplicationsService to reflect the new naming convention.
4 months ago
Naeem Ullah 75ac6fa9ed updated 4 months ago
Wasiullah Khan Jadoon a906fe2f6b Merge pull request 'Wasi/BS-2185-osho' (#10) from Wasi/BS-2185-osho into dev-pending-20-01-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-BS/pulls/10
4 months ago
Wasiullah Khan Jadoon cafa60ab7f Merge branch 'dev-pending-20-01-2026' into Wasi/BS-2185-osho 4 months ago
Wasiullah Khan Jadoon 5037065d09 Update PendingCRMApplicationsController.java 4 months ago
Wasiullah Khan Jadoon 519f59f5db get Deposit Pending Applications 4 months ago