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/05 10:57:25 UTC

[fineract] branch develop updated (f811fa3 -> 99aa2b5)

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 f811fa3  Merge pull request #481 from wenance/develop
     add ab10ecc  FINERACT-628 guarantor api for self service user
     new 99aa2b5  Merge pull request #480 from ShruthiRajaram/FINERACT-628-Guarantors-Support

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                               | 248 +++++++++++++++++++++
 .../portfolio/client/api/ClientApiConstants.java   |   1 +
 .../portfolio/client/api/ClientsApiResource.java   |  26 ++-
 .../loanaccount/guarantor/data/ObligeeData.java    |  56 +++++
 .../service/GuarantorReadPlatformService.java      |   5 +-
 .../service/GuarantorReadPlatformServiceImpl.java  |  56 ++++-
 .../self/client/api/SelfClientsApiResource.java    |  11 +
 .../self/loanaccount/api/SelfLoansApiResource.java |  15 +-
 8 files changed, 412 insertions(+), 6 deletions(-)
 create mode 100644 fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/guarantor/data/ObligeeData.java


[fineract] 01/01: Merge pull request #480 from ShruthiRajaram/FINERACT-628-Guarantors-Support

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 99aa2b5bb28f8bf2f38dcbc3cacc8ed03e28a8d7
Merge: f811fa3 ab10ecc
Author: ShruthiRajaram <sh...@confluxtechnologies.com>
AuthorDate: Mon Nov 5 16:27:20 2018 +0530

    Merge pull request #480 from ShruthiRajaram/FINERACT-628-Guarantors-Support
    
    FINERACT-628 guarantor api for self service user

 api-docs/apiLive.htm                               | 248 +++++++++++++++++++++
 .../portfolio/client/api/ClientApiConstants.java   |   1 +
 .../portfolio/client/api/ClientsApiResource.java   |  26 ++-
 .../loanaccount/guarantor/data/ObligeeData.java    |  56 +++++
 .../service/GuarantorReadPlatformService.java      |   5 +-
 .../service/GuarantorReadPlatformServiceImpl.java  |  56 ++++-
 .../self/client/api/SelfClientsApiResource.java    |  11 +
 .../self/loanaccount/api/SelfLoansApiResource.java |  15 +-
 8 files changed, 412 insertions(+), 6 deletions(-)