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 3128f4c0df Merge pull request #6299
add a3455b60a2 FINERACT-2455: Fix amortization accumulated rounding, wc
loans without accounting not amortizing discount fee from last payment
add 38ddfd7972 FINERACT-2455: added e2e tests for validating fix of
amortization accumulated rounding, wc loans without accounting not amortizing
discount fee from last payment
new e07c61be33 Merge pull request #6319
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:
.../WorkingCapitalAmortizationScheduleStepDef.java | 104 +++++++
.../WorkingCapitalAmortizationSchedule.feature | 2 +
.../WorkingCapitalDelinquencyReschedule.feature | 3 +-
.../WorkingCapitalDiscountAmortization.feature | 269 ++++++++++++++++-
.../WorkingCapitalLoanRepaymentOverpayment.feature | 11 +-
...orkingCapitalLoanScheduleBusinessEvents.feature | 1 +
.../WorkingCapitalPeriodPaymentRate.feature | 2 +-
.../calc/ProjectedAmortizationScheduleModel.java | 120 ++++++--
.../WorkingCapitalLoanTransactionProcessor.java | 3 +-
...apitalLoanDiscountFeeAmortizationDriftTest.java | 332 +++++++++++++++++++++
.../WorkingCapitalLoanRepaymentTest.java | 15 +-
11 files changed, 828 insertions(+), 34 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/WorkingCapitalLoanDiscountFeeAmortizationDriftTest.java