Warehouse product quantity

sorry for my english
hello, it will seem strange, but if I have to manage a warehouse , on erpnext why not find the item quantity item? In addition to the item name and other useless items missing the quantity item !! I made a test , I inserted 10 articles but I do not have the possibility to insert the value of the quantity

Item is the definition of a product. Its names, unit of measure, default values.

An Item may have quantity in many Warehouses:

  • Warehouse A: quantity 100 units.
  • Warehouse B: quantity 50 units.
  • Warehouse C: quantity 10 units.

So there is a 1:Many relationship between Item and Item-Warehouse quantities.

To change quantity, you can use a Stock Entry.

1 Like