You are here

README.txt in Forena Reports 7.2

Forena Reports

Enterprise Reporting module that provides a mechanism for writing reports 
in a modified html syntax.  This module leverages XML, and for this 
reason required PHP 5.2 in order to run correctly. 

Installation
------------

Install in your sites/all/modules folder per the normal module installation 
method. 

Next visit the Site configuration->Forena page and configure the path where 
reports wil be saved.  This path should be in a place that is writable by your 
the user context which runs your web server.  When in doubt, specify the report
location within your files directory. 

After saving your settings, visit your my reports page to see help reports, 
sample reports, as well as some useful canned drupal administration reports. 
The provided sample reports also serve as documentation for the product. 


SVGGraph Installation
-----      
For SVG graphing support, Downlaod the latest version of SVGGraph from 

http://www.goat1000.com/svggraph.php

Move the SVGGraph folder into the sites/all/libraries folder of your site. 
You should be able to see a sites/all/libraries/SVGGraph/SVGGraph.php file when 
you are completed.

In the forena configuration menu (under site configuration) select the document 
types tab and enable the SVG document type.  

DataTables Installation 
-----
To provide dataTables support, Download dataTables from 

http://datatables.net

Extract and move the dataTables into your sites/all/libraries folder.

You should be able to see a sites/all/libraries/dataTables/media folder when you 
are complete. 

Author
------
David Metzler

File

README.txt
View source
  1. Forena Reports
  2. Enterprise Reporting module that provides a mechanism for writing reports
  3. in a modified html syntax. This module leverages XML, and for this
  4. reason required PHP 5.2 in order to run correctly.
  5. Installation
  6. ------------
  7. Install in your sites/all/modules folder per the normal module installation
  8. method.
  9. Next visit the Site configuration->Forena page and configure the path where
  10. reports wil be saved. This path should be in a place that is writable by your
  11. the user context which runs your web server. When in doubt, specify the report
  12. location within your files directory.
  13. After saving your settings, visit your my reports page to see help reports,
  14. sample reports, as well as some useful canned drupal administration reports.
  15. The provided sample reports also serve as documentation for the product.
  16. SVGGraph Installation
  17. -----
  18. For SVG graphing support, Downlaod the latest version of SVGGraph from
  19. http://www.goat1000.com/svggraph.php
  20. Move the SVGGraph folder into the sites/all/libraries folder of your site.
  21. You should be able to see a sites/all/libraries/SVGGraph/SVGGraph.php file when
  22. you are completed.
  23. In the forena configuration menu (under site configuration) select the document
  24. types tab and enable the SVG document type.
  25. DataTables Installation
  26. -----
  27. To provide dataTables support, Download dataTables from
  28. http://datatables.net
  29. Extract and move the dataTables into your sites/all/libraries folder.
  30. You should be able to see a sites/all/libraries/dataTables/media folder when you
  31. are complete.
  32. Author
  33. ------
  34. David Metzler