This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 5648b79a4fb6dafb334ff86a74704a2ebb83f526 Merge: 9f8db807bb 5d3ba7fd63 Author: Adam Saghy <[email protected]> AuthorDate: Tue May 5 15:38:45 2026 +0100 Merge pull request #5822 FINERACT-2598: Store repaymentStartDateType on loan level and allow to be overridden during loan creation - Part 1 .../fineract/test/data/RepaymentStartDateType.java | 36 ++++++ .../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 + .../0232_add_repayment_start_date_to_loan.xml | 31 +++++ 17 files changed, 302 insertions(+), 86 deletions(-)
