I am wondering if there is a way to insert a picture? I am wanting to be able to use a Past Due “stamp” for late invoices. I used one in my old system and it helped getting invoices paid.
You can include any HTML markup in the designs, so using tags with a link to the image will display it in the HTML
1 Like
Old topic, but if it can help someone.
There is no need to fiddle with unthankful images as long you are using simple text. Use CSS and styling already inside InvoiceNinja.
- Custom Design Invoices, make new, name it.
- Body part, replace:
<div id="table-totals" cellspacing="0">$status_logo</div>
with:
<div id="table-totals" cellspacing="0"><div class="stamp is-paid">Past Due</div></div>
Reduce font size if needed in Includes - .is-paid.
If you are looking (i know topic is old) for something that will put custom stamp automatically after some time, days then I do not know answer.