I love the fact, that I can create custom templates using HTML/CSS with Invoice Ninja v5. But what I find really difficult is to get the footer to be at the bottom of the last page. I want to put a payment slip there.
Is there any way to do this? I could also live with having the footer at the bottom of the first page if the last page is not possible.
Hello there.
in my current installation (v5.1.19-C44 docker) I see footer at the middle of the invoice, if it has, e.g only one position. the footer appear right after the content of invoice. have I missed anything?
But is there already a solution for rendering something on a page at the end of the docment (without footer), having the footer on every previous page ?
What I used to do in my ancient solution was to
generate a second pdf containing the payment slip,
generate the invoice pdf,
concatenate it with the payment slip pdf
and to display the concatenated document
I don’t know how the current code is, but appending a new blank page and rendering a variable from a field that contains for example the variable $swiss_qr could be a solution maybe.