tomb Posted February 6, 2012 Share Posted February 6, 2012 I've uncommented invoice.tpl as described in the documentation. line 5. FROM <title>{$companyname} - {* 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}</title> TO <title>{$companyname} - {if $status eq "Paid"}{$LANG.invoicenumber}{else}{$LANG.proformainvoicenumber}{/if}{$invoicenum}</title> line 100 FROM <span class="title">{* 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}</span><br /> <span class="title">{$LANG.invoicenumber}{else}{$LANG.proformainvoicenumber}{/if}{$invoicenum}</span><br /> Sequential Paid Invoice Numbering is enabled Sequential Invoice Number Format is set to INVXY{NUMBER} Next Paid Invoice Number is set to 00001 When I create a new invoice the new invoice format isn't applied. The Invoice format doesn't also show up under > Invoice > Options > Invoice #. How can I fix this? Thanks in advanced for any kind of help. 0 Quote Link to comment Share on other sites More sharing options...
tomb Posted February 11, 2012 Author Share Posted February 11, 2012 problem solved. I've enabled the EU VAT module. 0 Quote Link to comment Share on other sites More sharing options...
m8internet Posted February 11, 2012 Share Posted February 11, 2012 Wasn't aware of that requirement, I just set the starting invoice number in WHMCS Invoices options 0 Quote Link to comment Share on other sites More sharing options...
tomb Posted February 11, 2012 Author Share Posted February 11, 2012 You can't apply a unqiue format like INVXY{NUMBER} to custom invoices. This is only possible for sequential invoices using the default WHMCS core. 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.