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 7597eed9c1 Merge pull request #5645
add 521a0d3d4a FINERACT-2305: Remove accrual transactions for None and
Cash accounting types at disbursement
add 2053c1d1b0 Merge pull request #5535
No new revisions were added by this update.
Summary of changes:
.../resources/features/LoanChargeOff-Part3.feature | 2 -
.../features/LoanChargesDisbursement.feature | 4 -
.../features/LoanChargesProgressiveLoan.feature | 4 -
.../portfolio/loanaccount/domain/Loan.java | 5 -
...dvancedPaymentScheduleTransactionProcessor.java | 3 +
...cedPaymentScheduleTransactionProcessorTest.java | 2 -
.../service/LoanAccrualsProcessingServiceImpl.java | 2 +-
.../LoanChargeWritePlatformServiceImpl.java | 6 +-
.../service/LoanDisbursementService.java | 6 +-
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 6 +-
.../fineract/integrationtests/BatchApiTest.java | 12 +-
...DueDateRespectiveLoanRepaymentScheduleTest.java | 532 +++++++--------------
...nsactionOnDisbursementByAccountingTypeTest.java | 184 +++++++
.../LoanTransactionReverseReplayTest.java | 8 -
.../integrationtests/SchedulerJobsTestResults.java | 10 -
15 files changed, 382 insertions(+), 404 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanAccrualTransactionOnDisbursementByAccountingTypeTest.java