piesync / billbo

Easy to use billing service for Stripe with VAT support
MIT License
73 stars 3 forks source link

Invoice generation (pdf) #4

Closed challengee closed 9 years ago

challengee commented 10 years ago

We have two options here.

Note: We need to generate the pdf's out of process. As this is pretty intense and can not be done in a thread (MRI GIL).

challengee commented 10 years ago

Or use https://github.com/rtomayko/tilt as an interface to any templating language

challengee commented 10 years ago

Link to https://playground.jsreport.net/ from README