{% if site_data.company_public %}

{% else %}

{% endif %}
{% if recipt.option == "budget_design" %}
{% trans "BUDGET" %}
{% elif recipt.option == "budget_marketing" %}
{% trans "BUDGET" %}
{% elif recipt.option == "budget_development" %}
{% trans "BUDGET" %}
{% else %}
{% trans "INVOICE" %}
{% endif %}
{{recipt.option}}
- {% trans "Created" %}: {{recipt.created}}
- {% trans "Address" %}: {{recipt.customer.address}}
- {% trans "Client" %}: {{recipt.customer.full_name}}
- N°: {% trans "Not asigned" %}
{% trans "Cost items" %}
|
|
{% if recipt.service_recipt.all %}
{% for item in recipt.service_recipt.all %}
{% if item.qty > 1 %}
{{item.field}} x {{item.qty}} {% trans "units" %} |
${{item.amount}} |
{% else %}
{{item.field}} |
${{item.amount}} |
{% endif %}
{% endfor %}
{% elif recipt.product_recipt.all %}
{% for item in recipt.product_recipt.all %}
{% if item.qty > 1 %}
{{item.field}} x {{item.qty}} {% trans "units" %} |
${{item.amount}} |
{% else %}
{{item.field}} |
${{item.amount}} |
{% endif %}
{% endfor %}
{% endif %}
{% if recipt.custom_discounts.all %}
{% trans "Discounts" %}
|
|
{% for item in recipt.custom_discounts.all %}
{{item.field}} |
-${{item.amount}} |
{% endfor %}
{% else %}
{% if recipt.discounts.all %}
{% trans "Discounts" %}
|
|
{% for item in recipt.discounts.all %}
{{item.field}} |
-${{item.amount}} |
{% endfor %}
{% endif %}
{% endif %}
|
|
{% trans "Subtotal" %}: |
${{recipt.amount}} |
{% if recipt.custom_discounts.all %}
{% trans "Discounts" %}: |
-${{recipt.discount}} |
{% elif recipt.discounts.all %}
{% trans "Discounts" %}: |
-${{recipt.discount}} |
{% else %}
{% trans "Discounts" %}: |
------- |
{% endif %}
{% if recipt.option == 'Budget' %}
{% else %}
{% trans "Tax" %}: |
${{recipt.tax}} |
{% endif %}
{% trans "Total Amount" %}: |
${{total}} |
{% if recipt.recipt.report %}
{% trans "Service Report" %}:
{{recipt.recipt.report|safe}}
{% if recipt.recipt.option == 'Monthly charge' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "monthly_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% elif recipt.recipt.option == 'Billing receipt' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "billing_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% elif recipt.recipt.option == 'budget_design' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "budget_design_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% elif recipt.recipt.option == 'budget_marketing' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "budget_marketing_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% elif recipt.recipt.option == 'budget_development' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "budget_development_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% else %}
{% if recipt.recipt.option == 'Monthly charge' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "monthly_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% elif recipt.recipt.option == 'Billing receipt' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "billing_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% elif recipt.recipt.option == 'budget_design' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "budget_design_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% elif recipt.recipt.option == 'budget_marketing' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "budget_marketing_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% elif recipt.recipt.option == 'budget_development' %}
{% for get in site_data.admin.site_docs.all %}
{% if get.section == "budget_development_terms" %}
{% if get.lang == "en" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% elif get.lang == "es-ve" %}
{{get.title}} ({{get.section}})
{% for row in get.content.all %}
{{row.clause}}
{{row.clause_content|safe}}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
© Stela Control Dynamic | 2023