{{business.BusinessName}}

Invoice

Invoice Number {{invoice.FormattedInvoiceNumber}}
Invoice Date {{FormatDate(invoice.CreationDate)}}
Total Due {{FormatNumber(invoice.TotalDue)}}
{% if business.BusinessAddress!= ''%} {% endif %} {% if business.Fax!= ''%} {% endif %} {% if business.Email!= ''%} {% endif %} {% if business.Website!= ''%} {% endif %} {% if business.Extra!= ''%} {% endif %}
From:
{{business.BusinessName}}

{{business.BusinessAddress}}

{{business.Phone}}
{{business.Fax}}

{{business.Email}}

{{business.Website}}

{{business.Extra}}

{% if business.BusinessAddress!= ''%} {% endif %} {% if business.Fax!= ''%} {% endif %} {% if business.Email!= ''%} {% endif %} {% if business.Website!= ''%} {% endif %} {% if business.Extra!= ''%} {% endif %}
To:
{{clientInfo.BusinessName}}

{{clientInfo.BusinessAddress}}

{{clientInfo.Phone}}
{{clientInfo.Fax}}

{{clientInfo.Email}}

{{clientInfo.Website}}

{{clientInfo.Extra}}

{% for detail in invoice.Detail %} {% endfor %}
Service Hrs/Qty Rate/Price Sub Total
{{detail.Name}} {{FormatIntNumber(detail.Qty)}} {{FormatNumber(detail.Rate)}} {{FormatNumber(detail.SubTotal)}}
{% if IsTax ==true%} {% endif %} {% if PaymentURL!='' %} {% endif %}
Sub Total {{FormatNumber(invoice.SubTotal)}}
{{TaxLabel}} {{FormatNumber(invoice.Tax)}}
Total Due {{FormatNumber(invoice.TotalDue)}}
See payment options
{% if Terms!= '' %}
{{Terms | raw}}
{% endif %} {% if Footer!= '' %} {% endif %}