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 38a5686df8 FINERACT-2181: Update outstandingBalance when the
LoanInterestRecalculationCOBBusinessStep of COB job is executed
add bb29932658 FINERACT-2308: Allow approval and disbursal above loan
applied amount with non multibursal loan product
add e840db50fc FINERACT-2308: added e2e tests for allow approval
disbursal over applied amount calculation
No new revisions were added by this update.
Summary of changes:
.../test/data/loanproduct/DefaultLoanProduct.java | 5 +-
.../global/LoanProductGlobalInitializerStep.java | 117 ++++++++++-
.../fineract/test/support/TestContextKey.java | 5 +-
.../src/test/resources/features/Loan.feature | 38 ++++
.../features/LoanCapitalizedIncome.feature | 229 ++++++++++++++++++++-
.../portfolio/loanproduct/domain/LoanProduct.java | 2 +-
.../serialization/LoanApplicationValidator.java | 2 +-
.../serialization/LoanDisbursementValidator.java | 38 ++--
.../service/LoanDisbursementService.java | 5 +-
...PaymentAllocationLoanRepaymentScheduleTest.java | 55 +++++
10 files changed, 463 insertions(+), 33 deletions(-)