{% load static %}
| No | Item | Description | Call-Off | Delivery Date | Price Unit | Unit | Price Per Unit | Lead Time | Total | Quantity | Action | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{items.prod_cat_id}} | {% if highest_item_number == forloop.counter %}{% endif %}{{ forloop.counter }} |
|
{% if items.call_off == '01'%}
{{ items.description }}
{% else %}
{{ items.description }}
{% endif %}
by - {{ items.supplier_id }}{{ items.supplier_desc }}
{% if items.eform_id %}
{% if items.call_off == '04' or items.call_off == '02' or items.call_off == '03' %}
{% endif %}
{% endif %}
|
{{ items.call_off }} | {% if items.call_off == '04' %}{% if items.start_date %}{{items.start_date|date:"Y-m-d"}}{% else %}{{items.item_del_date|date:"Y-m-d"}}{% endif %}{% else %}{{ items.item_del_date|date:"Y-m-d" }}{% endif %} | 1 | {% if items.call_off == '04' %}-{% else %}{{ items.unit }}{{ items.unit_desc }}{% endif %} | {% if items.call_off == '04' %}-{% else %}{{ items.price }} / {{items.currency}}{% endif %} | {{items.lead_time}} | {% if items.call_off == '04' %} {{item_total_value}}{% else %} {{item_total_value}}{% endif %} / {{requester_currency}} | {% if display_update_delete %}{{ items.quantity }}{% else %}{{ items.quantity }}{% endif %} | ||
|
Additional eForm Data
{% if items.eform_id %}
{% for eform_details in items.eform_data %}
{{eform_details.eform_field_name}}: {{eform_details.eform_field_data}}
{% endfor %}
{% endif %}
Notes
Valid characters are A-Z a-z 0-9
Attachments
Shipping Address
{% for addr in addr_val_desc %}
{{ addr.address_number }}
{{ addr.street }},
{{ addr.area }}, {{ addr.landmark }}, {{ addr.city }} - {{ addr.postal_code }} {{ addr.region }} {% endfor %} {% if shipping_address_flag == '1' %} {% elif shipping_address_flag == '0' %} {% endif %} {% if edit_address_flag == '1' %} {% elif edit_address_flag == '0' %} {% endif %}
Account Assignment Category
{% if acc_default %}
Account Assignment Category : {{ acc_default }}
Value : {{acc_value.0}} GL Account Number : {% for gl_acc_default in gl_acc_item_level_default%} {% if gl_acc_default.cart_item_guid == items.guid %} {{ gl_acc_default.default_gl_acc }} {% endif %} {% endfor %} {% if acct_assignment_category == '1' %} {% elif acct_assignment_category == '0' %} {% endif %} {% endif %} |
|||||||||||||