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 741cdb1e42 FINERACT-2215: added e2e tests for charge-off handling 
reversed transactions
     add 16e70527ea FINERACT-2080: separate 
LoanRepaymentScheduleTransactionProcessorFactory from loan

No new revisions were added by this update.

Summary of changes:
 .../portfolio/loanaccount/domain/Loan.java         | 145 +-------------------
 .../loanaccount/service/LoanChargeService.java     |  42 +++++-
 .../service/LoanDownPaymentHandlerServiceImpl.java |   6 +-
 .../loanaccount/service/LoanRefundService.java     |   9 +-
 .../loanaccount/service/LoanScheduleService.java   |   5 +-
 .../service/LoanTransactionProcessingService.java  | 151 +++++++++++++++++++++
 .../ReprocessLoanTransactionsServiceImpl.java      |  14 +-
 ...ddableProgressiveLoanScheduleGeneratorTest.java |   3 +
 .../domain/ProgressiveLoanScheduleGenerator.java   |  19 ++-
 .../domain/LoanScheduleGeneratorTest.java          |   8 ++
 ...LoanScheduleCalculationPlatformServiceImpl.java |   2 +-
 .../LoanReschedulePreviewPlatformServiceImpl.java  |   1 -
 ...nRescheduleRequestWritePlatformServiceImpl.java |   2 +-
 .../serialization/LoanApplicationValidator.java    |   2 +-
 .../service/LoanAccrualsProcessingServiceImpl.java |   8 --
 ...ationWritePlatformServiceJpaRepositoryImpl.java |   2 +-
 .../loanaccount/service/LoanAssemblerImpl.java     |   4 +-
 .../service/LoanReadPlatformServiceImpl.java       |   5 +-
 .../LoanWritePlatformServiceJpaRepositoryImpl.java |  29 ++--
 .../ProgressiveLoanInterestRefundServiceImpl.java  |   3 +-
 .../starter/LoanAccountConfiguration.java          |  32 +++--
 .../LoanDownPaymentHandlerServiceImplTest.java     |   8 +-
 22 files changed, 284 insertions(+), 216 deletions(-)
 create mode 100644 
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanTransactionProcessingService.java

Reply via email to