{% extends "sample_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Sample Pending Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Sample Program Pending Sheet

{% comment %} {% endcomment %} {% comment %} {% endcomment %} {% if pending %} {% for item in pending %} {% if item.sample_assigned_to %} {% else %} {% endif %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% endfor %} {% else %} {% endif %}
Program Sheet
Basic Info Merchant Section Sample Buyer Feedback
SL Action Sample status Merchandiser Sample Category Buyer Style Item Required Date Qty Sample Details Requisition Raise Date Sample Section Planned Submission Date Actual Submission DateVarianceMaterial Receive Status Submission Details Sample Received By Trim Card Rcv Courrier Date Courrier Details Buyer Status Buyer Comment Approved Qty Rejected QtyDCN PendingRe-Program Reason
{{forloop.counter}} {{ item.sample_status_sample_end }} {{ item.created_by }}
({{ item.merchant_team }})
{{ item.sample_category }} {{ item.style.buyer }} {{ item.style }} {{ item.style.style_description }} {{ item.req_submission_date }} {{ item.total_ordered_qty }} pcs {{ item.requisition_raise_date }} pcs {{ item.sample_assigned_to }} Not Assigned {{ item.planned_submission_date }} {{ item.sample_submission_date }}{{ item.submission_variance_day }}
    Yes (Dummy)
{{ item.product_recieved_by }} {{ item.trim_card_rcv }} {{ item.courier_date }} {{ item.courier_details }} {{ item.buyer_status }} {{ item.buyer_comment }} {{ item.buyer_approved_qty }} pcs {{ item.buyer_rejected_qty }} pcs{{ item.buyer_dcn_pending_qty }} pcs{{ item.reprogram_reason }}
No Data Is Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}