{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }}
Edc Pharmacy › Stock Adjustments
{# ─── Panel 1: Status Adjustment ──────────────────────────── #}
Status Adjustment
{% csrf_token %} {# Scan input #}
{# Accumulated code badges #}
0 codes scanned
No codes scanned yet.
{# Adjustment type #}
{# Reason #}
Done
{# ─── Panel 2: Quantity Adjustment ────────────────────────── #}
Quantity Adjustment

Use a positive value to increase the unit quantity, negative to decrease.

{% csrf_token %}
Done
{% endblock main %}