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

Live Store Dashboard

TIME RANGE:
Revenue Overview

₹{{ total_sales|floatformat:0 }}

Total Gross Sales | {{total_orders}} Orders
Inward Inventory

₹{{ total_purchase|floatformat:0 }}

Purchase | {{purchase_orders}} Invoices
Total Outflow

₹{{ total_expenses|floatformat:0 }}

Operating Expenses
Order Volume

{{ total_orders }}

Sales Invoices
Current Stock

{{ available_stock }}

Available Units
Customer Base

{{ new_customers }}

New Signups
user-avatar

{{ greeting }}, {{ employee.name|default:"Partner" }}! 👋

Welcome to Boys Mobiles to start our successful journey!

{{ branch.name }}
Branch
{{employee.employee_code|default:"EMP001" }}
ID Code
{{current_date }}
Login
{{ current_time }}
Live sync
Quick Navigation
{% include 'includes/footer.html' %} {% include 'includes/common_js.html' %}