{% set page_group = "admin" %} {% include 'components/head.html' %} {# Syncfusion EJ2 Styles - Loaded via Vite build #} {{ vite_styles('syncfusion') }}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
{# ================================================================ PAGE HEADER ================================================================ #}

P&L Dashboard

{{ store.name }} - {{ store.city }}

Date Range:
Inventory
{# ================================================================ DASHBOARD LAYOUT ================================================================ #}
{# Row 1: P&L Summary Cards #}
--
Gross Sales
--
Net Sales
--
Gross Margin
--
Return Rate
{# Row 2: YoY Comparison Table #}
Year-over-Year Comparison
Metric This Year Last Year Variance % Change
Loading...
{# Row 3: Charts #}
{# Return Rate Trend #}
Return Rate Trend
{# Gross Margin Trend #}
Weekly Margin Trend
{# Row 4: Buys-to-Sales Analysis #}
Buys-to-Sales Ratio Trend
Financial Insights
  • Transaction Count --
  • Buy Count --
  • Avg Buys-to-Sales --
  • Total Returns --
  • Margin Rate --
{% include 'components/footer.html' %}
{# Syncfusion EJ2 Scripts #} {{ vite_scripts('syncfusion') }}