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 b349cf6831 FINERACT-2312: Accruals added for savings accounts (#4885)
add 47b55b5ee6 added e2e tests for validation of progressive Loan schedule
handling - Reschedule installment (Extend repayment period)
add 14589e2600 FINERACT-1981: Progressive Loan schedule handling -
Reschedule installment (Extend repayment period)
No new revisions were added by this update.
Summary of changes:
.../src/test/resources/features/Loan.feature | 462 ++++++++++++++++++++-
...dvancedPaymentScheduleTransactionProcessor.java | 80 +++-
.../transactionprocessor/impl/ChangeOperation.java | 22 +-
...gressiveLoanRescheduleRequestDataValidator.java | 77 +++-
.../portfolio/loanproduct/calc/EMICalculator.java | 3 +
.../loanproduct/calc/ProgressiveEMICalculator.java | 91 +++-
.../loanproduct/calc/data/EmiChangeOperation.java | 25 +-
.../data/ProgressiveLoanInterestScheduleModel.java | 10 +
.../calc/ProgressiveEMICalculatorTest.java | 219 ++++++++++
...nRescheduleRequestWritePlatformServiceImpl.java | 2 +-
10 files changed, 912 insertions(+), 79 deletions(-)