Howdy folks. Still getting the hang of the software. I have a feeling it’s overkill for a two person shop and only one person is using it, but there you go, lol.
I’m fooling around with the Proposals part of the CRM, and the watermark is a nice touch. I have it saying “QUOTE ONLY” in nice big red letters. However, it puts it over the line items, so it blocks out some of the text on the items. Is there a way to move the watermark “behind” the regular text?
I think the problem is that the watermark is written at the very end of the PDF creation in the function “pdf_pagefoot” with the call of the function “_pagefoot(…)”.
Calling the function "pdf_watermark(…) after PDF creation with “$pdf->AddPage()” would help in my opinion.