{% extends 'core/base.html' %} {% load static %} {% block title %}Branch: {{ branch.name }} - SwiftPOS{% endblock %} {% block topbar_title %} Branch Detail {% endblock %} {% block content %}
| User | Role |
|---|---|
|
{{ u.get_full_name|default:u.username }}
{{ u.email|default:"" }}
|
{{ u.role|title }} |
| No users assigned to this branch yet. | |
| Order | Customer | Amount | Cashier |
|---|---|---|---|
|
{{ order.created_at|date:"Y-m-d H:i" }}
|
{{ order.customer_name|default:"Walk-in" }} | {{ currency_symbol }}{{ order.final_amount|floatformat:2 }} | {{ order.cashier }} |
| No orders recorded today for this branch. | |||