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:05 UTC

[fineract] branch develop updated (b0fbc6e -> 7956ce7)

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

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


    from b0fbc6e  Merge pull request #490 from ShruthiRajaram/FINERACT-662
     add ec57197  FINERACT-627 Back dated client transfer
     new 7956ce7  Merge pull request #471 from ShruthiRajaram/FINERACT-627

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:
 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(-)


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

Posted by sh...@apache.org.
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(-)