{% load i18n %}

{{recipt.option}} {% trans "(COPY)" %}

  • {% trans "Created" %}: {{recipt.created}}
  • N°: {{recipt.invoice}}
  • {% trans "Client" %}: {{recipt.client}}
  • {% trans "Address" %}: {{recipt.address}}

{% trans "Cost items" %}

{% if recipt.custom_charge.all %} {% for item in recipt.custom_charge.all %} {% if item.qty > 10 %} {% else %} {% endif %} {% endfor %} {% else %} {% for item in recipt.charge.all %} {% if item.qty > 10 %} {% else %} {% endif %} {% endfor %} {% endif %}
{{item.field}} {{item.qty}} ${{item.amount}}
{{item.field}} ${{item.amount}}
{{item.field}} {{item.qty}} ${{item.amount}}
{{item.field}} ${{item.amount}}

{% if recipt.custom_discounts.all %}

{% trans "Discounts" %}

{% for item in recipt.custom_discounts.all %} {% endfor %}
{{item.field}} -${{item.amount}}

{% else %} {% if recipt.discounts.all %}

{% trans "Discounts" %}

{% for item in recipt.discounts.all %} {% endfor %}
{{item.field}} {{item.qty}} -${{item.amount}}

{% endif %} {% endif %}
{% if recipt.tax %} {% if recipt.custom_discounts.all %} {% elif recipt.discounts.all %} {% else %} {% endif %} {% else %} {% if recipt.custom_discounts.all %} {% elif recipt.discounts.all %} {% else %} {% endif %} {% endif %}
{% trans "Subtotal" %}: ${{recipt.amount}}
{% trans "Discounts" %}: -${{recipt.discount}}
{% trans "Tax" %}: ${{recipt.tax}}
{% trans "Total Amount" %}: ${{total}}
{% trans "Subtotal" %}: ${{recipt.amount}}
{% trans "Discounts" %}: -${{recipt.discount}}
{% trans "Tax" %}: ${{recipt.tax}}
{% trans "Total Amount" %}: ${{total}}
{% trans "Subtotal" %}: ${{recipt.amount}}
{% trans "Discounts" %}: -----
{% trans "Tax" %}: ${{recipt.tax}}
{% trans "Total Amount" %}: ${{total}}
{% trans "Subtotal" %}: ${{recipt.amount}}
{% trans "Discounts" %}: -${{recipt.discount}}
{% trans "Total Amount" %}: ${{total}}
{% trans "Subtotal" %}: ${{recipt.amount}}
{% trans "Discounts" %}: -${{recipt.discount}}
{% trans "Total Amount" %}: ${{total}}
{% trans "Subtotal" %}: ${{recipt.amount}}
{% trans "Discounts" %}: -----
{% trans "Total Amount" %}: ${{total}}
{% if recipt.report %}

{% trans "Service Report" %}:

{{recipt.report|safe}}
{% endif %}

© Emmerut LLC | 2022