rvanheest / Rekeningsysteem-Bouwbedrijf-Mackloet

0 stars 0 forks source link

Layout of pdf #52

Open rvanheest opened 8 years ago

rvanheest commented 8 years ago

For an invoice with one item and no tax, the pdf looks a bit silly. To avoid that, let's lower the cumulatives to the bottom of the page. Presumably this only needs a change in the LaTeX files or LaTeX layout file.

Also, if an invoice has only has items with no tax, we can remove the "subtotaal" line.

rvanheest commented 8 years ago

After some testing, I concluded that lowering the cumulatives is not really possible in a nice way in LaTeX.

Another possible way of doing this is to just add the 0% -> € 0,00 line between "subtotaal" and "totaal".

rvanheest commented 8 years ago

Check out this wiki for maybe a better layout?

rvanheest commented 8 years ago

another option is to change the pdf generation to an html --> pdf transformation. I could maybe use wkhtmltopdf and sPDF for this?