{% extends "base.html" %} {% block page_heading %}Purchases — {{ supplier.supplier_name }}{% endblock %} {% block content %} Back
| Date | Product | Qty | Unit Price | Total | Notes |
|---|---|---|---|---|---|
| {{ p.purchase_date }} | {{ p.product_name }} | {{ p.quantity }} | {{ p.unit_price|currency }} | {{ p.total_amount|currency }} | {{ p.notes or '—' }} |
| No purchase records. | |||||