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/27 10:33:36 UTC

[fineract] branch develop updated (cb83166 -> f5a0146)

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 cb83166  Merge pull request #484 from ShruthiRajaram/FINERACT-628_Surveys
     add 11b6296  FINERACT-628 self service user reports
     new f5a0146  Merge pull request #479 from ShruthiRajaram/FINERACT-628-reports

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                               | 137 +++++++++++++++++++++
 .../dataqueries/api/RunreportsApiResource.java     |  16 ++-
 .../infrastructure/dataqueries/domain/Report.java  |   8 +-
 .../dataqueries/service/ReadReportingService.java  |   8 +-
 .../service/ReadReportingServiceImpl.java          |  38 +++---
 .../ReportMailingJobWritePlatformServiceImpl.java  |   3 +-
 .../self/runreport/SelfRunReportApiResource.java   |   3 +-
 ...sql => V345__reports_for_self_service_user.sql} |  10 +-
 8 files changed, 191 insertions(+), 32 deletions(-)
 copy fineract-provider/src/main/resources/sql/migrations/core_db/{V18__update_stretchy_reporting_reportSql.sql => V345__reports_for_self_service_user.sql} (56%)


[fineract] 01/01: Merge pull request #479 from ShruthiRajaram/FINERACT-628-reports

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 f5a0146800ff0f9b3018fced7ce96b91ebeb4254
Merge: cb83166 11b6296
Author: ShruthiRajaram <sh...@confluxtechnologies.com>
AuthorDate: Tue Nov 27 16:03:30 2018 +0530

    Merge pull request #479 from ShruthiRajaram/FINERACT-628-reports
    
    FINERACT-628 self service user reports

 api-docs/apiLive.htm                               | 137 +++++++++++++++++++++
 .../dataqueries/api/RunreportsApiResource.java     |  16 ++-
 .../infrastructure/dataqueries/domain/Report.java  |   8 +-
 .../dataqueries/service/ReadReportingService.java  |   8 +-
 .../service/ReadReportingServiceImpl.java          |  38 +++---
 .../ReportMailingJobWritePlatformServiceImpl.java  |   3 +-
 .../self/runreport/SelfRunReportApiResource.java   |   3 +-
 .../V345__reports_for_self_service_user.sql        |  29 +++++
 8 files changed, 213 insertions(+), 29 deletions(-)