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 9f8db807bb Merge pull request #5649
add 5d3ba7fd63 FINERACT-2598: Store `repaymentStartDateType` on loan level
and allow to be overriden during loan creation
new 5648b79a4f Merge pull request #5822
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:
...nseOptions.java => RepaymentStartDateType.java} | 13 +-
.../fineract/test/stepdef/loan/LoanStepDef.java | 143 +++++++++++++--------
.../src/test/resources/features/Loan-Part3.feature | 4 +-
.../src/test/resources/features/Loan-Part4.feature | 12 +-
.../features/LoanCapitalizedIncome-Part1.feature | 16 +--
.../features/LoanCapitalizedIncome-Part2.feature | 4 +-
.../resources/features/LoanRepayment-Part1.feature | 12 +-
.../resources/features/LoanRepayment-Part4.feature | 84 ++++++++++++
.../loanaccount/api/LoanApiConstants.java | 1 +
.../portfolio/loanaccount/domain/Loan.java | 8 ++
.../mapper/LoanTermVariationsMapper.java | 2 +-
.../loanaccount/api/LoansApiResourceSwagger.java | 3 +
.../service/LoanScheduleAssembler.java | 13 +-
.../serialization/LoanApplicationValidator.java | 16 ++-
.../serialization/LoanScheduleValidator.java | 2 +-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...l => 0232_add_repayment_start_date_to_loan.xml} | 7 +-
17 files changed, 246 insertions(+), 95 deletions(-)
copy
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/data/{AccountTypeExpenseOptions.java
=> RepaymentStartDateType.java} (83%)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0077_add_overpaid_date_for_loan.xml
=> 0232_add_repayment_start_date_to_loan.xml} (88%)