{% extends 'accounting.html' %} {% load i18n widget_tweaks %} {% block content %} {{ block.super }}
№ | {% trans 'Product' %} | {% trans 'Bar code' %} | {% trans 'Quantity' %} | {% trans 'Wholesale' %} | {% trans 'Retail' %} | {% if is_profit_included %}{% trans 'Profit' %} | {% endif %}||
---|---|---|---|---|---|---|---|---|
{% trans 'Price' %} | {% trans 'Subtotal' %} | {% trans 'Price' %} | {% trans 'Subtotal' %} | {% if is_profit_included %}{% endif %} | ||||
№ | {% trans 'Product' %} | {% trans 'Bar code' %} | {% trans 'Quantity' %} | {% trans 'Price' %} | {% trans 'Subtotal' %} | {% if is_profit_included %}{% trans 'Profit' %} | {% endif %}||
{% trans 'Total' %}: | {{ totals.qty }} | {% if is_wholesale_price_included %}{{ totals.wholesale_total|stringformat:".1f" }} | {% endif %}{{ totals.retail_total|stringformat:".1f" }} {% if is_discount_included %} (-{{ totals.discounted_retail_total }}) {% endif %} | {% if is_profit_included %}{{ totals.profit_total|stringformat:".1f" }} | {% endif %}