Skip to content

Creating a Report Format

jdorn edited this page Jul 19, 2012 · 3 revisions

The included report formats include CSV, JSON, XML, HTML, SQL, Text, and a few others.

Reports consists of a ReportFormat class and any templates that are needed.

Look at any of the existing ReportFormat classes (located in classes/formats/).

If you want to make your own, place the classes in classes/local/. For example, classes/local/CustomReportFormat.php

Clone this wiki locally