|
||||||||
|
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 |
||||||||
------------------------------------------------------------------------------ This SF.net email is sponsored by Windows:
Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev
_______________________________________________ Mifos-issues mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-issues

Updated reports to provide api calls for each of the TEVI landing pages:
ProgramDirectorStats
BranchManagerStats
CoordinatorStats
FieldAgentStats
ProgramStats
ChildrenStaffList
FieldAgentPrograms
ProgramDetails
These reports have been added to git as a migration script and will be applied automatically when starting mifosx (as long as the tenant is set to auto-update)
Notes
-------
Report ProgramStats is not used in the current TEVI UI but probably should be
Added Currency to the UI. Statistics api calls return one row per currency. Its okay to design UI for one returned row (as it is at the moment) if only one currency is used by the MFI.
The requirements document shows the program (group) details display as having a summary of program figures as well as displaying the loans. If that summary is still required, the UI can add up the loan values itself rather than the api return the summary data.
loanOverPaymentAmount/advance data is not returned (a value of "?" is returned). Loan level "over payment" derived fields are not available yet. The "?" can be fixed later on when its decided how to deal with over payment reporting.