{% load static %}
Detail | Quantity | Price/Unit | Total |
---|---|---|---|
{{ record.starting_date|date:"c" }} {% if record.ending_date %} - {{ record.ending_date|date:"c" }} {% endif %} {{ record.order.description }} | {{ record.quantity|floatformat:2 }} | {{ record.order.price|floatformat:2 }} | {{ record.sum|floatformat:2 }} |
Total {{ bill.amount }}
VAT {{ bill.vat_amount|floatformat:2 }}
Total {{ bill.sum|floatformat:2 }}