Skip to content

ridem/spree_unifaun_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeUnifaunExport

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.

Installation

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

Testing

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

About

Export Spree Orders in CSV format - designed for Unifaun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published