{% extends "commercial_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %}
| SL No | File | Budget | Buyer | Agent | Order Qty | Value | SHIP DATE START | SHIP DATE LAST | Team | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{ export.file }} ({{export.order_no}}) | {{ export.budget_name }} | {{ export.buyer_display.buyer }} | {{ export.buyer_display.agent }} | {{ export.budget.total_qty_value.total_gmt_qty }} pcs | ${{ export.total_value|floatformat:3 }} | {{export.order_shipment_date.ship_start_date}} | {{export.order_shipment_date.ship_end_date}} | {{export.com_employee|default:"N/A"}} | |
| No data found. | ||||||||||
| SL No | File | Budget | Buyer | Agent | Order Qty | Value | SHIP DATE START | SHIP DATE LAST | Team | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{ export.file }} ({{export.order_no}}) | {{ export.budget_name }} | {{ export.buyer_display.buyer }} | {{ export.buyer_display.agent }} | {{ export.budget.total_qty_value.total_gmt_qty }} pcs | ${{ export.total_value|floatformat:3 }} | {{export.order_shipment_date.ship_start_date}} | {{export.order_shipment_date.ship_end_date}} | {{export.com_employee|default:"N/A"}} | |
| No archive data found. | ||||||||||