hightekhosting Posted March 29, 2008 Share Posted March 29, 2008 Dear members, Within our WHMCS, we require to update/change our printable invoice (the onscreen version, not the PDF version) to show "Tax Invoice #" as opposed to "Invoice #" Where would we find the coding to change/alter this? Regards, Dale Evans Manager 0 Quote Link to comment Share on other sites More sharing options...
hightekhosting Posted March 29, 2008 Author Share Posted March 29, 2008 Don't worry all! We worked it out. Just for others who may need to do this Change: <p><strong>{* This code should be uncommented for EU companies using the sequential invoice numbering so that when unpaid it is shown as a proforma invoice {if $status eq "Paid"}*}{$LANG.invoicenumber}{*{else}{$LANG.proformainvoicenumber}{/if}*}{$invoicenum}</strong><br /> {$LANG.invoicesdatecreated}: {$datecreated}<br /> {$LANG.invoicesdatedue}: {$datedue}</p> To: <p><strong>Tax {* This code should be uncommented for EU companies using the sequential invoice numbering so that when unpaid it is shown as a proforma invoice {if $status eq "Paid"}*}{$LANG.invoicenumber}{*{else}{$LANG.proformainvoicenumber}{/if}*}{$invoicenum}</strong><br /> {$LANG.invoicesdatecreated}: {$datecreated}<br /> {$LANG.invoicesdatedue}: {$datedue}</p> 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.