Spree extension that adds a report view for all the products that in a range of dates ran out of stock.
Last updated on: April 16 at 11:30 PM
source code bug trackerSpree extension that adds a report view for all the products that in a range of dates ran out of stock.
Add this extension to your Gemfile with this line:
ruby
gem 'spree_stock_report', github: 'gegianno/spree_stock_report'
Install the gem using Bundler:
ruby
bundle install
Copy & run migrations
ruby
bundle exec rails g spree_stock_report:install
Restart your server
If your server was running, restart it so that it can find the assets properly.
Copyright (c) 2017 Giorgio, released under the New BSD License
tags | spree versions |
---|---|
master | ~> 3.1.5 |