{% extends 'production/base.html' %} {% block title %}Quotation Detail{% endblock %} {% block content %}
QID | Product | Color | Gauge | Size | PAC | UOM | Quantity | Items Made | Production Status | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ inquiry.quotation.qid }} | {{ inquiry.product.product_name }} | {{ inquiry.color }} | {{ inquiry.gauge }} | {{ inquiry.size }} | {{ inquiry.pac_value }} | {{ inquiry.uom }} | {{ inquiry.quantity }} | {{ inquiry.items_made }} | {{ inquiry.production_status }} | ||
{% endif %} |
Current status: {{ quotation.status }}
Track Number | Transport Cost | Driver Name | Driver Telephone | Vehicle Number | Dispatch Date | Expected Delivery Date | |
---|---|---|---|---|---|---|---|
{{ dispatch_entry.track_number }} | {{ dispatch_entry.transport_cost }} | {% if dispatch_entry.driver %}{{ dispatch_entry.driver.name }}{% else %}No Driver Assigned{% endif %} | {% if dispatch_entry.driver %}{{ dispatch_entry.driver.telephone }}{% else %}N/A{% endif %} | {% if dispatch_entry.vehicle %} {{ dispatch_entry.vehicle.car_number }} {% else %} Not Assigned {% endif %} | {{ dispatch_entry.dispatch_date }} | {{ dispatch_entry.expected_delivery_date }} | {% if dispatch_entry.vehicle %} {{ dispatch_entry.vehicle.transport_mode }} {% else %} Not Available {% endif %} |