Skip to content

snowsunny/spree_warehouse

 
 

Repository files navigation

SpreeWarehouse

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.

Installation

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 => 'git@github.com:Genshin/spree_warehouse.git'

And run:

$ bundle
$ rails g spree:install
$ rake spree_warehouse:install:migrations 
$ rake db:migrate
$ rails s 

Testing

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

About

Warehouse management system based on Spree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published