{{.Invoice_no}}
{{.InvoiceDatetime}}
| {{.Label_Code}} | {{end}}{{.Label_Description}} | Item Type | {{if eq .IsDisplayQtyAndRateColumns "true"}}{{.Label_Quantity}} | {{end}} {{if eq .IsDisplayQtyAndRateColumns "true"}}{{.Label_Rate}} | {{end}} {{range .Company_taxes_json}} {{if eq .LabelValue ""}}{{.LabelKey}} | {{end}} {{end}} {{if eq .DiscountOption "discount_on_items"}}{{.Label_Discount}} | {{end}}{{.Label_Amount}} | |
|---|---|---|---|---|---|---|---|---|
| {{ $data.Code }}{{$data.ProductName}} | {{ $data.ItemDescription }} | {{if eq $data.ItemType "0"}}Parts | {{end}} {{if eq $data.ItemType "1"}}Labour | {{end}}{{ $data.Quantity }} | {{ $data.Rate }} | {{if ne $data.TaxInfo ""}}{{ $data.TaxInfo }}% | {{end}}{{$data.Discount}} {{if eq $data.DiscountType "0"}} %{{end}} | {{ $data.ItemTotalAmount }} {{ $data.Non_taxable}} |
{{.MultiSubtotalAmount}}
{{.MultiTaxAmount}}
{{.MultiTotalAmount}}
{{.MultiPaidAmount}}
{{.InvoiceComment}}