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 6a65bc6592 FINERACT-2181: Add customData field to
LoanAccountDelinquencyRangeBusinessEvent
new 7df7be2b16 FINERACT-2232: Progressive loan income capitalization config
new cb8cbd2043 FINERACT-2232: Generalization of StringEnumOptionData enums
The 2 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:
.../infrastructure/core/api/ApiFacingEnum.java | 31 ++---
.../domain/DaysInYearCustomStrategyType.java | 17 +--
.../LoanCapitalizedIncomeCalculationType.java | 10 +-
.../domain/LoanCapitalizedIncomeStrategy.java | 10 +-
.../loanaccount/domain/LoanChargeOffBehaviour.java | 13 +-
.../loanschedule/domain/LoanApplicationTerms.java | 47 ++++++-
.../loanproduct/LoanProductConstants.java | 5 +
.../api/LoanProductsApiResourceSwagger.java | 34 +++++
.../loanproduct/data/LoanProductData.java | 52 +++++++-
.../portfolio/loanproduct/domain/LoanProduct.java | 9 +-
.../domain/LoanProductRelatedDetail.java | 27 +++-
.../domain/LoanSupportedInterestRefundTypes.java | 13 +-
.../loanaccount/api/LoansApiResource.java | 7 +-
.../loanaccount/api/LoansApiResourceSwagger.java | 12 ++
.../loanaccount/data/LoanAccountData.java | 21 ++-
.../service/LoanScheduleAssembler.java | 5 +-
.../loanaccount/service/LoanProductAssembler.java | 11 +-
.../LoanProductRelatedDetailUpdateUtil.java | 24 ++++
.../service/LoanReadPlatformServiceImpl.java | 18 ++-
.../loanproduct/api/LoanProductsApiResource.java | 25 +++-
.../serialization/LoanProductDataValidator.java | 45 ++++++-
.../LoanProductReadPlatformServiceImpl.java | 21 ++-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...rategy.xml => 0171_loan_capitalized_income.xml} | 16 ++-
.../domain/DefaultScheduledDateGeneratorTest.java | 5 +-
.../fineract/integrationtests/LoanProductTest.java | 147 +++++++++++++++++++++
26 files changed, 522 insertions(+), 104 deletions(-)
copy
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanChargeOffBehaviour.java
=>
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/api/ApiFacingEnum.java
(51%)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/jobname/JobNameData.java
=>
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanCapitalizedIncomeCalculationType.java
(73%)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/jobname/JobNameData.java
=>
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanCapitalizedIncomeStrategy.java
(73%)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0170_days_in_year_custom_strategy.xml
=> 0171_loan_capitalized_income.xml} (65%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanProductTest.java