This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 6ea9efd542140b2d3b7ef812cc8ba4dc1f722011 Merge: 7b75d63d74 c6328ab306 Author: Adam Saghy <[email protected]> AuthorDate: Mon Aug 3 11:18:45 2026 +0100 Merge pull request #6192 FINERACT-754: Preserve transfer links during overdraft recalculation .../service/AccountingProcessorHelper.java | 16 +- .../account/domain/AccountTransferRepository.java | 3 + .../account/domain/AccountTransferTransaction.java | 8 + .../SavingsAccountTransfersServiceImpl.java | 133 +++++++++++ .../domain/SavingsAccountDomainServiceJpa.java | 12 +- ...countWritePlatformServiceJpaRepositoryImpl.java | 18 +- .../savings/starter/SavingsConfiguration.java | 9 +- .../service/AccountingProcessorHelperTest.java | 125 ++++++++++ .../SavingsAccountTransfersServiceImplTest.java | 144 +++++++++++ ...tWritePlatformServiceJpaRepositoryImplTest.java | 28 ++- .../portfolio/savings/domain/SavingsAccount.java | 17 ++ .../SavingsAccountTransactionReplacement.java | 35 +++ .../service/SavingsAccountTransfersService.java | 30 +++ .../domain/SavingsAccountAccountingBridgeTest.java | 64 +++++ .../savings/AccountTransferOverdraftTest.java | 266 +++++++++++++++++++++ 15 files changed, 886 insertions(+), 22 deletions(-)
