This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 86edc6b19963e2e73ac5a2ad1926843f6832568f Merge: 197dcc28a3 c416ff8f5e Author: Adam Saghy <[email protected]> AuthorDate: Tue Jul 21 17:22:19 2026 +0200 Merge pull request #6117 FINERACT-2455: WC - Transaction Type - Accrual and accrual handling .../stepdef/common/GlobalConfigurationStepDef.java | 7 + .../src/test/resources/features/Loan-Part2.feature | 4 +- .../features/LoanAccrualActivity-Part1.feature | 4 +- .../features/LoanAccrualTransaction.feature | 19 + .../resources/features/LoanRepayment-Part3.feature | 4 +- ...gCapitalGoodwillCreditPaymentAllocation.feature | 32 ++ .../WorkingCapitalLoanChargeAccrual.feature | 548 +++++++++++++++++++++ .../WorkingCapitalLoanChargeAdjustment.feature | 6 + .../WorkingCapitalLoanPayoutRefund.feature | 4 + .../WorkingCapitalTransactionAllocation.feature | 18 +- .../resources/features/WorkingCapital_COB.feature | 1 + .../src/test/resources/junit-platform.properties | 5 + ...onAccountingProcessorForWorkingCapitalLoan.java | 14 + .../businessstep/ChargeAccrualBusinessStep.java | 48 ++ .../domain/WorkingCapitalLoanTransaction.java | 7 + .../WorkingCapitalLoanTransactionAllocation.java | 9 + ...WorkingCapitalLoanAllocationRequestFactory.java | 27 + .../WorkingCapitalLoanChargeAccrualService.java | 147 ++++++ ...gCapitalLoanChargeWritePlatformServiceImpl.java | 3 + .../WorkingCapitalLoanTransactionProcessor.java | 25 +- ...WorkingCapitalLoanWritePlatformServiceImpl.java | 20 +- .../workingcapitalloan/module-changelog-master.xml | 1 + .../0055_wc_loan_charge_accrual_business_step.xml | 39 ++ 23 files changed, 975 insertions(+), 17 deletions(-)
