Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-4.0-alpha4
  • 7.x-4.x default
  • 8.x-1.x
  • 8.x-dev-ui
  • 7.x-5.x
  • 7.x-3.x
  • 6.x-2.x
  • 7.x-2.x
  • 6.x-1.x
  • 7.x-1.x
  • master
  • 7.x-4.12
  • 7.x-4.11
  • 7.x-4.10
  • 7.x-4.9
  • 7.x-4.8
  • 7.x-4.7
  • 7.x-4.6
  • 7.x-4.5
  • 7.x-4.4
  • 7.x-4.3
  • 7.x-4.2
  • 7.x-4.1
  • 7.x-4.0
  • 7.x-4.0-beta4
  • 7.x-4.0-beta3
  • 7.x-4.0-beta2
  • 7.x-4.0-beta1
  • 7.x-4.0-alpha8
  • 7.x-4.0-alpha7
  • 7.x-4.0-alpha6
31 results

forena

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    David Metzler authored
    eb22be3d
    History
    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  Configuration->Content Authoring->Forena Reports 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 (the default). 
    
    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