{{ settings.estimate_title }} #{{ estimate.number }}

{{ estimate.title }}

{% if estimate.delivery_date != blank %} {% endif %} {% if estimate.expiration_date != blank %} {% endif %}
Estimate No. {{ estimate.number }}
Prepared Date {{ estimate.date | date: "%B %e, %Y" }}
Delivery Date {{ estimate.delivery_date | date: "%B %e, %Y" }}
Expiration Date {{ estimate.expiration_date | date: "%B %e, %Y" }}

Prepared By

{{ account.company }}

{{ account | two_line_address : estimate.client }} {% if account.email != blank %}

{{ account.email | h | mail_to: account.email }}

{% endif %} {% if account.invoice_extra_fields != blank %}
{{ account.invoice_extra_fields | safe_textilize }}
{% endif %}
{% if estimate.client != null %}

Prepared For

{{ estimate.client.name }}

{{ estimate.client | two_line_address : account }} {% if estimate.client.number != blank %}

ID: {{ estimate.client.number | h }}

{% endif %} {% if estimate.client.tax_id != blank %}

Tax ID: {{ estimate.client.tax_id | h }}

{% endif %} {% if estimate.client.invoice_extra_fields != blank %}
{{ estimate.client.invoice_extra_fields | safe_textilize }}
{% endif %}
{% endif %}
{% comment %} This is where the scope of work appears {% endcomment %} {% if estimate.scope != blank %}

Scope

{{ estimate.scope | safe_textilize | auto_link }}
{% endif %} {% comment %} This is the main estimate table with estimate items enumerated and an estimate summary generated based on the estimate totals. {% endcomment %}
{% if estimate.show_units %} {% endif %} {% if estimate.estimate_items != empty %} {% for item in estimate.estimate_items %} {% if item.section_header? %} {% else %} {% if estimate.show_units %} {% endif %} {% endif %} {% endfor %} {% else %} {% endif %} {% if estimate.show_totals %} {% if estimate.total_tax != 0 or estimate.total_tax2 != 0 or estimate.total_tax3 != 0 %} {% if estimate.show_units %}{% endif %} {% if estimate.total_discount > 0 %} {% if estimate.show_units %}{% endif %} {% endif %} {% endif %} {% if estimate.total_tax != 0 %} {% if estimate.show_units %}{% endif %} {% endif %} {% if estimate.total_tax2 != 0 %} {% if estimate.show_units %}{% endif %} {% endif %} {% if estimate.total_tax3 != 0 %} {% if estimate.show_units %}{% endif %} {% endif %} {% if estimate.payments != null and estimate.payments != empty %} {% if estimate.show_units %}{% endif %} {% if estimate.show_units %}{% endif %} {% else %} {% if estimate.show_units %}{% endif %} {% endif %} {% endif %}
DescriptionQty Unit Price Total Price
{{ item.title | raw | auto_link }} {% unless estimate.show_totals %} - {{ item.section_subtotal | currency: estimate.currency_code }}{% endunless %}
{{ item.title | safe_textilize | auto_link }} {{ item.quantity | numeric: 4 }} {{ item.price | currency: estimate.currency_code }} {% if item.discount_amount > 0 %}
( {%- if item.percent_discount? -%} {{ item.discount }}% discount {%- else -%} {{ item.discount_amount | currency: estimate.currency_code }} discount {%- endif -%} )
{% endif %}
{% if item.taxable? %} + tax {% endif %} {% if item.discount_amount > 0 %} {{ item.gross_amount | currency: estimate.currency_code }}
{% endif %} {{ item.cost | currency: estimate.currency_code }}

There are no estimate items.

Estimate Subtotal {{ estimate.total_gross | currency: estimate.currency_code }}
Estimate Discounts ({{ estimate.total_discount | currency: estimate.currency_code }})
{{ estimate.tax_label }} ({{ estimate.tax | tax_percentage }} of taxable items) {{ estimate.total_tax | currency: estimate.currency_code }}
{{ estimate.tax2_label }} ({{ estimate.tax2 | tax_percentage }} of taxable items) {{ estimate.total_tax2 | currency: estimate.currency_code }}
{{ estimate.tax3_label }} ({{ estimate.tax3 | tax_percentage }} of taxable items) {{ estimate.total_tax3 | currency: estimate.currency_code }}
Estimate Total {{ estimate.currency_code }} {{ estimate.total_cost | currency: estimate.currency_code }}
Remaining Balance {{ estimate.currency_code }} {{ estimate.total_cost | currency: estimate.currency_code }}
Total Due {{ estimate.currency_code }} {{ estimate.total_cost | currency: estimate.currency_code }}
{% if estimate.note != blank %}

Estimate Notes

{{ estimate.note | safe_textilize | auto_link }}
{% endif %}