{% load base_filters %} {% if payment_method %} {% endif%} {% if invoice.variance and invoice.variance != 0 %} {% if invoice.total != tmp_total %} {% endif%} {% endif%} {% if invoice.discount_amount > 0 %} {% endif %} {% if invoice.gratuity %} {% endif %} {% if invoice.tax %} {% endif %} {% if invoice.balance > 0 and merchant_login %} {% endif %}
{% trans "Method:" %} {{ payment_method }}
{% trans "Sub Total:" %} {{ invoice.subtotal|add_decimal:invoice.discount_amount|format_currency }}
{% trans "Adjustment" %} {{ invoice.variance|format_currency }}
{% trans "Discount Applied" %}{% if invoice.discount_code %}({% trans "discount code" %}: {{ invoice.discount_code }}){% endif %}: -{{ invoice.discount_amount|format_currency }}
{% trans "Gratuity:" %} {{ invoice.graguity_in_percentage }}
{% trans "Tax:" %} {{ invoice.tax|format_currency }}
{% trans "Total:" %} {{ invoice.total|format_currency }}
{% trans "Payments/Credits:" %} {{ invoice.payments_credits|format_currency }}
{% trans "Balance due:" %} {{ invoice.balance|format_currency }}
{% trans "Pay Invoice" %}