Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Adding new user report

Add a new report to stretchyto the stretchy_report table in Mysql database. Please refer Mifos API documentation on how to add a new report. It can be found here

  • report name: what ever name you choose
  • report type: Table,
  • report sub-type: what ever name you choose(this name will be used in retrieving report data using http get request),
  • report category: Portal (make sure this is correct),
  • report sql: sql to retrieve data from mysql tables,
  • description: small description about datapoint.



After adding above details backend will cache those data automatically by running report in every midnight. 

...

For one report type data can be retrieved as follows.:

Request should be made as,

...