Download the PHP package silverstripe-australia/advancedreports without Composer
On this page you can find all versions of the php package silverstripe-australia/advancedreports. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silverstripe-australia/advancedreports
More information about silverstripe-australia/advancedreports
Files in silverstripe-australia/advancedreports
Package advancedreports
Short Description A reporting module that provides an extra level of configuration and functionality over the base SilverStripe structures. Generates static output content in HTML, CSV and PDF formats.
License BSD-3-Clause
Informations about the package advancedreports
SilverStripe Advanced Reports Module
Maintainer Contact
Marcus Nyeholt
<marcus (at) silverstripe (dot) com (dot) au>
Requirements
- SilverStripe 3.1.x
- QueuedJobs module for scheduled report generation https://github.com/nyeholt/silverstripe-queuedjobs
- PDFRendition module for PDF generation of reports https://github.com/nyeholt/silverstripe-pdfrendition
- MultiValueField for selecting fields https://github.com/nyeholt/silverstripe-multivaluefield
Documentation
See https://github.com/nyeholt/silverstripe-advancedreports/wiki
The Advanced Report module provides a flexible mechanism for defining reports that are more complex in structure than the standard SilverStripe reports. Advanced Reports are saved as files in the filesystem, allowing snapshots of information to be saved for later perusal.
In addition to manually generating reports, they can be scheduled for automatic generation on a schedule.