{% extends 'core/base.html' %} {% 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
{{ currency_symbol }}{{ order.final_amount|floatformat:2 }}
Outstanding Balance
{{ currency_symbol }}{{ order.balance_amount|floatformat:2 }}
{% csrf_token %}
{{ currency_symbol }}
Leave at the full amount to clear the entire balance.
Cancel
{% endblock %}