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 8589027b6f Merge pull request #5830
add 85d4f1253c FINERACT-1315: Add accrual journal entries for loan
transfers
add 27bb374147 FINERACT-1315: Use transaction office for loan transfer
journal entries
add 5496a8a8f2 FINERACT-1315: Fix loan transfer journal entries
new c656b5685b Merge pull request #5816
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:
.../AccrualBasedAccountingProcessorForLoan.java | 37 +++++-
.../CashBasedAccountingProcessorForLoan.java | 9 +-
.../CreateJournalEntriesForTransferLoanTest.java | 135 +++++++++++++++++++++
3 files changed, 175 insertions(+), 6 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/accounting/journalentry/CreateJournalEntriesForTransferLoanTest.java