Go to file
Marco Hermo 09bd6fc231 Adds missing PreviewPanel template file to the main reports folder (#75)
See Issue 1841 - BUG Navigating to a page from reports section loads broken CMSMain view
2017-07-21 09:16:28 +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 API Remove Report::add_excluded_report() and make excluded_reports configurable 2017-07-16 16:36:12 +12:00
javascript Remove custom reportAdmin css overrides 2016-09-15 18:23:43 +12:00
lang Update translations 2017-07-03 17:17:41 +12:00
templates/SilverStripe/Reports/Includes Adds missing PreviewPanel template file to the main reports folder (#75) 2017-07-21 09:16:28 +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 Upgrade code for namespaces 2016-09-08 15:37:35 +12: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 FIX Re-enable code coverage runs with phpdbg 2017-07-16 16:42:16 +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 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 Update composer alias 2017-07-06 09:20:17 +12:00
phpcs.xml.dist Upgrade module for app object refactor 2017-06-21 16:30:14 +12:00
phpunit.xml.dist New style travis tests 2017-06-26 21:45:56 +12: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