{% extends 'core/base.html' %} {% load currency_filters %} {% load static %} {% block title %}Purchase Order #{{ order.id }} — SwiftPOS{% endblock %} {% block topbar_title %}Purchase Order #{{ order.id }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| Product | Qty | Unit Cost | Line Total |
|---|---|---|---|
|
{{ item.product.name }}
{% if item.product.sku %}
SKU: {{ item.product.sku }}
{% endif %}
|
{{ item.quantity }} | {% money item.unit_cost %} | {% money item.line_total %} |
| No items on this purchase order. | |||
| Order Total | {% money order.total_cost %} | ||
The following quantities were added to inventory when this order was received: