{% extends 'base.html' %} {% load indonesian_filters %} {% block title %}Stock Out - Manufacturing App{% endblock %} {% block content %}

Stock Out

Back to Movements
Remove Stock from Inventory
{% csrf_token %}
Please select a product
Please select a warehouse
Please enter a valid quantity
Use comma (,) as decimal separator for Indonesian format
Cancel
Instructions
  • Select the product you want to remove stock from
  • Choose the warehouse where the stock will be removed
  • Enter the quantity to remove (use comma as decimal separator)
  • System will check if sufficient stock is available
  • Add optional notes for reference
  • Click "Remove Stock" to complete the transaction
{% endblock %}