{{ company.name }}
{{ company.slogan }}
#}{{ company.company_name_nid }}: {{ company.company_nid }}
{{ company.address|nl2br }}
{{ labels.email }}: {{ company.email }}
{{ labels.tel }}: {{ company.phone }}
{% if document.taxdocument.doc_type %} {{ document.taxdocument.doc_type }} {% else %} {{ labels.estimate }} {% endif %}
{{ document.label_nid }}
{% if document.taxdocument.doc_nid %}{{ document.taxdocument.doc_name }}:
{{ document.taxdocument.doc_nid }}
{% endif %}
{% if document.taxdocument.init_number %}
{{ labels.range }}:
{{ document.taxdocument.init_number|strpad(8) }} {{ labels.to }} {{ document.taxdocument.end_number|strpad(8) }}
{{ labels.date_limit }}:
{{ document.taxdocument.start_date|date("M d, Y") }} {{ labels.to }} {{ document.taxdocument.end_date|date("M d, Y") }}
{{ labels.for }}:
{{ document.contact.company }}
{{ document.contact.name }}
{{ labels.date }}:
{{ document.date|date("M d, Y") }}
{{ labels.by }}: {{ document.owner.first_name }} {{ document.owner.last_name }}
| {{ labels.products }} | {{ labels.discount }} | {{ labels.tax }} | {{ labels.quantity }} | {{ labels.price }} | {{ labels.total }} |
|---|---|---|---|---|---|
|
{{ item.name }}
{% if item.pivot.description %} {{ item.pivot.description|nl2br }} {% endif %} |
{{ item.pivot.discount }}% | {{ item.pivot.tax }}% | {{ item.pivot.quantity }} | {{ item.pivot.price|number_format(2, '.', ',') }} | {{ item.pivot.total|number_format(2, '.', ',') }} |
| {{ labels.total }}: {{ currency['symbol_native'] }} {{ document.total|number_format(2, '.', ',') }} | |||||
{{ labels.note }}:
{{ settings.invoice_note|raw }} {% endif %} {% else %} {% if settings.estimate_note %}
{{ labels.note }}:
{{ settings.estimate_note|raw }} {% endif %} {% endif %}