Jump to content

PDF Invoice Customization


Kulmani

Recommended Posts

Hi There!

 

I want to the change the name of Invoice to Bill because of the ROC requirements in India. (The final paid PDF invoice which goes to customer after the payment received)

 

Could anyone assist me on that .

 

Thanks in anticipation

 

Shrishti

Link to comment
Share on other sites

Hi Shrishti,

 

you'll need to use Language Overrides to modify the language used.

 

http://docs.whmcs.com/Language_Overrides

 

the above page tells you how to do it in detail, but as an example, if you are using English, then you'd need to open lang/english.php and find the reference to "Invoice" that you wish to modify...

 

e.g, if you wanted to change invoice number it would be...

 

$_LANG['invoicestitle'] = "Invoice #";

you would then create an "overrides" folder, add a new blank file inside it called english.php and add the following...

 

<?php
$_LANG['invoicestitle'] = "Bill #";

there are many references to invoice in the english.php file - some will be used by the invoice template, others will be used in the client area.

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