{% load static %} {% include 'includes/header.html' %} {% include 'includes/sidebar.html' %} {% include 'includes/navbar.html' %}

Branch Wise Performance Report

Detailed analysis of performance across all branches

Back to Dashboard
Revenue & Profit by Branch
Revenue Share (%)
Detailed Branch Performance
{{ total_stores }} Active Branches
{% for branch in branch_summary %} {% empty %} {% endfor %}
Branch Name Sales (₹) Orders Expenses (₹) Net Profit (₹) Margin (%) Performance
{{ branch.name|slice:":1" }}
{{ branch.name }}
₹{{ branch.sales|floatformat:2 }} {{ branch.orders }} ₹{{ branch.expenses|floatformat:2 }} ₹{{ branch.profit|floatformat:2 }} {{ branch.margin|floatformat:1 }}%
{{ branch.performance_pct|floatformat:0 }}%
No branch data available for this period
TOTALS ₹{{ total_sales|floatformat:2 }} {{ total_orders }} ₹{{ total_expenses|floatformat:2 }} ₹{{ net_profit|floatformat:2 }} {{ total_margin|floatformat:1 }}%
{% include 'includes/footer.html' %}