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 032f2e3c6e Merge pull request #6008
add 036d297208 FINERACT-2455: Working Capital loan details with start dates
new 28f790aa43 Merge pull request #5998
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:
.../src/docs/en/chapters/features/index.adoc | 1 +
.../features/working-capital-loan-start-dates.adoc | 184 +++++++++++++++++
.../loan/WorkingCapitalLoanAccountStepDef.java | 4 +
.../features/WorkingCapitalBreachSchedule.feature | 96 +++++++++
.../api/WorkingCapitalLoanApiResourceSwagger.java | 6 +
.../data/WorkingCapitalLoanData.java | 2 +
.../mapper/WorkingCapitalLoanMapper.java | 2 +
...WorkingCapitalLoanBreachScheduleRepository.java | 2 +-
...italLoanDelinquencyRangeScheduleRepository.java | 2 +
...italLoanApplicationReadPlatformServiceImpl.java | 22 +++
...talLoanDelinquencyRangeScheduleServiceImpl.java | 29 ++-
.../WorkingCapitalLoanStartDatesTest.java | 219 +++++++++++++++++++++
12 files changed, 565 insertions(+), 4 deletions(-)
create mode 100644
fineract-doc/src/docs/en/chapters/features/working-capital-loan-start-dates.adoc
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/WorkingCapitalLoanStartDatesTest.java