{% extends "commercial_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %} Export Upcoming {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{% for export in new_order_obj %} {% empty %} {% endfor %}
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.

{% for export in archive_order_obj %} {% empty %} {% endfor %}
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.
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}