steadlane / silverstripe-massexport
A tool that allows you to export multiple Models at once and zip them into a single file for a specific date range
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- silverstripe/framework: ^3.1
This package is auto-updated.
Last update: 2025-04-04 19:19:06 UTC
README
Introduction
This module dynamically detects any subclasses of ModelAdmin
and adapts to the $managed_models
defined within, and also discovers all UserDefinedForm submissions to provide a centralised interface that can be used to export data from any one or more models from within a specified date range which is then zipped into a single file and downloaded.
Installation
This module only supports installation via composer:
composer require steadlane/silverstripe-massexport
Run /dev/build
afterwards and ?flush=1
for good measure for SilverStripe to become aware of this module
Contributing
If you feel you can improve this module in any way, shape or form please do not hesitate to submit a PR for review.
Bugs / Issues
To report a bug or an issue please use our issue tracker.
License
This module is distributed under the BSD-3 Clause license.