This extension allows you to export the Orders that you can see in the Orders view in the admin panel. It was made for an export for the Unifaun system but it's standard tab-delimited csv, so it would be easy to adapt it to a different need.
Add spree_unifaun_export to your Gemfile:
gem 'spree_unifaun_export', github: 'ridem/spree_unifaun_export', branch: '3-0-stable'
Bundle your dependencies and run the installation generator:
bundle
First bundle your dependencies, then run rake
. rake
will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app
.
bundle
bundle exec rake
Copyright (c) 2015 Mehdi Rejraji, released under the New BSD License