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 3c1e69add5 Merge pull request #6281
add 92b6dbe16c FINERACT-2455: WC - Amortization schedule under-bills when
a large overpayment leaves discount fee unearned
add 11f13acec9 FINERACT-2455: added e2e tests for validating WC -
Amortization schedule under-bills when a large overpayment leaves discount fee
unearned
new 6d57c6d74a Merge pull request #6339
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:
.../org/apache/fineract/test/helper/Utils.java | 6 +-
.../WorkingCapitalAmortizationScheduleStepDef.java | 162 +++++++
.../test/stepdef/loan/WorkingCapitalStepDef.java | 15 +
.../WorkingCapitalAmortizationSchedule.feature | 470 +++++++++++++++++++++
.../WorkingCapitalPeriodPaymentRate.feature | 128 +++---
.../calc/ProjectedAmortizationScheduleModel.java | 243 +++++------
...rojectedAmortizationScheduleCalculatorTest.java | 95 ++++-
7 files changed, 911 insertions(+), 208 deletions(-)