{% extends 'base.html' %} {% block content %}
| Sale # | Customer | Date | Amount | Type |
|---|---|---|---|---|
| #{{ sale.id }} | {{ sale.customer.name }} | {{ sale.date|date_format }} | {{ sale.payment_amount|currency }} | {% if sale.demand_order_id %} 📦 Demand Order {% else %} 🛒 Regular Sale {% endif %} |
Note: When approved, these sales will be marked as "remitted to admin" and payment will be deposited to {{ remittance.account.name }}
No related sales found for this supplier.
{% endif %}