diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 69a477c..ec4cf6c 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/base.html b/core/templates/base.html index bd6bb5c..d161f0f 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -371,22 +371,70 @@ -
| {% trans "Total Sales:" %} | +{{ total_sales|floatformat:3 }} | +
| {{ pm.payment_method_name }} | +{{ pm.total|floatformat:3 }} | +
| {% trans "ID" %} | +{% trans "Cashier" %} | +{% trans "Counter" %} | +{% trans "Start Time" %} | +{% trans "End Time" %} | +{% trans "Status" %} | +{% trans "Actions" %} | +
|---|---|---|---|---|---|---|
| #{{ session.id }} | +{{ session.user.username }} | +{{ session.counter.name|default:"-" }} | +{{ session.start_time|date:"Y-m-d H:i" }} | +{{ session.end_time|date:"Y-m-d H:i"|default:"-" }} | ++ + {{ session.get_status_display }} + + | ++ + + + | +
| {% trans "No sessions found." %} | +||||||