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 ab2bffb093 Merge pull request #6266
     add e9ea80ebe5 FINERACT-2699: Fix non-interest bearing loans not aligning 
with paid amounts when last period is fully paid after recalculation
     add c4a813d967 FINERACT-2699: Fix non-interest bearing loans not aligning 
with paid amounts when last period is fully paid after recalculation - E2E tests
     new 70f1afddb6 Merge pull request #6238

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:
 .../features/EMICalculation-Part4.feature          |  81 ++++++++++
 ...dvancedPaymentScheduleTransactionProcessor.java |  25 +++
 .../portfolio/loanproduct/calc/EMICalculator.java  |  13 ++
 .../loanproduct/calc/ProgressiveEMICalculator.java |  71 +++++++++
 .../RepaymentScheduleInstallmentConverter.java     |   2 +-
 .../loanproduct/calc/data/RepaymentPeriod.java     |   9 ++
 .../data/RepaymentScheduleInstallmentData.java     |   8 +-
 .../calc/ProgressiveEMICalculatorTest.java         |  74 ++++++++-
 ...nManualInterestRefundResponseStructureTest.java |   8 +-
 ...AmortizationAfterLastInstallmentRefundTest.java | 172 +++++++++++++++++++++
 .../SavingsAccountsExternalIdTest.java             |   5 +-
 .../integrationtests/SavingsAccountsTest.java      |   8 +-
 .../SavingsInterestPostingTest.java                |   2 +
 scripts/split-tests.sh                             |  29 +++-
 14 files changed, 495 insertions(+), 12 deletions(-)
 create mode 100644 
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanReAmortizationAfterLastInstallmentRefundTest.java

Reply via email to