{% extends 'root/base.html' %} {% load static %} {% block title %} Supplier Details (Supplier Management) {% endblock %} {% block maincontent %}
| Guid | Purchasing organization | PO Currency | Payment Terms | INCO Term | Confirmation Based Invoice | Confirmation & Invoice | Confirmation Only | PO Response | Shipping Notification | Purchase Block | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{data.guid}} | {{data.porg_id}} | {{data.currency_id_id}} | {{data.payment_term_key}} | {{data.incoterm_key_id}} | {% if data.gr_ind %} {% else %} {% endif %} | {% if data.ir_ind %} {% else %} {% endif %} | {% if data.ir_gr_ind %} {% else %} {% endif %} | {% if data.po_resp %} {% else %} {% endif %} | {% if data.ship_notif_exp %} {% else %} {% endif %} | {% if data.purch_block %} {% else %} {% endif %} |
Business Document.