{% extends "merchant_base.html" %} {% load widget_tweaks %} {% load static %} {% load crispy_forms_tags %} {% load custom_filters %} {% block title %} Summarized Budget {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% include 'merchant_app/budget/cmptw/menubar.html' with active_tab="reports" %}

O'Dell Group

House 1161, Road 10, Avenue 12, Mirpur DOHS

{{report_month}} {{report_year}}{{eid_bonus_list.created_date}}

CMPTW/CM Summarized Report {% comment %} {% if department %} {{department}} {% endif %} {% if designation %}   -   {{designation}}{% endif %}

{{year}}  -  {{month}} {% endcomment %} {{budget.name}} {% for item in materials_budget %} {% endfor %} {% for item in cm_list %} {% if item.1 %} {% else %} {% endif %} {% endfor %}
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}}${{ item.1|multiply:item.0.price }}

PO Don't Have Gmt Qty

{% endblock MainContent %} {% block JS %} {% endblock JS %}