Go to file
Maxime Rainville 3bbcfdde85 FIX Apply missing class to report header. 2018-07-27 17:06:38 +12: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 NEW Use Injector to create new class instances and pass $params 2018-07-16 17:07:00 +12:00
javascript Remove custom reportAdmin css overrides 2016-09-15 18:23:43 +12:00
lang Update translations 2018-06-15 15:39:16 +12:00
templates/SilverStripe/Reports/Includes FIX Apply missing class to report header. 2018-07-27 17:06:38 +12: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 Increment travis root version to 4.3.x-dev 2018-06-26 17:39:51 +12: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 Add supported module badge to readme 2018-06-15 17:46:23 +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.2' into 4 2018-06-15 16:32:48 +12: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 SilverStripe supported module

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