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 f0cc697c6 FINERACT-2333: Accrual handling in case of Charged-off loan
new b546a43ce FINERACT-2179: Introduce Next/Last in future allocation rule
for progressive loans
new 262f1d9e1 FINERACT-2179: Added use-cases to cover next/last
installment payment allocation
The 2 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:
.../test/resources/features/LoanRepayment.feature | 58 ++++++++++
.../domain/FutureInstallmentAllocationRule.java | 1 +
...dvancedPaymentScheduleTransactionProcessor.java | 39 +++++++
.../integrationtests/BaseLoanIntegrationTest.java | 1 +
.../integrationtests/LoanProductTemplateTest.java | 8 +-
...essiveLoanTransactionProcessorNextLastTest.java | 120 +++++++++++++++++++++
.../common/loans/LoanTransactionHelper.java | 19 +++-
7 files changed, 243 insertions(+), 3 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ProgressiveLoanTransactionProcessorNextLastTest.java