{% extends "core/base.html" %} {% load currency_tags %} {% 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|format_currency }} |
| No data for selected period. | ||