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

Stock In

Back to Movements
Add Stock to 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 add stock for
  • Choose the warehouse where the stock will be stored
  • Enter the quantity to add (use comma as decimal separator)
  • Add optional notes for reference
  • Click "Add Stock" to complete the transaction
{% endblock %}