{% extends 'admin/inspect.html' %} {% load static i18n admin_urls simpelcore_tags simpellab_tags thumbnail %} {% load comments %} {% load comments_xtd %} {% block object-tools-items %} {% url opts|admin_urlname:'convert' object.pk|admin_urlquote as convert_url %} {% if perms.simpel_sales.add_salesorder and convert_url %} {% trans "Convert to Sales Order" as convert_popover %} {% include 'admin/includes/object_tools_item.html' with url=convert_url popover=convert_popover icon="arrow-left-right-bold-outline" %} {% endif %} {% url opts|admin_urlname:'clone' object.pk|admin_urlquote as clone_url %} {% if perms.simpel_sales.add_salesquotation and clone_url %} {% trans "Duplicate this Quotation" as clone_popover %} {% include 'admin/includes/object_tools_item.html' with url=clone_url popover=clone_popover icon="clipboard-file-outline" %} {% endif %} {{ block.super }} {% endblock %} {% block content %}
{% trans "#" %} | {% trans "Item" %} | {% trans "Price" %} | {% trans "Quantity" %} | {% trans "Total" %} |
---|---|---|---|---|
Terbilang:
{{ object.grand_total|number_to_text|title }}{% if object.grand_total > 0 %} Rupiah{% endif %} |
{% trans "Total" %} | {{ object.total|currency }} | ||
{% trans "Discount" %} | {{ object.discount|currency }} | |||
{% trans "Grand Total" %} | {{ object.grand_total|currency }} |