{% extends 'core/base.html' %} {% load currency_filters %} {% block title %}Clear Credit - SwiftPOS{% endblock %} {% block topbar_title %}Clear Credit{% endblock %} {% block content %}
Back to Credit Customers
Clear Customer Credit
Customer
{{ order.customer_name|default:"—" }}
Order #
{{ order.order_number }}
Total Amount
{% money order.final_amount %}
Outstanding Balance
{% money order.balance_amount %}
{% csrf_token %}
{{ currency_symbol }}
Leave at the full amount to clear the entire balance.
Cancel
{% endblock %}