Jump to content

Proforma Invoice


hostpro2u

Recommended Posts

Hi,

 

May I know how is the Proforma Invoice system for WHMCS works? As I read from: http://wiki.whmcs.com/Invoicing, it said

 

Proforma Invoicing

 

The sequential numbering is most often used in conjunction with proforma invoicing. If you want to do this, then you need to make a few template changes aswell to reflect the different names - Proforma invoice when unpaid and Invoice once paid. Instructions can be found in the viewinvoice.tpl and invoicepdf.tpl files where the changes need to be made - just need to uncomment the commented out code you will find in those files.

 

I've uncomment below code, but where can I see the result? it will auto-reflect or I need to do something?

 

<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>

 

Is it possible for me to have Proforma Invoice, Official Invoice, and Paid Invoice together?

 

Thanks.

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