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 2019/01/02 06:10:24 UTC

[fineract] 01/01: Merge pull request #506 from ShruthiRajaram/FINERACT--669

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 f6502b56a7d087ff62c7ba5bb54de7cccc9d4bef
Merge: ed5c696 85fae55
Author: ShruthiRajaram <sh...@confluxtechnologies.com>
AuthorDate: Wed Jan 2 11:40:19 2019 +0530

    Merge pull request #506 from ShruthiRajaram/FINERACT--669
    
    FINERACT-669 client transfer details

 .../portfolio/client/api/ClientsApiResource.java   |  6 +-
 .../fineract/portfolio/client/domain/Client.java   | 17 ++++-
 .../client/domain/ClientTransferDetails.java       | 83 ++++++++++++++++++++++
 .../domain/ClientTransferDetailsRepository.java    | 28 ++++++++
 .../ClientTransferDetailsRepositoryWrapper.java    | 39 ++++++++++
 .../client/service/ClientReadPlatformService.java  |  4 --
 .../service/ClientReadPlatformServiceImpl.java     | 32 ++-------
 ...nsferWritePlatformServiceJpaRepositoryImpl.java | 27 +++++--
 .../core_db/V349__client_transfer_details.sql      | 41 +++++++++++
 9 files changed, 236 insertions(+), 41 deletions(-)