{% extends 'core/base.html' %} {% load currency_filters %} {% 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" }} | {% money order.final_amount %} | {{ order.cashier }} |
| No orders recorded today for this branch. | |||
| Product | Category | Branch Quantity |
|---|---|---|
|
{{ bs.product.name }}
SKU: {{ bs.product.sku }}
|
{{ bs.product.category.name }} | {{ bs.quantity }} units assigned |
| Branch inventory is completely empty. Transfer stock to this branch to begin selling. | ||