Forena is database report writing software built on the Drupal platform. Forena is built of the idea that if you can write the SQL necessary to get the data out of a database, it should take very little work to get that data out on the web. It is designed to leverage knowledge of HTML, CSS, SQL and Java Script to help you create rich interactive web reports.
Note: Before trying out forena make sure you have private file systems properly configured. It doesn't need to be set as the default delivery method, but it does need to be configured.
Drupal 8 Version
Work on the Drupal 8 Version is in progress! I will release an early alpha once the base reporting engine is functional with unit test coverage before beginning work on the WYSIWYG reporting interface.
Features
The current version allows you to create reports using SQL from Drupal, or using data stored in XML files.
It comes bundled with a couple of sample reports reports that will both demonstrate how reports are created, and provide useful information on your existing Drupal site.
Some key features include:
- Create custom reports from your Drupal database.
- Create reports against PDO supported database (SQLite, MySQL, MS SQL, etc).
- Create reports against any Oracle database.
- Create charts in SVG format.
- Export data to CSV, EXCEL or XML versions of reports.
- Create and edit HTML reports using a simple web UI (includes WYSIWYG editor support).