This plugin adds data reports to the Sylius administration interface.
Support Sylius version 1.9+.
Do you want advanced features? Take a look at our Report Pro Plugin, an extended version of this one.
Basically you have a DataFetcherInterface and RendererInterface interfaces. The first one defines how to fetch the Data according to a configuration provided. And the second one uses the Data returned by the fetcher and returns a rendered view.
Some DataFetchers and Renderers come with this plugin, but you can create your own by implementing their interfaces.
You can see this plugin in action in our Sylius Demo application.
- Frontend: sylius-demo.odiseo.com.ar.
- Administration: sylius-demo.odiseo.com.ar/admin with
odiseo: odiseo
credentials.
This plugin is maintained by Odiseo. Want us to help you with this plugin or any Sylius project? Contact us on [email protected].