blesta_tester Posted July 10, 2013 Report Posted July 10, 2013 Hello, I miss the feature that would allow assign "Tax ID" to the companies added (using "Add company feature"). This way no "Tax ID" of my company is shown on invoices. No one else missing the feature?
Paul Posted July 10, 2013 Report Posted July 10, 2013 You can add a Tax ID/VATIN under Settings > Company > Taxes > Basic Tax Settings.
blesta_tester Posted July 10, 2013 Author Report Posted July 10, 2013 Great! It would be nice to have "Tax ID" shown below the company name by default in PDF invoices, but I have changed that in default_invoice to fit my needs. You can close this thread now, sorry, I should have searched more for the way to set the "Tax ID".
blesta_tester Posted July 10, 2013 Author Report Posted July 10, 2013 Just a quick question, what to add to default_invoice_pdf.php template below: if (strlen($this->invoice->billing->company) > 0) $address .= $this->invoice->billing->company . "\n"; To show a client's tax ID there?
Scott Horsley Posted July 10, 2013 Report Posted July 10, 2013 Try if(!empty($this->invoice->client->settings['tax_id'])) $address .= $this->invoice->client->settings['tax_id'] . "\n";
blesta_tester Posted July 11, 2013 Author Report Posted July 11, 2013 It worked, thank you! Isn't it required for others to include the client's tax ID in invoices?
Scott Horsley Posted July 11, 2013 Report Posted July 11, 2013 It worked, thank you! Isn't it required for others to include the client's tax ID in invoices? For AU, it's only required to show our tax ID, not the clients (I think anyway.. would need to look it up).
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now