{% extends 'quotes/base.html' %} {% load custom_tags_and_filters %} {% block title %}Quote{% endblock %} {% block content %}
| Item | Quantity | Rate | Total | {% if can_edit %}{% endif %} |
|---|---|---|---|---|
| {{ item.description }} | {{ item.quantity }} | {{ item.display_rate }} | {{ item.total_display }} | {% if can_edit %}
|
{% endif %}
| Tax ({{ quote.configuration.tax_name }}) | {{ quote.tax_display }} | {{ quote.tax_amount_display }} | {% if can_edit %}{% endif %} | |
| {{ quote.configuration.tax_name }} {{ quote.configuration.tax|floatformat:2 }}% (not applied) | ||||
| No items added to this quote yet. | ||||
Add a custom item to the quote
| Rate | Effective Date | Quantity | Amount | Total | |
|---|---|---|---|---|---|
|
{{ rate.quote_display }}
|
{{ rate.effective_date|default_if_none:"" }} |
{{ rate.display_rate }}
|