ozmo Posted November 28, 2008 Share Posted November 28, 2008 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 0 Quote Link to comment Share on other sites More sharing options...
mtbhost Posted November 29, 2008 Share Posted November 29, 2008 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. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted November 29, 2008 Share Posted November 29, 2008 Configuration => Tax Setup and create a new rule for GST and remove the TAX rule 0 Quote Link to comment Share on other sites More sharing options...
gservat Posted December 1, 2008 Share Posted December 1, 2008 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.