{{template "CompanyHeader" .}} {{if .DispatchBy}} {{end}}
SUPPLIER: {{.PrincipleName}} PO NUMBER: {{.PONumber}}
YOUR REFERENCE: {{.YourReference}} ISSUE DATE: {{.IssueDateString}}
ORDERED FROM: {{.OrderedFrom}}
DELIVER TO: {{.DeliverTo}}
DISPATCH BY: {{.DispatchBy}}
{{if .ShippingInstructions}}

SHIPPING INSTRUCTIONS

{{.ShippingInstructions}}

{{end}}
Shown in {{.CurrencyCode}}
{{range .LineItems}} {{end}}
DESCRIPTION QTY UNIT PRICE DISCOUNT TOTAL
{{.Title}}{{if .Description}}
{{.Description}}{{end}}
{{.Quantity}} {{formatPrice .UnitPrice}} {{formatPrice .Discount}} {{formatPrice .TotalPrice}}
{{if .ShowGST}} {{end}}
SUBTOTAL {{formatTotal .Subtotal}}
GST (10%) {{formatTotal .GSTAmount}}
{{if .ShowGST}}TOTAL PAYABLE{{else}}TOTAL{{end}} {{formatTotal .Total}}