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 47e8674fa0 FINERACT-2405: totalUnpaidPayableNotDueInterest resets to 0 
on Charge-Off
     new 747121bbe2 FINERACT-2354: Re-aging: -Interest Handling Option: Equal 
amortization
     new 5784cb7edb FINERACT-2354: e2e test scenarios for re-aging with payable 
and full interest handling options

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:
 .../infrastructure/core/service/DateUtils.java     |   13 +
 .../test/data/loanproduct/DefaultLoanProduct.java  |    1 +
 .../global/LoanProductGlobalInitializerStep.java   |   36 +
 .../test/stepdef/loan/LoanReAgingStepDef.java      |   32 +-
 .../fineract/test/support/TestContextKey.java      |    1 +
 .../test/resources/features/LoanReAging.feature    | 4190 +++++++++++++++++++-
 .../domain/LoanRepaymentScheduleInstallment.java   |   18 +-
 ...dvancedPaymentScheduleTransactionProcessor.java |  579 ++-
 .../portfolio/loanproduct/calc/EMICalculator.java  |   17 +
 .../loanproduct/calc/ProgressiveEMICalculator.java |  185 +
 ...ueDetails.java => EqualAmortizationValues.java} |   23 +-
 .../loanproduct/calc/data/InterestPeriod.java      |    2 +-
 .../loanproduct/calc/data/RepaymentPeriod.java     |   40 +-
 .../util/InstallmentProcessingHelper.java          |   18 +-
 ...cedPaymentScheduleTransactionProcessorTest.java |    5 +-
 .../calc/ProgressiveEMICalculatorTest.java         |  588 ++-
 .../loanproduct/calc/data/RepaymentPeriodTest.java |    7 +-
 .../ProgressiveLoanInterestRefundServiceImpl.java  |   21 +-
 .../service/reaging/LoanReAgingService.java        |    6 +-
 .../service/reaging/LoanReAgingValidator.java      |    8 +
 .../starter/LoanAccountAutoStarter.java            |    5 +-
 21 files changed, 5533 insertions(+), 262 deletions(-)
 copy 
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/{PeriodDueDetails.java
 => EqualAmortizationValues.java} (60%)
 copy 
fineract-loan/src/main/java/org/apache/fineract/infrastructure/event/business/domain/loan/repayment/LoanRepaymentDueBusinessEvent.java
 => 
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/util/InstallmentProcessingHelper.java
 (62%)

Reply via email to