{% for itm in itm_det %}

Identification

Organization

Further Properties

{% if itm.silent_po %}
{% else %}
{% endif %}

Currency, Values and Delivery Date

{% if itm.call_off == "01"%}
{% else %}
{% endif %}
{% if itm.call_off == '03' %}
{% endif %}
{% endfor %}
{% for sc_acc in acc_det %}

Accounting Details

{% if sc_acc.cost_center %} {% for acc_values in acc_value_append %} {% if acc_values.account_assign_value == sc_acc.cost_center %} {% endif %} {% endfor %} {% endif %}
{% for gl_acc_append in gl_acc_value_append %} {% if gl_acc_append.account_assign_value == sc_acc.gl_acc_num %} {% endif %} {% endfor %}
{% endfor %}
Notes
{% for supp_note in supp_notes %}
{% endfor %}

Attachments
{% if sc_attachements %} {% for items in itm_det %}
{% for attachments in sc_attachments %} {% if attachments.item_guid == items.guid %}
Name Type File
{{attachments.attachment_name}} {% if attachments.type == 'I' %} Internal Use{% else %} External Use{% endif %} {{attachments.file_name}}
{% endif %} {% endfor %}
{% endfor %} {% else %}

No attachments available

{% endif%}
{% include 'Workflow/manager_detail.html' %}
{% for del_addrs in del_addr %}

Address Details

{% endfor %}
{% for item_detail in itm_det %}
{% if item_detail.call_off == "01" %}

Supplier Details

{% for supplier in supplier_data %} {% if supplier.supp_id == item_detail.supplier_id %}
{% endif %} {% endfor %} {% if not item_detail.supplier_id %}
{% endif %}
{% elif item_detail.call_off == "PR" %}

Supplier Details

{% elif item_detail.call_off == "04" %}

Supplier Details

{% elif item_detail.call_off == '02' %}

Supplier Details

{% for supplier in supplier_data %} {% if supplier.supp_id == item_detail.supplier_id %} {% endif %} {% endfor %} {% if not item_detail.pref_supplier %} {% endif %}
{% for supplier in supplier_data %} {% if supplier.supp_id == item_detail.supplier_id %} {% endif %} {% endfor %}
{% endif %}
{% endfor %}

Product And Service Configuration


{% csrf_token %}

Advanced Search

{% if product_details_query.count > 0 %}
Total number of results found :{{product_details_query.count}}
{% elif product_details_query.count == 0 %}
No Results Found
{% endif %} {% if product_details_query %}
{% for product_detail in product_details_query %} {% endfor %}
Product Description Product Id Supplier Id Lead Time Unit Price Currency Product Category ACTION
{{product_detail.short_desc}}
{{product_detail.product_id}} {{product_detail.supplier_id}} {{product_detail.lead_time}} {{product_detail.unit}} {{product_detail.price}} {{product_detail.currency}} {{product_detail.prod_cat_id}}
{% endif %}