This is an automated email from the ASF dual-hosted git repository.
kjozsa pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from f94e293d1 FINERACT-1981: EMI Calculator performance optimization
add e848160dd FINERACT-1981: Progressive loan enable backdated transactions
new 66f5633ed Merge pull request #4106 from
kjozsa/feature/FINERACT-1981-enable-backdated-repayment-for-progressive-loans
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:
.../portfolio/loanaccount/domain/Loan.java | 4 +-
.../LoanChargeWritePlatformServiceImpl.java | 5 +-
.../LoanTransactionBackdatedProgressiveTest.java | 108 +++++++++++++++++++++
3 files changed, 115 insertions(+), 2 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanTransactionBackdatedProgressiveTest.java