This is an automated email from the ASF dual-hosted git repository.
arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 39062ad1a1 Bump gradle/actions from 4.3.1 to 4.4.0
add 4861ad19fd FINERACT-2232: Capitalized income - amortization in case of
Charge-off event
No new revisions were added by this update.
Summary of changes:
.../test/data/loanproduct/DefaultLoanProduct.java | 1 +
.../test/factory/LoanProductsRequestFactory.java | 11 ++
.../fineract/test/helper/ErrorMessageHelper.java | 7 +
.../global/LoanProductGlobalInitializerStep.java | 30 ++++
.../test/stepdef/common/JournalEntriesStepDef.java | 77 +++++++++
.../fineract/test/stepdef/loan/LoanStepDef.java | 11 ++
.../fineract/test/support/TestContextKey.java | 2 +
.../features/LoanCapitalizedIncome.feature | 192 +++++++++++++++++++++
.../portfolio/loanaccount/domain/Loan.java | 3 +-
.../loanaccount/domain/LoanTransaction.java | 4 +
...talizedIncomeAmortizationProcessingService.java | 5 +
.../AccrualBasedAccountingProcessorForLoan.java | 77 +++++++++
...nCapitalizedIncomeAmortizationEventService.java | 34 ++++
...zedIncomeAmortizationProcessingServiceImpl.java | 82 +++++++--
14 files changed, 522 insertions(+), 14 deletions(-)