write_invoice
is a ruby gem to generate multiple invoices in one document.
Visit: docs.writeinvoice.com
- Examples
- Quickstart
- Setup
- String Modification
- Contributing
- Limitations
- Credits
- License
- Code of Conduct
- Support my Work
require 'write_invoice'
pyld = WriteInvoice::Example.generate()
WriteInvoice::Document.generate( output: 'test.pdf', payload: pyld, options: {}, debug: true )
Add this line to your application's Gemfile:
gem 'write_invoice'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install write_invoice
On Rubygems:
Bug reports and pull requests are welcome on GitHub at https://github.com/a6b8/write-invoice-for-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
- Not battle tested with diffrent layouts.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the write-invoice-for-ruby project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Please ⭐️ star this Project, every ⭐️ star makes us very happy!