{% extends "core/base.html" %} {% block title %}P&L Report — SwiftPOS{% endblock %} {% block content %}
Revenue, costs, profit, and outstanding credit for any period
No orders in this period.
{% endfor %}| Date | Orders | Revenue |
|---|---|---|
| {{ row.day }} | {{ row.cnt }} | {{ row.rev|floatformat:2 }} |
| No data for selected period. | ||