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 b9a75cf9cc FINERACT-2279: Add contract termination documentation
new 7285a958fe FINERACT-1981: Reschedule loan with interest rate change
from zero breaks repayment schedule and loan status to OVERPAID
new 1e926669d3 FINERACT-1981: Reschedule loan with interest rate change
from zero breaks repayment schedule and loan status to OVERPAID - E2E tests
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/data/LoanRescheduleErrorMessage.java | 5 +-
.../test/data/loanproduct/DefaultLoanProduct.java | 1 +
.../global/LoanProductGlobalInitializerStep.java | 35 +
.../fineract/test/support/TestContextKey.java | 1 +
.../features/LoanInterestRateChange.feature | 769 +++++++++++++++++----
.../features/LoanRepaymentSchedule.feature | 22 +-
.../portfolio/loanaccount/domain/Loan.java | 6 +-
...gressiveLoanRescheduleRequestDataValidator.java | 18 +-
8 files changed, 709 insertions(+), 148 deletions(-)