Spree Print Invoice

Build Status Coverage Status Code Climate Gem Version

This extension provides a "Print Invoice" button (per default) on the Admin Orders view screen which generates a PDF of the order details. It's fully extendable so you can add own print slips from your own Rails app. It also comes with a packaging slip.

Installation

Add to your Gemfile

gem 'spree-print-invoice', '~> 2.2.0'

Run

bundle install
rails g spree_print_invoice:install

Enjoy! Now allow to generate invoices with sequential numbers.


Configuration and extending slips

See corresponding wiki pages


Contributing

See corresponding guidelines


License

Copyright (c) 2011-2014 Christopher Angileri, Tobias Bohwalli, and other contributors, released under the New BSD License