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 ae333f343b Merge pull request #6088
add 5744281054 FINERACT-2455: Working Capital repayment undo, backdated
repayment and transaction allocation reprocessing
add 45230ffeb7 FINERACT-2455: added tests for validating repayment undo
and backdated repayment transactions for working capital loans
new a57eec62df Merge pull request #6064
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:
...ngCapitalLoanRepaymentAccountingEntries.feature | 18 +-
.../WorkingCapitalLoanUndoTransaction.feature | 176 ++++++
.../WorkingCapitalTransactionReprocessing.feature | 108 +++-
.../WorkingCapitalLoanAllocationApplier.java | 11 +
...gCapitalLoanTransactionReprocessingService.java | 13 +-
...italLoanTransactionReprocessingServiceImpl.java | 81 ++-
...WorkingCapitalLoanWritePlatformServiceImpl.java | 21 +-
...gCapitalLoanPaymentAllocationProcessorTest.java | 12 +-
.../helpers/FeignWorkingCapitalLoanHelper.java | 43 +-
.../modules/WorkingCapitalLoanRequestBuilders.java | 5 +
...eignWorkingCapitalLoanChargeAllocationTest.java | 25 +-
...rkingCapitalLoanRepaymentBackdatedUndoTest.java | 690 +++++++++++++++++++++
...kingCapitalLoanReprocessingCorrectnessTest.java | 162 +++++
...kingCapitalLoanTransactionReprocessingTest.java | 57 +-
14 files changed, 1343 insertions(+), 79 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/tests/FeignWorkingCapitalLoanRepaymentBackdatedUndoTest.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/tests/FeignWorkingCapitalLoanReprocessingCorrectnessTest.java