{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if request.user.is_superuser == True %}
{% csrf_token %}
Order Checklist Report
{{form.style|as_crispy_field}}
{% endif %} {% if style_obj %}
{% comment %}
{% endcomment %}

{{ company_info.name_en }}

{{ company_info.address_details }}

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

Order CheckList Report {% comment %} {% if department %} {{department}} {% endif %} {% if designation %}   -   {{designation}}{% endif %}

{{year}}  -  {{month}} {% endcomment %} {% if department %}(Department : {{department}}) {% endif %} {% if designation %} (Designation : {{designation}}) {% endif %} {% if from_date %} {{from_date}}  -  {{to_date}} {% endif %}
Style Summary $
File No $ {{fabric_description.grand_total_accessory_cost|floatformat:3}}
Buyer $ {{style_obj.buyer}}
Style $ {{style_obj.style_number}}
Description $ {{style_obj.style_description}}
Team $ {{style_obj.team}}
Quantity $ {{style_obj.approx_quantity}}
{% for item in po_list %} {% endfor %}
LOT Color Qty Shipment
{{item.0}} {{item.3}} {{item.1}} {{item.2}}
{% if sample %}
sample
{% if sample %} {% for item in sample %} {% endfor %} {% else %} {% endif %}
SL Style Actual Submission Date Required Submission Date Sample Type Sample Status Merchant End Sample Status Sample End Action
{{forloop.counter}} {{ item.style }} {{ item.actual_submission_date }} {{ item.req_submission_date }} {{ item.sample_type }} {{ item.sample_status_merchant_end }} {{ item.sample_status_sample_end }}
  • {% comment %}
  • {% endcomment %}
No Data Is Found
{% endif %}
Fabric
{% if fabric_material_approvals %} {% regroup fabric_material_approvals by item as grouped %} {% for group in grouped %} {% for obj in group.list %} {% ifchanged %} {% endifchanged %} {% endfor %} {% endfor %} {% else %} {% endif %}
SL Description Consumption Wastage Required Quantity Unit Supplier Color Buyer Status
{{forloop.parentloop.counter}} {{ obj.item }} {{ obj.item.consumption|floatformat:3 }} {{ obj.item.wastage|floatformat:3 }} {{ obj.item.total_uses|floatformat:3 }} {{ obj.item.unit }} {{ obj.item.mill_name }}{{ obj.color }} {{ obj.development_status }} {{ obj.buyer_status }}
No Data Is Found
Accessory
{% if accessory_material_approvals %} {% regroup accessory_material_approvals by item as grouped %} {% for group in grouped %} {% for obj in group.list %} {% ifchanged %} {% endifchanged %} {% endfor %} {% endfor %} {% else %} {% endif %}
SL Description Consumption Wastage Required Quantity Unit Supplier Color
{{forloop.parentloop.counter}} {{ obj.item }} {{ obj.item.consumption|floatformat:3 }} {{ obj.item.wastage|floatformat:3 }} {{ obj.item.total_uses|floatformat:3 }} {{ obj.item.unit }} {{ obj.item.supplier }}{{ obj.color }}
No Data Is Found
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}