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 3f359bb368 FINERACT-1981: added e2e test for validation of progressive 
Loan schedule handling
     new 40f8b59ab4 FINERACT-1968: Progressive Loan schedule handling - 
interest handling (FLAT interest, Same as repayment period, Equal installments)
     new 68b2fcb7e1 FINERACT-1968: Added e2e test for validation of progressive 
Loan schedule handling - (FLAT interest, Same as repayment period, Equal 
installments)

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  |   7 +-
 .../global/LoanProductGlobalInitializerStep.java   | 169 ++++-
 .../fineract/test/support/TestContextKey.java      |   7 +-
 .../test/resources/features/EMICalculation.feature | 808 +++++++++++++++++++++
 .../loanschedule/domain/LoanApplicationTerms.java  |  28 +-
 .../domain/LoanRepaymentScheduleModelData.java     |   4 +-
 .../data/LoanProductRelatedDetailMinimumData.java  |   9 +-
 .../domain/InterestCalculationPeriodMethod.java    |   4 +
 .../loanproduct/domain/InterestMethod.java         |   4 +
 ...oductMinimumRepaymentScheduleRelatedDetail.java |   2 +
 .../domain/LoanProductRelatedDetail.java           |   6 +-
 .../misc/Main.java                                 |   5 +-
 ...ddableProgressiveLoanScheduleGeneratorTest.java |   5 +-
 .../InterestScheduleModelServiceGsonContext.java   |   2 +-
 .../loanproduct/calc/ProgressiveEMICalculator.java | 110 ++-
 .../loanproduct/calc/data/InterestPeriod.java      |  26 +-
 .../data/ProgressiveLoanInterestScheduleModel.java |  12 +-
 .../loanproduct/calc/data/RepaymentPeriod.java     |  58 +-
 .../domain/LoanScheduleGeneratorTest.java          |   6 +-
 .../calc/ProgressiveEMICalculatorTest.java         | 406 +++++++++++
 .../service/LoanScheduleAssembler.java             |   8 +-
 .../serialization/LoanApplicationValidator.java    |  45 +-
 .../LoanProductRelatedDetailUpdateUtil.java        |   6 +-
 .../LoanWritePlatformServiceJpaRepositoryImpl.java |   6 +-
 .../serialization/LoanProductDataValidator.java    |  35 +-
 25 files changed, 1692 insertions(+), 86 deletions(-)

Reply via email to