Jump to content

Add the words "TAX INVOICE" to top of PDF invoices


djpete

Recommended Posts

Being an Aussie, we had to do this too - ie. add the word Tax to Invoice.

 

Here is exactly how to do it - nice and easy.

 

1. Open invoicepdf.tpl in the Templates folder in a text based editor

2. Locate the following code:

 

$pdf->Cell(0,8,$invoiceprefix.$invoicenum,0,1,'L','1');

 

and replace with:

 

$pdf->Cell(0,8,'Tax '.$invoiceprefix.$invoicenum,0,1,'L','1');

 

3. save and upload.

 

All done.

 

I hope that helps.

Link to comment
Share on other sites

Matt gave me an even easier way...

Quote

Easiest way of doing this is to search for "Invoice #" string in the lang/English.txt file and just change that to "Tax Invoice #" and then that will take effect on both the client area and PDF versions. Unquote

This has worked fine but really by law the words TAX INVOICE should be in big print across the top of the PDF.

Can anyone else help?

 

That cyntax stuff from the tcpdf link is beyond me...Sorry

And there weren't any examples I could follow either. :-(

If someone would be kind enough to post that line of cyntax here to make the words TAX INVOICE in say 20point then I will find the best place to put it(..so to speak. lol)

 

I really like the PDF Invoicing but seems that its a bugger to edit.

(If you don't know what you are doing!)

Edited by djpete
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated