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 4ebf768286 FINERACT-2181: Add customData field to
LoanProductBusinessEvent
add 11912881af FINERACT-2234: Improve "Add periodic accrual entries"
business step performance
No new revisions were added by this update.
Summary of changes:
.../domain/ClientCollateralManagement.java | 9 +-
.../loanaccount/data/AccrualPeriodData.java | 24 +-
.../portfolio/loanaccount/domain/LoanCharge.java | 38 +--
.../domain/LoanInterestRecalculationDetails.java | 61 ++--
.../domain/LoanRepaymentScheduleInstallment.java | 8 +-
.../loanaccount/domain/LoanTransaction.java | 164 ++---------
...dvancedPaymentScheduleTransactionProcessor.java | 7 +
.../InternalProgressiveLoanApiResource.java | 14 +-
...ollateralManagementReadPlatformServiceImpl.java | 2 +
.../LoanReschedulePreviewPlatformServiceImpl.java | 2 +
.../service/CumulativeLoanSummaryDataProvider.java | 2 +
.../service/LoanAccrualsProcessingServiceImpl.java | 315 +++++++++++----------
.../ProgressiveLoanSummaryDataProvider.java | 2 +
13 files changed, 243 insertions(+), 405 deletions(-)