{% load static %} {% include 'includes/header.html' %} {% include 'includes/sidebar.html' %} {% include 'includes/navbar.html' %}
Admin Analytics Command Center
Branch Performance Report
BRANCH:
PERIOD:
Gross Revenue
₹{{ total_sales|floatformat:0 }}
{{ total_orders }} Sales Invoices
Purchase Value
₹{{ total_purchase|floatformat:0 }}
{{ purchase_orders }} Inward Bills
Operating Exp
₹{{ total_expenses|floatformat:0 }}
Total Cash Outflow
Net Profit
₹{{ net_profit|floatformat:0 }}
After CoS & Expenses
Avg Order Value
₹{{ avg_order_value|floatformat:0 }}
Per Transaction
Active Stores
{{ total_stores }}
Managed Branches
Sales Returns
₹{{ total_sales_returns|floatformat:0 }}
{{ sales_return_count }} Return Invoices
Stock Units
{{ total_stock_qty }}
Items across Group
Stock Value
₹{{ total_stock_value|floatformat:0 }}
Current Asset Value
Gross Margin
₹{{ gross_profit|floatformat:0 }}
Sales - Product Cost
Total Customers
{{ total_customers }}
+{{ new_customers }} New Members
Status
ONLINE
System Health: Good
Branch Performance Comparison
Margin Analysis
Low Stock Alerts
{% for item in low_stock_items %} {% empty %} {% endfor %}
Item Qty Branch
{{ item.model_name }} {{ item.quantity }} {{ item.branch_name }}
No low stock alerts
Recent Expenses
{% for exp in recent_expenses %} {% empty %} {% endfor %}
Category Amount Branch
{{ exp.category_name }} ₹{{ exp.amount|floatformat:0 }} {{ exp.branch_name }}
No recent expenses
Payment Modes
    {% for pm in payment_modes %}
  • {{ pm.payment_type }}
    ₹{{ pm.total|floatformat:0 }}
  • {% empty %}
  • No payment data
  • {% endfor %}
Top Selling Products
{% for p in top_products %} {% empty %} {% endfor %}
Model Name Qty Sold Revenue
{{ p.model_name }} {{ p.qty }} ₹{{ p.revenue|floatformat:0 }}
No product data
Recent Group Transactions
    {% for sale in recent_sales %}
  • #{{ sale.inv_no }}
    {{ sale.created_on|date:"M d, H:i" }}
    ₹{{ sale.total_amount|floatformat:0 }}
  • {% endfor %}
{% include 'includes/footer.html' %}