Jump to content

Changing TAX on PDF?


ozmo

Recommended Posts

Hi all,

 

I need to be able to display the amount of TAX on the PDF invoices even if the tax amount is 0%. How do I enable this to appear within the PDF?

 

Also, I need to change the word TAX to GST, or appear as "TAX (GST). Is this possible?

 

Thanks,

 

ozmo

Link to comment
Share on other sites

Open \includes\pdfconfig.php

 

Around line 78 you can see where it's pulling in the variable names for the taxes. It's called $taxname and $taxname2 later on ..

 

Now where those really come from... who knows, everything is encoded, and those are not in the Lang file, so I would assume they are on the db.

 

If you go to /admin/configtax.php you should be able to enter your tax names.

Link to comment
Share on other sites

What sparky said is correct, but it looks like 'Tax Due' is hardcoded somewhere as viewing an invoice in the 'Summary' tab also shows 10.00% Tax Due (as well as 'Printable Version' and 'PDF Download'). I tried changing 'Tax Due' to 'GST' in the English.txt language file but it didn't make any difference.

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