{% extends 'base.html' %} {% block title %}Sales Officer Dashboard{% endblock %} {% block content %}
Fast, clean view for daily sales execution.
| Item | Qty | Revenue |
|---|---|---|
| {{ row.product__name }} | {{ row.total_qty|floatformat:0 }} | {{ business.currency }} {{ row.total_revenue|floatformat:0 }} |
| No sales yet today. | ||