{% extends 'root/base.html' %} {% load static %} {% block title %} Supplier Details (Supplier Management) {% endblock %} {% block maincontent %}

Supplier Registration

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}
Account Information












Supported images types - jpg, jpeg, png, bmp, tif, tiff or gif Supported Image size - less than 200KB
{% for x in supp_img_info %} {% endfor %}
Contact information





Extended data





Organizational Details
{% for data in supplier_org_info %} {% endfor %}
Purchasing organization PO Currency Payment Terms INCO Term Confirmation Based Invoice Confirmation & Invoice Confirmation Only PO Response Shipping Notification Purchase Block
{{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

Business Document.

 
{{ supplier_org_info|json_script:"supplier_org_info" }} {{ supplier_info.delivery_days|json_script:"w_days" }} {% include 'configuration_common_pop_up.html' %} {% endblock %}