Jump to content

Recommended Posts

Posted

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?

Posted

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".

Posted

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?  :)

Posted

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).

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...