{% extends "base.html" %} {% load static %} {% block title %}New Sale{% endblock %} {% block header_title %}New Sale{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Shopping Cart

No items in cart. Search for products above.

Customer
Payment
Subtotal: {{ company_settings.currency_symbol }}0.00
Tax ({{ company_settings.tax_rate }}%): {{ company_settings.currency_symbol }}0.00
Discount:
{{ company_settings.currency_symbol }}
Total: {{ company_settings.currency_symbol }}0.00
Leave blank to use the current date and time.
{% endblock %} {% block extra_js %} {% endblock %}