Spree extension to generate a report view for all the products (SKU) that in a range of dates ran out of stock.
Last updated on: September 04 at 08:06 PM
source code bug trackerSpree extension to generate a report view for all the products (SKU) that in a range of dates ran out of stock
Add this extension to your Gemfile with this line:
ruby
gem 'spree_out_stock', github: 'andreinabgomezg29/spree_out_stock'
Install the gem using Bundler:
ruby
bundle install
Copy & run migrations
ruby
bundle exec rails g spree_out_stock:install
Restart your server
If your server was running, restart it so that it can find the assets properly.
tags | spree versions |
---|---|
master | >= 3.1.0, < 4.0 |