{% set page_group = "admin" %} {% include 'components/head.html' %} {# SweetAlert for notifications #} {# SyncFusion EJ2 Diagram (read-only viewer) #} {# heatmap.js for gradient overlay (same as floor plan reports) #} {# Replenishment-specific styles #}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
{# Header #}
Replenishment Report
{% if showSetupWizard %} Setup Required {% else %} Offsite Pull {% endif %}
{# Main Content #}
{# Sidebar #} {# Canvas Area #}
{% if showSetupWizard %} {% include 'replenishment/partials/setup-wizard.html' %} {% else %} {# Loading State #}
Loading floor plan...
{# Empty State (no assignments) #} {# Diagram Container #}
{# Heatmap Overlay #}
{% endif %}
{# Table View (toggleable) #}
{# Zone Detail Modal #} {% include 'replenishment/partials/zone-modal.html' %} {# Task Creation Modal #} {% include 'replenishment/modals/create-task-modal.html' %} {# Reset Confirmation Modal #} {% include 'replenishment/modals/reset-confirmation-modal.html' %} {# Bin Category Prompt Modal #} {% include 'replenishment/modals/bin-category-prompt-modal.html' %} {# Page Config #} {# Replenishment JS modules #} {% include 'components/footer.html' %}
{# /page-wrapper #}
{# /wrapper #}