You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by sh...@apache.org on 2018/11/16 09:48:06 UTC

[fineract] 01/01: Merge pull request #471 from ShruthiRajaram/FINERACT-627

This is an automated email from the ASF dual-hosted git repository.

shruthirajaram pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 7956ce71089b93d8025ed26292981440f0a8d318
Merge: b0fbc6e ec57197
Author: ShruthiRajaram <sh...@confluxtechnologies.com>
AuthorDate: Fri Nov 16 15:17:59 2018 +0530

    Merge pull request #471 from ShruthiRajaram/FINERACT-627
    
    FINERACT-627 back dated client transfer

 api-docs/apiLive.htm                               |   3 +-
 .../portfolio/client/api/ClientsApiResource.java   |  23 ++++-
 .../client/service/ClientReadPlatformService.java  |   9 ++
 .../service/ClientReadPlatformServiceImpl.java     |  57 +++++++++++-
 .../LoanWritePlatformServiceJpaRepositoryImpl.java | 101 +++++++++++++++++++--
 .../savings/domain/SavingsAccountTransaction.java  |   8 +-
 ...countWritePlatformServiceJpaRepositoryImpl.java |  65 ++++++++++++-
 .../transfer/api/TransferApiConstants.java         |  36 ++++----
 .../transfer/data/TransfersDataValidator.java      |   5 +-
 ...nsferWritePlatformServiceJpaRepositoryImpl.java |  27 +++---
 10 files changed, 281 insertions(+), 53 deletions(-)