- website: https://github.com/HTSolution/Ushahidi-plugin-exportreports
- description: Add export button on report index page to export filter on CSV/XML
- author: HTSolution Pvt. Ltd.
- author website: http://himalayantechies.com
- Add export button on report index page to export filter on CSV/XML
- Copy the entire /exportreports/ directory into your /plugins/ directory.
- Activate the plugin.
NOTE:
-
If activating plugin does not show CSV/XML button on report main page then inside themes/default/views/reports/main.php view search for
and add following code below
<?php Event::run('ushahidi_action.report_filters_controls_ui'); ?>