{% extends "base.html" %} {% load static %} {% block title %}{% if object %}Edit Stock{% else %}New Stock Entry{% endif %}{% endblock %} {% block content %}
The lowest acceptable stock level. When stock reaches this level, immediate action is required to prevent stockouts.
The stock level that triggers a reorder. Should be set higher than minimum quantity to account for lead times.
The maximum storage capacity for this location. Helps prevent overstocking and storage issues.