Back to Erpnext

{{ doc.name }}

erpnext/templates/pages/rfq.html

16.30.0922 B
Original Source

{% extends "templates/web.html" %} {% block header %}

{{ doc.name }}

{% endblock %} {% block script %} {% endblock %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block header_actions %} {% if doc.items %} {{ _("Make Quotation") }}{% endif %} {% endblock %} {% block page_content %}

{{ doc.supplier }}

{{ doc.get_formatted("transaction_date") }}

{{ _("Items") }}

{{ _("Qty") }}

{{ _("Rate") }}

{{ _("Amount") }}


{% if doc.items %} {% include "templates/includes/rfq/rfq_items.html" %} {% endif %} {% if doc.items %}

{{ _("Grand Total") }}

{{doc.currency_symbol}} 0.0

{% endif %}

{{ _("Notes: ") }}

{{ _("Quotations: ") }}

{% if doc.rfq_links %} {% for d in doc.rfq_links %}

{{d.name}}

{{d.status}}

{{d.transaction_date}}

Link {% endfor %} {% endif %}

{% endblock %}