{% extends "base.html" %} {% block content %}
Prepare Bills of Quantities, estimates and quotations.
| Quotation No | Enquiry | Customer | Status | Date | |
|---|---|---|---|---|---|
| {{ boq.quotation_number }} | {% if boq.enquiry %} {{ boq.enquiry.enquiry_number }} {% else %} Deleted Enquiry {% endif %} | {% if boq.enquiry %} {{ boq.enquiry.customer.company_name }} {% else %} Deleted {% endif %} | {% if boq.status == "Draft" %} Draft {% elif boq.status == "Submitted" %} Submitted {% elif boq.status == "Approved" %} Approved {% elif boq.status == "Suspended" %} Suspended {% else %} {{ boq.status }} {% endif %} | {{ boq.created_at.strftime("%d %b %Y") }} | Open {% if current_user.role == "Admin" %} {% endif %} |
| No quotations found. | |||||
This section will display quotations awaiting approval by management.
Recent BOQ updates, revisions and quotation activity will appear here.