silverstripe-australia/advancedreports

A reporting module that provides an extra level of configuration and functionality over the base SilverStripe structures. Generates static output content in HTML, CSV and PDF formats.

Maintainers

👁 nyeholt

Package info

github.com/nyeholt/silverstripe-advancedreports

Type:silverstripe-module

pkg:composer/silverstripe-australia/advancedreports

Statistics

Installs: 2 598

Dependents: 0

Suggesters: 0

Stars: 13

Open Issues: 11

2.4.2 2020-09-10 04:53 UTC

Requires (Dev)

None

Suggests

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 891c9eb7ca6c5eb921b7d51d1e72c7462780fff5

  • Marcus Nyeholt <marcus.woop@silverstripe.com.au>

silverstripereports

This package is auto-updated.

Last update: 2026-06-14 17:14:50 UTC


README

Maintainer Contact

Marcus Nyeholt

<marcus (at) silverstripe (dot) com (dot) au>

Requirements

Documentation

See https://github.com/nyeholt/silverstripe-advancedreports/wiki

The Advanced Report module provides a flexible mechanism for defining reports that are more complex in structure than the standard SilverStripe reports. Advanced Reports are saved as files in the filesystem, allowing snapshots of information to be saved for later perusal.

In addition to manually generating reports, they can be scheduled for automatic generation on a schedule.

Quick Usage Overview

Troubleshooting