Jump to content

Vat Number near Company name at the top of invoice


Andrea Tanda

Recommended Posts

To add your Vague Addtion to the Total (VAT) number you could edit invoice.addresses-tab.tpl (in the top level pdf directory) and add something like this:

<table id="addresses-tab" cellspacing="0" cellpadding="0">                    
    <tr>                                                                      
        <td width="33%">{l s='VAT No. 98749286' pdf='true'}</td>                          
    </tr>                                                                     
    <tr>                                                                      
        <td width="33%"><span class="bold"> </span><br/><br/> 

This would hard code your VAT number into all PDF invoices.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...