{% extends "merchant_base.html" %} {% load widget_tweaks %} {% load static %} {% load crispy_forms_tags %} {% load custom_filters %} {% block title %}
{{report_month}} {{report_year}}{{eid_bonus_list.created_date}}
SL No | Type | Description | GMT | Consumption/gmt | Actual Qty | Wastage(%) | Required | Unit Price | Total PX | Supplier | T&C | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{item.get_type_display}} | {{item.description}} | {{item.gmt_qty}} pcs | {{item.consumption_per_gmt}} {{item.unit}} | {{ item.gmt_qty |multiply:item.consumption_per_gmt }} {{item.unit}} | {{item.wastage}}% | {{item.total_required}} | {{item.cost_per_unit|floatformat:3}} | {{item.price}} | {{ item.supplier }} | {{ item.payment_term }} | ||||
CM | |||||||||||||||
SL No | Style | GMT Qty | Unit Price | Total PX | |||||||||||
{{forloop.counter}} | {{item.0.style}} |
{% if item.1 %}
{{item.1}}pcs
{% else %}
PO Don't Have Gmt Qty {% endif %} |
${{item.0.price}} | {% if item.1 %}${{ item.1|multiply:item.0.price }} | {% else %}PO Don't Have Gmt Qty |
{% endif %}