{% set page_group = "admin" %} {% include 'components/head.html' %} {# SweetAlert for notifications #} {# Replenishment-specific styles #}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
{# Page Header #}

Replenishment Settings

{# Main Settings Card #}
Score Thresholds

Configure the score thresholds that determine urgency levels. Categories are colored based on which threshold range their score falls into.

Score 0 to this value = Green
Yellow zone threshold
Orange zone threshold
Score above this = Deep Red
{# Visual Legend #}
0-5
5-15
15-15
15-20
20+
{# Operational Settings #}
Operational Settings
Used to calculate estimated trips in the offsite pull report.
Rolling window for categories without replenishment history.
{# Category Overrides #}
Category-Specific Thresholds

Override default thresholds for specific categories.

{% for override in categoryOverrides %} {% else %} {% endfor %}
Category Adequate Monitor Urgent Critical
{{ override.categoryName }} {{ override.subcategoryCode }}
No category-specific overrides configured.
{# Save Button #}
Back to Report
{# Sidebar #}
{# Feature Status Card #}
Feature Status

When disabled, the replenishment report will not be accessible and no scores will be calculated.

{# Quick Actions Card #}
Quick Actions
View Replenishment Report Offsite Pull Report

Marks all categories as replenished. Use after a major restocking event.

{# Help Card #}
Help
Score Formula

(Items Sold - Items Bought) / Rack Units

Higher scores indicate categories that need more urgent attention. Negative scores (more bought than sold) show as 0.

View Full Documentation
{# Page Config #} {# Settings JS (Phase 5 will add interaction logic) #} {% include 'components/footer.html' %}
{# /page-wrapper #}
{# /wrapper #}