mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Sam Minnee
c9e2c249c2
FIX: Allow pre-release versions of SS4.
Since SS4 has not yet been released, and this module is used to test pre-release versions of SS4, we need to have @dev on the requirement to make it as flexible as possible. As a general rule, modules that plug *into* SS4 rather than making *use* of it should have @dev on the end of their dependencies.
Reports
Introduction
This module contains the API's for building Reports that are displayed in the SilverStripe backend. This module replaces the built-in reports API from earlier versions of SilverStripe (2.4 and 3.0).
Requirements
- SilverStripe 3.2
Troubleshooting
The reports section will not show up in the CMS if:
- There are no reports to show
- The logged in user does not have permission to view any reports
Description
Languages
PHP
94.4%
Scheme
2.9%
JavaScript
2.7%