https://github.com/webdna/reports
https://github.com/webdna/reports
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdna/reports
- Owner: webdna
- License: other
- Created: 2022-07-14T14:27:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T08:28:19.000Z (about 1 year ago)
- Last Synced: 2025-08-01T15:37:57.628Z (11 months ago)
- Language: PHP
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reports
## Requirements
This plugin requires Craft CMS 3+
## Installation
Install the plugin either via the plugin store or via composer:
`composer require webdna\reports && php craft plugin\install reports`
## Overview
This plugin allows a user to create/generate/view/export reports based on a report type. These report types are created as twig templates in the frontend templates folder allowing the website developer full control over the report types. A few basic example types are packaged in the plugin for coping in to the report types folder.
## Settings
The only setting is the location within the frontend template folder to the report types folder. If not specified a default location of `/_reports` will be used.
## Usage
Please see the example report types.