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 b9cfa470ff FINERACT-2169: Apply dto in
LoanCollateralManagementApiResource
new 52c41b1471 FINERACT-2190: Avoid recreation of loan repayment schedule
periods
new eb7ec383f8 FINERACT-2190: Improve copyFrom of
LoanRepaymentScheduleInstallment
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:
.../infrastructure/core/service/MathUtil.java | 8 +-
.../portfolio/loanaccount/domain/Loan.java | 51 ----
.../loanaccount/domain/LoanInstallmentCharge.java | 33 +--
...LoanInterestRecalcualtionAdditionalDetails.java | 19 +-
.../domain/LoanRepaymentScheduleInstallment.java | 265 ++++++++++++++-------
.../LoanTransactionToRepaymentScheduleMapping.java | 38 +--
.../loanaccount/service/LoanScheduleService.java | 18 +-
.../service/schedule/LoanScheduleComponent.java | 91 +++++++
.../domain/PostDatedChecks.java | 47 +---
...dvancedPaymentScheduleTransactionProcessor.java | 8 +-
...cedPaymentScheduleTransactionProcessorTest.java | 4 +-
...nRescheduleRequestWritePlatformServiceImpl.java | 12 +-
.../loanaccount/service/LoanAssemblerImpl.java | 8 +-
.../starter/LoanAccountAutoStarter.java | 6 +-
.../starter/LoanAccountConfiguration.java | 10 +-
.../ClientLoanIntegrationTest.java | 12 +-
...LoanSpecificDueDateChargeAfterMaturityTest.java | 16 +-
.../integrationtests/SchedulerJobsTestResults.java | 6 +-
18 files changed, 350 insertions(+), 302 deletions(-)
create mode 100644
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/schedule/LoanScheduleComponent.java