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 e4a93a7a96 Merge pull request #6082
add 32ac6210b2 FINERACT-2455: Implement WC Breach Disable/Enable
add 642340a1ab FINERACT-2455: Implement WC Breach Disable/Enable - E2E
tests
add 0814716707 FINERACT-2455: Consolidate WC Breach Disable/Enable into
breach-actions API
add a54861561a FINERACT-2455: Simplify calculations
new 347694a61f Merge pull request #6070
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:
.../test/api/FineractClientConfiguration.java | 7 +
.../test/stepdef/loan/LoanDelinquencyStepDef.java | 19 +-
.../test/stepdef/loan/LoanOriginationStepDef.java | 11 +-
.../test/stepdef/loan/LoanRepaymentStepDef.java | 41 +-
.../loan/WorkingCapitalBreachActionStepDef.java | 43 +-
.../loan/WorkingCapitalBreachDisableStepDef.java | 218 ++++++++
.../features/WorkingCapitalBreachDisable.feature | 592 +++++++++++++++++++++
.../features/WorkingCapitalBreachPause.feature | 2 +-
.../loanaccount/domain/LoanTransactionType.java | 7 +
.../NearBreachEvaluationBusinessStep.java | 16 +-
.../WorkingCapitalLoanBreachActionApiResource.java | 14 +-
...gCapitalLoanBreachActionApiResourceSwagger.java | 6 +-
.../domain/WorkingCapitalLoanBreachActionType.java | 4 +-
.../domain/WorkingCapitalLoanTransaction.java | 4 -
.../WorkingCapitalLoanBreachActionRepository.java | 10 +
.../WorkingCapitalLoanTransactionRepository.java | 12 +
.../WorkingCapitalLoanDataValidator.java | 6 +
...ingCapitalLoanBreachActionWriteServiceImpl.java | 25 +-
.../WorkingCapitalLoanBreachScheduleService.java | 2 +
...orkingCapitalLoanBreachScheduleServiceImpl.java | 51 ++
...pitalLoanDelinquencyActionWriteServiceImpl.java | 1 -
...talLoanDelinquencyRangeScheduleServiceImpl.java | 2 +-
...CapitalLoanNearBreachEvaluationServiceImpl.java | 11 +
...italLoanTransactionReprocessingServiceImpl.java | 5 +-
...ngCapitalLoanBreachActionParseAndValidator.java | 92 +++-
...italLoanDelinquencyActionParseAndValidator.java | 6 +-
.../workingcapitalloan/module-changelog-master.xml | 1 +
.../parts/0050_wc_loan_breach_disable.xml | 13 +-
...kingCapitalLoanDataValidatorUpdateRateTest.java | 2 +-
29 files changed, 1095 insertions(+), 128 deletions(-)
create mode 100644
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/WorkingCapitalBreachDisableStepDef.java
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/WorkingCapitalBreachDisable.feature
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/0205_add_read_familymembers_permission.xml
=>
fineract-working-capital-loan/src/main/resources/db/changelog/tenant/module/workingcapitalloan/parts/0050_wc_loan_breach_disable.xml
(79%)