Go to file
Daniel Hensby 0759392980 Merge pull request #2 from sunnysideup/master
adding counts to report links
2015-07-22 13:23:52 +01:00
code Merge pull request #2 from sunnysideup/master 2015-07-22 13:23:52 +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 Templates 2013-07-15 21:29:38 +12:00
tests Initial import from cms/master 2013-01-17 13:22:13 +13:00
.gitignore Initial import from cms/master 2013-01-17 13:22:13 +13:00
.travis.yml Travis support 2013-03-29 10:19:52 +01:00
LICENSE Initial import from cms/master 2013-01-17 13:22:13 +13:00
README.md Added note about visibility of reports 2013-11-06 10:55:48 +13:00
_config.php FIX: dir should be folder name. 2013-01-19 18:30:40 +13:00
composer.json Merge branch '3' 2015-07-20 15:39:40 +01:00

README.md

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