{% extends '../template.html' %} {% block content %} {% load humanize %} {% load static %}
Link | Description |
PRO{{ quote_results.project_id.project_id }} | {{ quote_results.project_id }} |
TASK{{ quote_results.task_id.task_id }} | {{ quote_results.task_id }} |
ORG{{ quote_results.organisation_id.organisation_id }} | {{ quote_results.organisation_id }} |
CUST{{ quote_results.customer_id.customer_id }} | {{ quote_results.customer_id }} |
OPP{{ quote_results.opportunity_id.opportunity_id }} | {{ quote_results.opportunity_id.opportunity_name }} |
NA | Sorry, this quote is not linked. |
Product | Price | Quantity | Discount Amount | Sales Price | Tax % | Tax Amount | Total | Delete | |
{{ row.product_and_service }} | {{ row.product_price }} | {{ row.quantity }} | {% if row.discount_choice == "Percentage" %}{{ row.discount_percent }}% = {{ row.discount_amount }} | {% else %}{{ row.discount_amount }} | {% endif %}{{ row.sales_price }} | {{ row.tax }} | {{ row.tax_amount }} | {{ row.total }} | Delete |
Product Note: | {{ row.product_note }} |
Unadjusted Price | [JAVASCRIPT TO FILL] |
Discount | [JAVASCRIPT TO FILL] |
Sales Price | [JAVASCRIPT TO FILL] |
Tax | [JAVASCRIPT TO FILL] |
Grand Total | [JAVASCRIPT TO FILL] |
Service | Price | Quantity | Discount Amount | Sales Price | Tax % | Tax Amount | Total | Delete | |
{{ row.products_and_services }} | {{ row.product_price }} | {{ row.quantity }} | {% if row.discount_choice == "Percentage" %}{{ row.discount_percent }}% = {{ row.discount_amount }} | {% else %}{{ row.discount_amount }} | {% endif %}{{ row.sales_price }} | {{ row.tax }} | {{ row.tax_amount }} | {{ row.total }} | Delete |
Product Note: | {{ row.product_note }} |
Unadjusted Price | [JAVASCRIPT TO FILL] |
Discount | [JAVASCRIPT TO FILL] |
Sales Price | [JAVASCRIPT TO FILL] |
Tax | [JAVASCRIPT TO FILL] |
Grand Total | [JAVASCRIPT TO FILL] |
Unadjusted Price | [JAVASCRIPT TO FILL] |
Discount | [JAVASCRIPT TO FILL] |
Sales Price | [JAVASCRIPT TO FILL] |
Tax | [JAVASCRIPT TO FILL] |
Grand Total | [JAVASCRIPT TO FILL] |
Customer Name | Customer email | {% if quote_permission > 3 %}{% endif %} |
{{ row.customer_title }} {{ row.customer_first_name }} {{ row.customer_last_name }} | {{ row.customer_email }} | {% if quote_permission > 3 %}Remove Customer | {% endif %}
Currently there are no responsible customers for this quote. Please add them
{% endif %}Subject | Date | Sent By |
{{ row.email_subject }} | {% endif %}{{ row.date_created }} | {{ row.change_user }} |
Username | First Name | Last name | {% if permissions > 3 %}Remove User | {% endif %}
{{ row.assigned_user.username }} | {{ row.assigned_user.first_name }} | {{ row.assigned_user.last_name }} | {% if permissions > 3 %}Remove User | {% endif %}
Assigned Group Name | Delete Assigned Group |
{{ row.group_id }} | {% if group_list_results.count == 1 %} --- Can not remove last group --- {% else %} Delete Group {% endif %} |