Module for PDF invoices in the Trado Ecommerce platform. If you would like to get started using the Trado Ecommerce platform, head on over to the Official site!
Add module to your Gemfile:
gem 'trado_pdf_invoice_module'
Then run bundle to install the Gem:
bundle install
Add initializer configuration and set new route:
rails generate trado_pdf_invoice_module:install
Restart the main application server:
foreman start -f Procfile.dev
Trado PDF Invoice module follows Semantic Versioning 2.0 as defined at http://semver.org.
- Fork the project
- Create your feature or bug fix
- Add the requried tests for it.
- Commit (do not change version or history)
- Send a pull request against the development branch
Copyright (c) 2017 Tom Dallimore (@tom_dallimore)
Licenced under the MIT licence.