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 6d3e5fa150 FINERACT-2326: Update Kafka docker image for testing
     new cb70555485 FINERACT-2374: Advance Accounting rule for classification 
type
     new 641f755193 FINERACT-2374: Advance Accounting rule for classification 
type - E2E tests

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:
 .../domain/ProductToGLAccountMapping.java          |  14 +-
 .../ProductToGLAccountMappingRepository.java       |  21 ++-
 .../service/ProductToGLAccountMappingHelper.java   | 168 ++++++++++++++++++++-
 ...oductToGLAccountMappingReadPlatformService.java |   5 +
 ...tToGLAccountMappingReadPlatformServiceImpl.java |  51 +++++--
 .../accounting/common/AccountingConstants.java     |   7 +-
 .../journalentry/data/AdvancedMappingtDTO.java     |   4 +-
 ...per.java => ClassificationToGLAccountData.java} |   6 +-
 .../codes/api/CodeValuesApiResourceSwagger.java    |   6 +-
 .../codes/api/CodesApiResourceSwagger.java         |   0
 .../codes/mapper/CodeValueMapper.java              |  16 +-
 .../test/data/loanproduct/DefaultLoanProduct.java  |   2 +
 .../global/LoanProductGlobalInitializerStep.java   |  90 +++++++++++
 .../fineract/test/stepdef/loan/LoanStepDef.java    |  52 +++++++
 .../fineract/test/support/TestContextKey.java      |   2 +
 .../resources/features/LoanBuyDownFees.feature     |  77 +++++++++-
 .../features/LoanCapitalizedIncome.feature         |  75 +++++++++
 .../LoanProductToGLAccountMappingHelper.java       |  24 +++
 .../loanaccount/data/AccountingBridgeDataDTO.java  |   3 +
 ...oanAmortizationAllocationMappingRepository.java |   9 ++
 .../domain/LoanTransactionRepository.java          |   8 +
 .../api/LoanProductsApiResourceSwagger.java        |  54 +++++--
 .../loanproduct/data/LoanProductData.java          |  23 ++-
 .../handler/CreateLoanProductCommandHandler.java   |   9 +-
 .../accounting/journalentry/data/LoanDTO.java      |   2 +
 .../service/AccountingProcessorHelper.java         |  31 +++-
 .../AccrualBasedAccountingProcessorForLoan.java    | 114 +++++++++++++-
 ...EntryWritePlatformServiceJpaRepositoryImpl.java |  37 ++++-
 .../AccountingJournalEntryConfiguration.java       |   8 +-
 ...ToGLAccountMappingWritePlatformServiceImpl.java |  12 ++
 .../loanproduct/api/LoanProductsApiResource.java   |  20 ++-
 .../serialization/LoanProductDataValidator.java    |  74 ++++++++-
 .../db/changelog/tenant/changelog-tenant.xml       |   1 +
 ...d_classification_id_to_acc_product_mapping.xml} |  20 ++-
 .../CreateJournalEntriesForChargeOffLoanTest.java  |   2 +-
 .../integrationtests/LoanBuyDownFeeTest.java       | 134 ++++++++++++++--
 .../LoanCapitalizedIncomeTest.java                 | 105 +++++++++++++
 37 files changed, 1198 insertions(+), 88 deletions(-)
 copy 
fineract-accounting/src/main/java/org/apache/fineract/accounting/journalentry/data/CreditDebit.java
 => 
fineract-core/src/main/java/org/apache/fineract/accounting/journalentry/data/AdvancedMappingtDTO.java
 (93%)
 mode change 100644 => 100755
 copy 
fineract-core/src/main/java/org/apache/fineract/accounting/producttoaccountmapping/data/{ChargeOffReasonToGLAccountMapper.java
 => ClassificationToGLAccountData.java} (88%)
 rename {fineract-provider => 
fineract-core}/src/main/java/org/apache/fineract/infrastructure/codes/api/CodeValuesApiResourceSwagger.java
 (95%)
 rename {fineract-provider => 
fineract-core}/src/main/java/org/apache/fineract/infrastructure/codes/api/CodesApiResourceSwagger.java
 (100%)
 copy 
fineract-cob/src/main/java/org/apache/fineract/cob/service/BusinessStepMapper.java
 => 
fineract-core/src/main/java/org/apache/fineract/infrastructure/codes/mapper/CodeValueMapper.java
 (71%)
 copy 
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0153_add_charge_off_reason_id_to_acc_product_mapping.xml
 => 0198_add_classification_id_to_acc_product_mapping.xml} (63%)

Reply via email to