0.0
No release in over a year
Highly customizable invoice builder for ruby with bulk and example functions for fast processing.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.1.0
~> 2.19.0
~> 2.4.0
~> 0.5.2
~> 0.2.2
 Project Readme
Write Invoice for Ruby

write_invoice is a ruby gem to generate multiple invoices in one document.

Examples

Visit: docs.writeinvoice.com


Table of Contents
  1. Examples
  2. Quickstart
  3. Setup
  4. String Modification
  5. Contributing
  6. Limitations
  7. Credits
  8. License
  9. Code of Conduct
  10. Support my Work

Quickstart
require 'write_invoice'

pyld = WriteInvoice::Example.generate()
WriteInvoice::Document.generate( output: 'test.pdf', payload: pyld, options: {}, debug: true )

Setup

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:


Contributing

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.


Limitations
  • Not battle tested with diffrent layouts.

Credits
License

The gem is available as open source under the terms of the MIT License.


Code of Conduct

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.


Star Us

Please ⭐️ star this Project, every ⭐️ star makes us very happy!