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 01f850aecc FINERACT-2311: added e2e auto test scenarios for add buy
down fees to loan
add df995bc932 FINERACT-2181: Fix for certain interest recalculation
settings making prepay api and payment allocation inconsistent
No new revisions were added by this update.
Summary of changes:
.../test/resources/features/EMICalculation.feature | 227 ++++++++++++++++-----
.../test/resources/features/LoanChargeOff.feature | 20 +-
.../features/LoanContractTermination.feature | 8 +-
.../resources/features/LoanInterestPause.feature | 23 +--
.../test/resources/features/LoanRepayment.feature | 2 +-
...dvancedPaymentScheduleTransactionProcessor.java | 78 +++++--
.../impl/ProgressiveTransactionCtx.java | 2 +
.../domain/ProgressiveLoanScheduleGenerator.java | 2 +-
.../LoanTransactionProcessingServiceImpl.java | 8 +
.../serialization/LoanProductDataValidator.java | 16 ++
.../LoanInterestRecalculationCOBTest.java | 92 ++++-----
11 files changed, 332 insertions(+), 146 deletions(-)