Jump to content

Recommended Posts

Posted

I have tried to make an invoice but there is no customer VAT number in the pdf invoice.
A Invoice must contain also VAT number.

Is this a bug? Or am I doing something wrong?

Posted

This is not a bug and I've confirmed that it's working fine.  Did you set your VAT number up at:  Settings > Company > Taxes

 

If you create an invoice and look at the PDF it should show up above the invoice number on the right.

Posted

Issue fixed,

I've added the following code:

if(!empty($this->invoice->client->settings['tax_id']))
    $address .= $this->invoice->client->settings['tax_id'] . "\n";

 

Very nice, and thank you for submitting the details to add it.  If this is required by law it probably should be added as a feature.  You might want to submit this as a feature request.

  • 3 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...