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? Quote
Paul Posted July 10, 2013 Report Posted July 10, 2013 You can add a Tax ID/VATIN under Settings > Company > Taxes > Basic Tax Settings. Quote
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". Quote
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? Quote
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"; Quote
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? Quote
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). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.