Hey guys couple of questions on the PDF invoice. I am trying to customize some of the wording, format, etc.
1. Under Total, Amount Paid and Total Due I want to get the amounts to all align up. Our accountants need these to line up and read like a normal invoice would.
2. How would I add a dollar sign before the Price in the table? Under Price right now it reads “515” I want it to read “$515.00”
I think what you want is line 31 of that same file function.pdf.php:
$this->Ln(20);
try changing it to
$this->Ln(10);
or play with that number to get the spacing you want.
sorry, I know that the fpdf library is not the easiest to manipulate. I don’t know what most of those lines do to the final output. This may or may not help: http://www.fpdf.org/
Viewing 3 reply threads
The support post ‘PDF Invoice Changes’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.