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 b7306f19d0 FINERACT-2425: Tax component and Tax Group refactoring
new ab9f4fd40e FINERACT-2206: Fix typo in
allowPartialPeriodInterestCalculation
new e17303fcb9 FINERACT-2206: Fix date inconsistency in
SavingsInterestPostingTest
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:
.../test/factory/LoanProductsRequestFactory.java | 24 ++++++-------
.../global/LoanProductGlobalInitializerStep.java | 40 +++++++++++-----------
.../loanaccount/data/LoanAccountData.java | 4 +--
.../loanschedule/domain/LoanApplicationTerms.java | 16 ++++-----
.../loanproduct/LoanProductConstants.java | 2 +-
.../api/LoanProductsApiResourceSwagger.java | 4 +--
.../loanproduct/data/LoanProductData.java | 16 ++++-----
.../domain/LoanProductRelatedDetail.java | 4 +--
.../loanaccount/api/LoansApiResource.java | 4 +--
.../service/LoanScheduleAssembler.java | 8 ++---
.../loanaccount/service/LoanProductAssembler.java | 4 +--
.../service/LoanReadPlatformServiceImpl.java | 6 ++--
.../loanproduct/api/LoanProductsApiResource.java | 2 +-
.../LoanProductReadPlatformServiceImpl.java | 6 ++--
.../self/loanaccount/api/SelfLoansApiResource.java | 2 +-
.../products/api/SelfLoanProductsApiResource.java | 2 +-
.../main/resources/static/legacy-docs/apiLive.htm | 12 +++----
...PaymentAllocationLoanRepaymentScheduleTest.java | 36 +++++++++----------
.../integrationtests/BaseLoanIntegrationTest.java | 10 +++---
.../ClientLoanIntegrationTest.java | 2 +-
...ChargeOffWithAdvancedPaymentAllocationTest.java | 2 +-
...eseReplayWithAdvancedPaymentAllocationTest.java | 2 +-
.../integrationtests/LoanBuyDownFeeTest.java | 2 +-
.../LoanChargeOffAccountingTest.java | 2 +-
.../LoanPostChargeOffScenariosTest.java | 2 +-
.../LoanProductChargeOffReasonMappingsTest.java | 2 +-
.../LoanTransactionAccrualActivityPostingTest.java | 2 +-
.../RepaymentReverseExternalIdTest.java | 2 +-
.../SavingsInterestPostingTest.java | 2 +-
...ndoRepaymentWithDownPaymentIntegrationTest.java | 2 +-
.../client/feign/modules/LoanProductTemplates.java | 4 +--
.../common/loans/LoanProductTestBuilder.java | 12 +++----
.../loan/LoanApiIntegrationTest.java | 10 +++---
.../LoanPenaltyBackdatedTransactionTest.java | 6 ++--
.../loan/pointintime/LoanPointInTimeTest.java | 12 +++----
.../loan/repayment/LoanRepaymentTest.java | 6 ++--
36 files changed, 137 insertions(+), 137 deletions(-)