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 a80484927c Merge pull request #5726
     add 1a156186f6 FINERACT-2305: Add a feature flag with global configuration 
for accrual behavior at disbursement
     new 7f3d40d377 Merge pull request #5727

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:
 .../api/GlobalConfigurationConstants.java          |   1 +
 .../domain/ConfigurationDomainService.java         |   2 +
 .../GlobalConfigurationGlobalInitializerStep.java  |   2 +
 .../resources/features/LoanChargeOff-Part3.feature |   2 -
 .../features/LoanChargesDisbursement.feature       |   4 -
 .../features/LoanChargesProgressiveLoan.feature    |   4 -
 ...dvancedPaymentScheduleTransactionProcessor.java |  13 +-
 ...cedPaymentScheduleTransactionProcessorTest.java |   6 +-
 .../domain/ConfigurationDomainServiceJpa.java      |   5 +
 .../service/LoanAccrualsProcessingServiceImpl.java |   3 +-
 .../LoanChargeWritePlatformServiceImpl.java        |  10 +-
 .../service/LoanDisbursementService.java           |  10 +-
 .../LoanWritePlatformServiceJpaRepositoryImpl.java |  10 +-
 .../starter/LoanAccountAutoStarter.java            |   7 +-
 .../starter/LoanAccountConfiguration.java          |   5 +-
 .../db/changelog/tenant/changelog-tenant.xml       |   1 +
 ...add_allow_cash_and_non_cash_accrual_config.xml} |   7 +-
 .../fineract/integrationtests/BatchApiTest.java    |  12 +-
 ...DueDateRespectiveLoanRepaymentScheduleTest.java | 532 +++++++--------------
 ...nsactionOnDisbursementByAccountingTypeTest.java | 280 +++++++++++
 .../LoanTransactionReverseReplayTest.java          |   8 -
 .../integrationtests/SchedulerJobsTestResults.java |  10 -
 .../common/GlobalConfigurationHelper.java          |   7 +
 .../fineract/integrationtests/common/Utils.java    |   1 -
 24 files changed, 532 insertions(+), 410 deletions(-)
 copy 
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0116_add_configuration_asset_externalization_of_non_active_loans.xml
 => 0224_add_allow_cash_and_non_cash_accrual_config.xml} (79%)
 create mode 100644 
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanAccrualTransactionOnDisbursementByAccountingTypeTest.java

Reply via email to