Name | Function |
{{ invoice.Name }} | Shows the name of the invoice. Note: This variable uses this format for the invoice name:
|
{{ invoice.StatusName }} | Shows the status of the invoice. |
{{ invoice.ClientContactName }} | Shows the name of the client contact of the invoice. |
{{ invoice.TaxBreakDownString }} | Shows the tax dollar quantity of each tax code of the invoice. |
{{ invoice.PaymentMethods }} | Shows the payment method of the invoice. |
{{ invoice.TotalDiscountAmountIncTax }} | Shows the total discount quantity of the invoice. The value includes tax. |
{{ invoice.TotalDiscountPercent }} | Shows the total discount quantity of the invoice. |
{{ invoice.InvoiceTypeName }} | Shows the type of the invoice (for example, if the invoice is a credit note). |
{{ invoice.OrderNumber }} | Shows the purchase order numbers of the invoice. |
{{ invoice.ApprovedAt }} | Shows the approval date of the invoice. Note: To show a date value that is easy to understand, use this variable with the dateformat Twig filter.
|
{{ invoice.FreightGstRate }} | Shows the GST rate of the freight of the invoice. |
{{ invoice.FreightGst }} | Shows the total GST of the freight of the invoice. |
{{ invoice.Freight }} | Shows the total dollar value of the freight of the invoice. The value does not include tax. |
{{ invoice.Outstanding }} | Shows the total outstanding dollar quantity of the invoice. |
{{ invoice.Due }} | Shows the total dollar value that is due of the invoice. |
{{ invoice.Allocated }} | Shows the dollar quantity that a person has paid for the invoice. Note: ezyVet calculates the value as the total dollar quantity of the invoice minus the total outstanding dollar quantity. |
{{ invoice.Paid }} | Shows the total dollar value paid by a client for the invoice. |
{{ invoice.Gst }} | Shows the total GST of the invoice. |
{{ invoice.Total }} | Shows the total dollar value of the invoice. |
{{ invoice.DueDate }} | Shows the due date of the invoice. |
{{ invoice.CustomerReference }} | Shows the reference number of the invoice. |
{{ invoice.AllocatedHtml }} | Shows the allocated financial items of the invoice. |
{{ invoice.InvoiceItemsHtml }} | Shows the expense items of the invoice. |
{{ invoice.Comments }} | Shows the content of the Comments box of the invoice. Note: This variable shows the content without formatting and without line breaks. |