magma-labs / solidus_simple_dash

Overview dashboard for use with Solidus
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

SolidusSimpleDash

CircleCI codecov

Add simple dashboard to review your sales based on variants, products and orders, it contains:

Installation

Add this line to your solidus application's Gemfile:

gem 'solidus_simple_dash', github: 'magma-labs/solidus_simple_dash'

And then execute:

$ bundle
$ bundle exec rails g solidus_simple_dash:install

Usage

Visit /overview on Admin section

Preview

solidus_simple_dash

Testing

Then just run the following to automatically build a dummy app if necessary and run the tests:

bundle exec rake