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 e62a735c44 Merge pull request #6158
     add 71e8a33ca1 FINERACT-2455: Add wc loans generate delinquency and breach 
periods on disbursement
     add 848ec53358 FINERACT-2455: Add wc loans restate expected payment 
schedule from earlier date instead of appending
     add 5479011895 FINERACT-2455: Fix COB zero-fills missed payments on wc 
loans
     add 31d4f3c9c1 FINERACT-2455: Fix post-current expected maturity date, 
rate changes throw validation error
     add c671853466 FINERACT-2455: Fix tests and smaller issues noticed during 
testing
     add 4ec121203c FINERACT-2455: e2e test scenarios for working capital 
projected amortization schedule fixes
     new 15231ca0bd Merge pull request #6263

The 1 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:
 .../working-capital-amortization-schedule.adoc     |   22 +-
 .../working-capital-breach-management.adoc         |    6 +-
 .../working-capital-delinquency-management.adoc    |    6 +-
 ...working-capital-eir-calculation-accounting.adoc |    4 +-
 ...ing-capital-planned-projected-balances-eir.adoc |    1 -
 .../fineract/test/helper/ErrorMessageHelper.java   |    4 +
 .../common/WorkingCapitalLoanCobStepDef.java       |   60 +-
 .../loan/WorkingCapitalLoanAccountStepDef.java     |   33 +-
 .../features/{0_COB.feature => COB.feature}        |    1 +
 .../WorkingCapitalAmortizationSchedule.feature     |  470 +-
 .../features/WorkingCapitalBreachReset.feature     |    5 +-
 .../WorkingCapitalDelinquencyReschedule.feature    |    1 -
 .../WorkingCapitalDiscountAdjustment.feature       |  384 +-
 .../WorkingCapitalDiscountAmortization.feature     |   49 +-
 ...ngCapitalDiscountAmortizationAdjustment.feature | 1176 ++--
 ...gCapitalGoodwillCreditPaymentAllocation.feature |  738 +--
 .../WorkingCapitalLoanChargeAfterMaturity.feature  |   26 +-
 .../WorkingCapitalLoanCreditBalanceRefund.feature  |   26 +-
 .../features/WorkingCapitalLoanDetails.feature     |    2 +-
 ...gCapitalLoanGoodwillCreditBackdatedUndo.feature |    6 +-
 .../WorkingCapitalLoanPayoutRefund.feature         |   10 +-
 .../features/WorkingCapitalLoanRepayment.feature   | 6658 ++++++++++----------
 .../WorkingCapitalLoanUndoTransaction.feature      |  132 +-
 .../WorkingCapitalPeriodPaymentRate.feature        | 1687 +++--
 .../WorkingCapitalTransactionAllocation.feature    |  740 +--
 .../resources/features/WorkingCapital_COB.feature  |   14 +-
 .../MissedPaymentAcknowledgementBusinessStep.java  |   82 +
 .../calc/ProjectedAmortizationScheduleModel.java   |  587 +-
 .../WorkingCapitalLoanDataValidator.java           |   14 +
 ...dAmortizationScheduleRepositoryWrapperImpl.java |    9 +
 ...apitalLoanAmortizationScheduleWriteService.java |    8 +
 ...alLoanAmortizationScheduleWriteServiceImpl.java |   13 +
 ...WorkingCapitalLoanWritePlatformServiceImpl.java |   10 +
 .../workingcapitalloan/module-changelog-master.xml |    1 +
 ...ssed_payment_acknowledgement_business_step.xml} |   18 +-
 ...rojectedAmortizationScheduleCalculatorTest.java | 1273 ++--
 ...mortizationSchedulePrincipalAdjustmentTest.java |    3 +-
 ...kingCapitalLoanDataValidatorUpdateRateTest.java |    4 +-
 ...nWorkingCapitalLoanChargeAfterMaturityTest.java |   53 +-
 .../FeignWorkingCapitalLoanRateChangeTest.java     |   19 -
 ...kingCapitalLoanRepaymentBeforeFirstCobTest.java |  223 +
 ...nWorkingCapitalLoanScheduleRestatementTest.java |  533 ++
 scripts/split-features.sh                          |   68 +-
 43 files changed, 8478 insertions(+), 6701 deletions(-)
 rename fineract-e2e-tests-runner/src/test/resources/features/{0_COB.feature => 
COB.feature} (99%)
 create mode 100644 
fineract-working-capital-loan/src/main/java/org/apache/fineract/cob/workingcapitalloan/businessstep/MissedPaymentAcknowledgementBusinessStep.java
 copy 
fineract-working-capital-loan/src/main/resources/db/changelog/tenant/module/workingcapitalloan/parts/{0038_discount_fee_amortization_business_step.xml
 => 0068_wc_missed_payment_acknowledgement_business_step.xml} (60%)
 create mode 100644 
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/tests/FeignWorkingCapitalLoanRepaymentBeforeFirstCobTest.java
 create mode 100644 
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/tests/FeignWorkingCapitalLoanScheduleRestatementTest.java

Reply via email to