steadlane/silverstripe-massexport

There is no license information available for the latest version (1.1.0) of this package.

A tool that allows you to export multiple Models at once and zip them into a single file for a specific date range

1.1.0 2017-02-15 03:32 UTC

This package is auto-updated.

Last update: 2024-04-04 17:07:13 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.