Australian Invoice Requirements

I can not add the shipping/billing address to the system email invoice template

Another issue I have found is that we must either provide an e-invoice (xero to myob, xero to xero, myob to myob) or a PDF of the invoice, currently this isn’t available within Treepl CMS.

How is everyone else dealing with this?

E-invoicing

Digital and electronic invoices

A tax invoice doesn’t need to be issued in paper form.

For example, you can issue a tax invoice to a customer via an electronic invoice (e-invoice), which is an automated direct exchange of invoices between a supplier’s and buyer’s software systems, or by emailing an invoice in portable document format (PDF).

The record transmitted to the customer need to contain all information required for a tax invoice.

Hi @lee.relianceit

Right now shipping address is available via formSubmissionData object only (custom fields section).
But it will be extended in 5.4 by adding shipping address fields to the order object.
It would be something like:

  • {{this.order.shippingAddress.addressLine}}
  • {{this.order.shippingAddress.zipCode}}

More details would be provided via 5.4 release notes.

2 Likes

Thanks Vlad! Lots of goodies in the new release, very exciting!