Go to file
Christopher Joe 4d8053611d Feature Set .gitattributes to ignore docs and tests folder, and some source asset files which are not needed 2017-12-13 12:32:55 +13:00
.tx Reorganise i18n keys 2017-05-08 17:56:43 +12:00
_config New style travis tests 2017-06-26 21:45:56 +12:00
code FIX Add primary button class to 'Filter' button 2017-10-30 11:51:00 +13:00
javascript Remove custom reportAdmin css overrides 2016-09-15 18:23:43 +12:00
lang Update translations 2017-08-07 14:34:14 +12:00
templates/SilverStripe/Reports/Includes BUG align heading properly 2017-10-12 16:48:08 +13:00
tests Remove unused test report stubs 2017-07-16 16:37:08 +12:00
.codecov.yml Add .codecov.yml file 2017-07-17 14:04:44 +01:00
.editorconfig Update editorconfig 2017-10-12 12:57:05 +13:00
.gitattributes Feature Set .gitattributes to ignore docs and tests folder, and some source asset files which are not needed 2017-12-13 12:32:55 +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 Make composer installs on travis more efficient 2017-09-19 11:56:55 +01:00
.upgrade.yml Add extra upgrade rules 2017-07-03 14:32:26 +12:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-05-30 14:37:53 +12:00
LICENSE FIX: Rename license file to match module standard. 2017-03-29 12:58:41 +13:00
README.md Update SilverStripe version requirement in readme 2017-07-16 16:36:22 +12:00
code-of-conduct.md Added standard code of conduct 2015-12-16 11:07:23 +13:00
composer.json Merge remote-tracking branch 'origin/4.0' into 4 2017-10-12 12:58:30 +13:00
phpcs.xml.dist Upgrade module for app object refactor 2017-06-21 16:30:14 +12:00
phpunit.xml.dist BUG Fix vendor bootstrap path 2017-10-05 09:50:04 +13: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 4.0

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