MKAS Posted August 13, 2009 Share Posted August 13, 2009 Hi All, In Australia, we are required to display the words "Tax Invoice" instead of Invoice on our invoices. How do I change the wording to Tax Invoice on all my invoices. Thanking you muchly... 0 Quote Link to comment Share on other sites More sharing options...
JayKayAu Posted August 31, 2009 Share Posted August 31, 2009 Thanks for reminding me to do this In this file whmcs/lang/English.txt, look for: $_LANG["invoicenumber"] = "Invoice #"; (It was on line 388 for me) Change this to: $_LANG["invoicenumber"] = "Tax Invoice #"; I don't know if this will be a problem if you're invoicing people overseas though. We don't have any overseas customers, so we aren't concerned about this at this time. 0 Quote Link to comment Share on other sites More sharing options...
aushops Posted August 31, 2009 Share Posted August 31, 2009 Thanks for the soultion, I have AU customers only Regards Tony 0 Quote Link to comment Share on other sites More sharing options...
ozace Posted September 17, 2009 Share Posted September 17, 2009 There seems to be a second one - $_LANG["invoicestitle"] = "Tax Invoice #"; Jim 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.