{% extends 'core/base.html' %} {% load currency_filters %} {% load static %} {% block title %}Credit Customers - SwiftPOS{% endblock %} {% block topbar_title %}Credit Customers{% endblock %} {% block content %}
| # | Customer | Phone | Total | Paid | Balance | Date | Actions |
|---|---|---|---|---|---|---|---|
| {{ order.order_number }} | {{ order.customer_name|default:"-" }} | {{ order.customer_phone|default:"-" }} | {% money order.final_amount %} | {% money order.amount_paid %} | {% money order.balance_amount %} | {{ order.created_at|date:"Y-m-d H:i" }} | Clear Credit |
| No customers with outstanding balance. | |||||||