{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Barcode Intelligence{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Barcode Intelligence

Anomaly Alerts

{{ anomaly.recent|length }}

recent scan alerts for manager review.

Reliability

{{ reliability.statuses|tojson(indent=2) }}

Recommendations

    {% for item in recommendations.suggestions %}
  • {{ item }}
  • {% endfor %}

Recent Anomalies

{% for item in anomaly.recent %} {% else %} {% endfor %}
TypeSeverityScoreBarcodeStatusTime
{{ item.anomaly_type }} {{ item.severity }} {{ "%.1f"|format(item.score) }} {{ item.barcode or "" }} {{ item.status }} {{ item.created_at }}
No scan anomalies recorded.

Stress Test Result

Ready.
{% endblock %}