Paul13 Posted October 19, 2013 Report Posted October 19, 2013 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?
Ken Posted October 20, 2013 Report Posted October 20, 2013 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.
Paul13 Posted October 20, 2013 Author Report Posted October 20, 2013 Show only my vat number. The issue is: does not show vat number (Tax ID/VATIN) of the customers.
Paul13 Posted October 20, 2013 Author Report Posted October 20, 2013 Example of European invoice: http://articles.adelayde.net/finance/eurovat/invoiceen.pdf
Paul13 Posted October 21, 2013 Author Report Posted October 21, 2013 Issue fixed, I've added the following code: if(!empty($this->invoice->client->settings['tax_id'])) $address .= $this->invoice->client->settings['tax_id'] . "\n"; Ken and Michael 2
Ken Posted October 21, 2013 Report Posted October 21, 2013 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.
Paul13 Posted October 21, 2013 Author Report Posted October 21, 2013 Yea,In many countries this is required by law. Should be added as a feature.
Tyson Posted November 6, 2013 Report Posted November 6, 2013 Closing this as not a bug. You can create a feature request for any additions you'd like to see.
Recommended Posts