{% extends 'root/base.html' %} {% load static %} {% block title %} Purchase Order {% endblock %} {% block maincontent %}
| No. | Item | Description | Delivery Date | Price Unit | Unit | Price per unit | Quantity | Total |
|---|---|---|---|---|---|---|---|---|
| {{po_item_detail.po_item_num}} |
|
{% if po_item_detail.call_off == '01'%}
{{ po_item_detail.description }}
{% else %}
{{ po_item_detail.description }}
{% endif %}
|
{{po_item_detail.item_del_date|date:'Y-m-d'}} | {{po_item_detail.price_unit}} | {{po_item_detail.unit}} | {{po_item_detail.price}} {{po_item_detail.currency}} | {{po_item_detail.quantity}} | {{po_item_detail.value}} {{po_header_details.0.currency}} |
No attachments available