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 57ef4a2771 FINERACT-2307: added e2e tests for disbursement with
Capitalized Income amount calculation while approved over applied setting
enabled
new 71a4d08849 FINERACT-2553: Fix repayment schedule during accelerate
maturity date charge off/contract termination when full backdated repayment
occurs after it
new dc267a2a1a FINERACT-2553: added e2e test covering case with backdated
repayment covers remaining balance after charge-off
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/resources/features/LoanChargeOff.feature | 333 ++++++++++++++++++++-
.../features/LoanContractTermination.feature | 224 +++++++++++++-
.../portfolio/loanaccount/domain/Loan.java | 6 +
...dvancedPaymentScheduleTransactionProcessor.java | 163 ++++++----
.../impl/ProgressiveTransactionCtx.java | 2 +
...InterestScheduleModelRepositoryWrapperImpl.java | 1 +
.../loanproduct/calc/data/RepaymentPeriod.java | 5 +
.../service/LoanAccrualsProcessingServiceImpl.java | 4 +-
.../LoanTransactionProcessingServiceImpl.java | 1 +
9 files changed, 676 insertions(+), 63 deletions(-)