This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 15284b8fc9 Merge pull request #6300
add abe80e60e4 FINERACT-2455: Add final discount fee amortization on
charge-off and reversal
add 28b8cebbf8 FINERACT-2455: e2e test scenarios for discount fee
amortization on charge-off
new 3c1e69add5 Merge pull request #6281
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)