{% extends 'layout.twig' %} {% import 'components/form.twig' as form %} {% block title %}Update Stock - {{ parent() }}{% endblock %} {% block content %}

Update Stock Levels

Back to Inventory
Update Single Item
{{ form.errors(error) }}
Enter the new total quantity, not the amount to add/remove.
{{ form.submit('Update Stock') }}
Stock Update Tips
How to update stock:
  1. Select the drink type you want to update
  2. Enter the total current quantity (not the difference)
  3. Click "Update Stock" to save the changes
Important Notes:
  • Stock updates are logged in the inventory history
  • The system will calculate the difference from the previous stock level
  • If stock falls below desired levels, it will appear in low stock alerts
{% endblock %}