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 3c1e69add5eeaef9b15b18d4a99bf09fe1beee7c Merge: 15284b8fc9 28b8cebbf8 Author: Adam Saghy <[email protected]> AuthorDate: Mon Aug 31 12:13:22 2026 +0200 Merge pull request #6281 FINERACT-2455: Add final discount fee amortization on charge-off and reversal .../fineract/test/helper/ErrorMessageHelper.java | 12 +- .../org/apache/fineract/test/helper/Utils.java | 15 + .../test/stepdef/common/JournalEntriesStepDef.java | 283 ++++------ .../loan/WorkingCapitalLoanAccountStepDef.java | 38 +- ...ngCapitalDiscountAdjustmentBackdateUndo.feature | 12 +- .../features/WorkingCapitalLoanChargeOff.feature | 4 +- .../WorkingCapitalLoanChargeOffAccounting.feature | 543 +++++++++++++++--- ...onAccountingProcessorForWorkingCapitalLoan.java | 41 ++ .../DiscountFeeAmortizationBusinessStep.java | 4 + .../WorkingCapitalLoanAccountingProcessor.java | 8 + ...ngCapitalLoanTransactionRelationRepository.java | 7 + ...orkingCapitalLoanChargeOffWriteServiceImpl.java | 5 + ...gCapitalLoanDiscountFeeAmortizationService.java | 15 + ...italLoanDiscountFeeAmortizationServiceImpl.java | 69 +++ ...italLoanTransactionReprocessingServiceImpl.java | 96 +++- ...WorkingCapitalLoanWritePlatformServiceImpl.java | 25 + .../WorkingCapitalLoanChargeOffAccountingTest.java | 628 +++++++++++++++------ .../helpers/FeignWorkingCapitalLoanHelper.java | 31 + .../modules/WorkingCapitalLoanRequestBuilders.java | 27 + 19 files changed, 1421 insertions(+), 442 deletions(-)
