forena.admin.inc |
forena.admin.inc |
|
|
forena.common.inc |
forena.common.inc |
|
Common functions used throughout the project but loaded in this
file to keep the module file lean. |
forena.css |
forena.css |
|
@CHARSET "ISO-8859-1";
/*styles for the report page*/
div.doclinks{
float: right;
}
a.doclinks{
padding-left: 10px;
} |
forena.info |
forena.info |
|
name = Forena Reports
description = Reporting tool for use in local intranets.
version = 0.1
core = 6.x |
forena.install |
forena.install |
|
Installation api for module |
forena.module |
forena.module |
|
|
FrxControls.inc |
plugins/FrxControls.inc |
|
contains various methods for extending report
formating, layout, transformation and design. |
FrxDataProvider.inc |
FrxDataProvider.inc |
|
Class that defines default methods for access control in an FrxDataProvider |
FrxDateFormatter.inc |
plugins/FrxDateFormatter.inc |
|
Handles common date formats. |
FrxDrupal.inc |
plugins/FrxDrupal.inc |
|
Provides data blocks for native drupal connections using the default
drupal connections. |
FrxFeedEngine.inc |
plugins/FrxFeedEngine.inc |
|
Implements a method for importing xml feeds available on the web
@TODO: Implement the feed engine using curl |
FrxFiles.inc |
plugins/FrxFiles.inc |
|
File class for loading raw xml files as Sample data
This class is used as a reference implementation of a data engine, but is
also used to provide sample data files and reports.
@author metzlerd |
FrxMSSQL.inc |
plugins/FrxMSSQL.inc |
|
Oracle specific driver that takes advantage of oracles native XML support |
FrxOracle.inc |
plugins/FrxOracle.inc |
|
Oracle specific driver that takes advantage of oracles native XML support |
FrxPDO.inc |
plugins/FrxPDO.inc |
|
General database engine used to do sql queries. |
FrxPostgres.inc |
plugins/FrxPostgres.inc |
|
Oracle specific driver that takes advantage of oracles native XML support |
FrxReport.inc |
FrxReport.inc |
|
Basic report provider. Controls the rendering of the report. |
FrxReportEditor.inc |
FrxReportEditor.inc |
|
|
FrxSQLQueryBuilder.inc |
FrxSQLQueryBuilder.inc |
|
|
FrxSyntaxEngine.inc |
FrxSyntaxEngine.inc |
|
FrXSytnaxEngine defines how regular expression procesing/token substitution takes place.
It includes support for passing in a formatter oobject that will escape strings properly
before substituting them. |
README.txt |
README.txt |
|
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… |
settings.php |
repos/sample/settings.php |
|
|
settings.php |
repos/drupal/settings.php |
|
|
settings.php |
repos/forena_help/settings.php |
|
|