Warehouse is an extension for Spree that will extend Spree into a full warehouse system, including an Android (and possibly iOS) client for inter-warehouse management using QR codes and bar-codes. Please see the design document (still a work in progress) here.
We support only Spree 1.0.0.rc2 and above !
Make a new app using the latest Rails:
$ gem install rails
$ rails new app_name
$ cd app_name
Include in your Gemfile:
gem 'spree', :git => 'https://github.com/spree/spree.git'
gem 'spree_warehouse' , :git => '[email protected]:Genshin/spree_warehouse.git'
And run:
$ bundle
$ rails g spree:install
$ rake spree_warehouse:install:migrations
$ rake db:migrate
$ rails s
Run rake test_app
to generate the test_app.
Then runrake
for the features and spec tests.
If you have problems try prefixing things with 'bundle exec '.
Copyright (c) 2012 Genshin Souzou Kabushiki Kaisha, released under the GNU GPL version 3