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 493012bf8 FINERACT-2174: Enhance Apply periodic accrual job to take
into consideration the `interestRecognitionOnDisbursementDate` field
add 79c5fc164 FINERACT-2081: Interest recalculation only for interest
bearing loans
No new revisions were added by this update.
Summary of changes:
.../portfolio/loanaccount/domain/Loan.java | 9 +-
.../AbstractCumulativeLoanScheduleGenerator.java | 12 +--
.../loanschedule/domain/LoanApplicationTerms.java | 8 ++
.../service/LoanArrearsAgingServiceImpl.java | 2 +-
.../service/LoanDownPaymentHandlerServiceImpl.java | 6 +-
.../loanaccount/service/LoanScheduleService.java | 4 +-
...dvancedPaymentScheduleTransactionProcessor.java | 18 ++--
...cedPaymentScheduleTransactionProcessorTest.java | 9 +-
.../LoanInterestRecalculationCOBBusinessStep.java | 3 +-
.../domain/LoanAccountDomainServiceJpa.java | 26 ++---
...LoanScheduleCalculationPlatformServiceImpl.java | 3 +-
.../serialization/LoanForeclosureValidator.java | 2 +-
.../serialization/LoanTransactionValidator.java | 5 +-
...ationWritePlatformServiceJpaRepositoryImpl.java | 2 +-
.../LoanChargeWritePlatformServiceImpl.java | 21 ++--
.../loanaccount/service/LoanUtilService.java | 2 +-
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 118 ++++++++++-----------
.../LoanDownPaymentHandlerServiceImplTest.java | 1 +
18 files changed, 128 insertions(+), 123 deletions(-)