|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d
_______________________________________________ Mifos-issues mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-issues

pull request merged into openMF 'develop' with sql to add report (V38__add-group-summary-details-report.sql which shows how to create a core but not displayed on UI reporting entry).
Local API call is:
{groupId}https://localhost:8443/mifosng-provider/api/v1/runreports/GroupSummaryDetails?genericResultSet=false&R_groupId=
Some notes/questions before I resolve the issue
-----------------------------------------------------------
A read permission is added for the report GroupSummaryDetails, so if the user isn't a super user or super reporting user, they need this permission. It is possible to change reporting back-end code to allow set up some non-core, 'workflow'/display reports without permission if people think that's better or should at least be an option)
Although the data 'works' it assumes a single currency. Technically you can add loans of different currencies.
Does the 'report' need to produce a row per currency used in the 'group'?
Also, savings related data is set to zero as I couldn't figure out how to add a savings account to a group or to a client member (don't think that work is done yet).