Go to file
Guy Sartorelli 86d338680a
Merge pull request #149 from creative-commoners/pulls/4.10/module-standards
MNT Use GitHub Actions CI
2022-07-05 16:31:12 +12:00
.github/workflows MNT Use GitHub Actions CI 2022-07-05 16:04:25 +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 ENH Replace E_USER_ERROR errors with exceptions 2020-09-24 17:11:47 -07:00
javascript Remove custom reportAdmin css overrides 2016-09-15 18:23:43 +12:00
lang Update translations 2021-05-17 10:53:21 +12:00
templates/SilverStripe/Reports/Includes FIX Apply missing class to report header. 2018-07-27 17:06:38 +12:00
tests MNT Remove polyfill 2021-11-05 13:23:15 +13: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 MNT Rely on dynamic REQUIRE_RECIPE 2021-12-13 11:47:20 +13: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 MNT Use GitHub Actions CI 2022-07-05 16:04:25 +12:00
code-of-conduct.md Added standard code of conduct 2015-12-16 11:07:23 +13:00
composer.json MNT Remove polyfill 2021-11-05 13:23:15 +13:00
phpcs.xml.dist MNT Update how phpcs is called 2020-11-06 17:11:09 +13:00
phpunit.xml.dist API phpunit9 support 2021-10-27 17:52:11 +13:00

README.md

Reports

CI 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