OGKevin / ComBunqWebApp

A Bunq web interface made by bunqers
https://bunqweb.com
MIT License
26 stars 3 forks source link

Why not use ReportLab for generating Invoice PDF #64

Open basst85 opened 7 years ago

basst85 commented 7 years ago

Why use a external webservice? What if api.sycade.com has a autage or responds slowly? (What is unlikely, but possible :smile:)

You can locally use ReportLab, check this: https://docs.djangoproject.com/en/1.11/howto/outputting-pdf/

OGKevin commented 7 years ago

Ive seen this on the django docs indeed, after scrolling through the ReportLab docs it seemed time consuming to design an invoice PDF. Seeing that I'm a horrible designer would just add more time to the processes. So I continued searching and found this service https://prexview.com. I started working with PrexView but the limitations weren't ideal so I continued on searching and found Michiel's solution.

I think ill keep using sycade for now and later on integrate ReportLab when most of the other bugs and improvements are resolved. 🙈