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 35c51278f9 FINERACT-2181: Change execution order in 
1029_add_installment_amount_in_multiples_of_to_loan.xml
     new 880580f736 FINERACT-2311: Buy down fee - final amortization
     new 42ff9743dd FINERACT-2311: added e2e auto test scenarios for add buy 
down fee final amortization with pay off and charge-off

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:
 .../test/data/loanproduct/DefaultLoanProduct.java  |   1 +
 .../test/factory/LoanProductsRequestFactory.java   |  22 +
 .../global/LoanProductGlobalInitializerStep.java   |  29 +-
 .../test/stepdef/common/JournalEntriesStepDef.java |  98 ++--
 .../fineract/test/support/TestContextKey.java      |   1 +
 .../features/AssetExternalization.feature          |  14 +-
 .../resources/features/LoanBuyDownFees.feature     | 500 +++++++++++++++++++--
 .../features/LoanCapitalizedIncome.feature         |  19 +-
 .../portfolio/loanaccount/domain/Loan.java         |   5 +-
 .../loanaccount/domain/LoanTransaction.java        |  16 +
 ...oanBuyDownFeeAmortizationProcessingService.java |   7 +
 ...=> LoanBuyDownFeeAmortizationEventService.java} |  37 +-
 ...uyDownFeeAmortizationProcessingServiceImpl.java | 128 ++++++
 ...nCapitalizedIncomeAmortizationEventService.java |   2 +-
 .../starter/LoanAccountConfiguration.java          |   9 +
 15 files changed, 798 insertions(+), 90 deletions(-)
 copy 
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/{LoanCapitalizedIncomeAmortizationEventService.java
 => LoanBuyDownFeeAmortizationEventService.java} (71%)

Reply via email to