{% extends "base.html" %} {% block title %}Customers Report - AsapLoads POS{% endblock %} {% block header_title %}Customers Report{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Total Customers
Total Revenue from Customers
Average Customer Value
| Customer | Contact | Purchases | Total Spent | Average Purchase | Last Purchase | Actions |
|---|---|---|---|---|---|---|
|
{% if customer.total_spent > 5000 %}
{% elif customer.last_purchase_date|date:'Y-m-d' > '2025-02-01'|date:'Y-m-d' %}
{% else %}
{% endif %}
{{ customer.name }}
|
{% if customer.email %}
{{ customer.email }}
{% endif %}
{% if customer.phone %}
{{ customer.phone }}
{% endif %}
|
{{ customer.total_purchases }} | {{ company_settings.currency_symbol }}{{ customer.total_spent|floatformat:2 }} | {{ company_settings.currency_symbol }}{{ customer.average_purchase|floatformat:2 }} | {{ customer.last_purchase_date|date:"M d, Y" }} | |
| No customer data available | ||||||
Customers who have spent over {{ company_settings.currency_symbol }}5,000
Customers with the most purchases
Customers with highest average purchase value