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.
Want a live walkthrough of this plugin? Get in touch — or browse all our Sylius plugins at odiseo.io.
This plugin is maintained by Odiseo. Want us to help you with this plugin or any Sylius project? Get in touch.

