Go to file
2016-04-26 02:32:15 +01:00
code Merge branch '3' 2016-04-26 02:32:15 +01:00
javascript BUGFIX: pass the correct param values through to reports (see https://github.com/silverstripe/silverstripe-cms/pull/956) 2014-03-13 11:35:43 +13:00
templates Merge remote-tracking branch 'silverstripe-cms/3.1' into 3.2 2015-11-03 11:11:58 +13:00
tests Merge remote-tracking branch 'origin/3' 2016-01-25 16:20:10 +13:00
_config.php FIX: dir should be folder name. 2013-01-19 18:30:40 +13:00
.editorconfig Added standard editor config 2015-12-16 11:07:05 +13:00
.gitattributes Added standard git attributes 2015-12-16 11:07:17 +13:00
.gitignore MINOR: gitignore of mac .DS_Store files 2011-09-28 11:44:30 +13:00
.scrutinizer.yml Added standard Scrutinizer config 2015-12-16 11:06:51 +13:00
.travis.yml Merge branch '3' 2016-04-26 02:32:15 +01:00
code-of-conduct.md Added standard code of conduct 2015-12-16 11:07:23 +13:00
composer.json Merge branch '3' 2016-04-26 02:32:15 +01:00
license.md Updated license year 2016-01-01 06:36:21 +13:00
README.md Added note about visibility of reports 2013-11-06 10:55:48 +13:00

Reports

Build Status

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