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 125c8b4db2 FINERACT-2326: Extract out external dependencies from 
Client and Group entity
     add 6bbc4bd3f3 FINERACT-2330: Buy-Down fees Accounting for non merchant 
product

No new revisions were added by this update.

Summary of changes:
 ...ductToGLAccountMappingWritePlatformService.java |  3 +-
 .../test/factory/LoanProductsRequestFactory.java   |  1 +
 .../LoanProductToGLAccountMappingHelper.java       | 10 +++--
 .../loanaccount/data/AccountingBridgeDataDTO.java  |  1 +
 .../loanaccount/data/LoanAccountData.java          |  7 +++-
 .../loanschedule/domain/LoanApplicationTerms.java  | 22 ++++++++---
 .../mapper/LoanAccountingBridgeMapper.java         |  6 +--
 .../loanproduct/LoanProductConstants.java          |  1 +
 .../api/LoanProductsApiResourceSwagger.java        | 10 +++++
 .../loanproduct/data/LoanProductData.java          | 18 ++++++---
 .../portfolio/loanproduct/domain/LoanProduct.java  |  6 ++-
 .../domain/LoanProductRelatedDetail.java           | 10 +++--
 .../tenant/module/loan/module-changelog-master.xml |  1 +
 ...ion.xml => 1031_loan_merchant_buy_down_fee.xml} | 10 ++---
 .../accounting/journalentry/data/LoanDTO.java      |  1 +
 .../service/AccountingProcessorHelper.java         |  3 +-
 .../AccrualBasedAccountingProcessorForLoan.java    |  4 +-
 ...ToGLAccountMappingWritePlatformServiceImpl.java | 21 ++++++++---
 .../service/LoanScheduleAssembler.java             |  3 +-
 .../service/LoanAccrualsProcessingServiceImpl.java |  2 +-
 .../loanaccount/service/LoanProductAssembler.java  |  5 ++-
 .../LoanProductRelatedDetailUpdateUtil.java        |  7 ++++
 .../service/LoanReadPlatformServiceImpl.java       |  9 +++--
 .../serialization/LoanProductDataValidator.java    | 22 +++++++----
 .../LoanProductReadPlatformServiceImpl.java        |  6 ++-
 ...oductWritePlatformServiceJpaRepositoryImpl.java |  3 +-
 .../CreateJournalEntriesForChargeOffLoanTest.java  |  3 +-
 .../domain/DefaultScheduledDateGeneratorTest.java  |  4 +-
 .../integrationtests/LoanBuyDownFeeTest.java       | 44 +++++++++++++++++++++-
 .../fineract/integrationtests/LoanProductTest.java | 16 ++++----
 .../integrationtests/LoanTransactionTest.java      |  2 +-
 .../common/loans/LoanProductTestBuilder.java       | 10 ++++-
 32 files changed, 201 insertions(+), 70 deletions(-)
 copy 
fineract-loan/src/main/resources/db/changelog/tenant/module/loan/parts/{1010_introduce_loan_schedule_type_configuration.xml
 => 1031_loan_merchant_buy_down_fee.xml} (87%)

Reply via email to