{% extends "core/base.html" %} {% load currency_filters %} {% load static %} {% block title %}Supplier - {{ supplier.name }}{% endblock %} {% block topbar_title %}Supplier Details{% endblock %} {% block content %}
| PO # | Status | Total Cost | Date Ordered | Action |
|---|---|---|---|---|
| {{ po.reference_number|default:po.id }} | {{ po.get_status_display }} | {% money po.total_cost %} | {{ po.date_ordered|date:"M j, Y" }} | View |
| No purchase orders found for this supplier. | ||||
| Date | Amount |
|---|---|
|
{{ p.date|date:"M j, Y" }}
{% if p.notes %}{{ p.notes|truncatechars:20 }} {% endif %}
|
{% money p.amount %} |
| No payment history available. | |