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 5167a65f35 FINERACT-2412: Add loan origination details documentation
new 6058837af2 FINERACT-2421: fix reage accumulating periods
new 538a66a227 FINERACT-2421: added e2e tests for validating fix reage
accumulating periods
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:
.../features/LoanContractTermination.feature | 71 ++++++
.../test/resources/features/LoanReAging.feature | 49 ++++
.../resources/features/LoanReAgingPreview.feature | 138 +++++++++++-
.../loanproduct/calc/ProgressiveEMICalculator.java | 29 +++
.../data/ProgressiveLoanInterestScheduleModel.java | 14 +-
.../loan/reaging/LoanReAgingIntegrationTest.java | 247 +++++++++++++++++++++
6 files changed, 544 insertions(+), 4 deletions(-)