From c60e08d718d45a3b6f50602e6b2e14034a36f111 Mon Sep 17 00:00:00 2001 From: Priya Date: Wed, 13 Nov 2013 12:15:26 +0530 Subject: [PATCH] [docs] faq repacking --- .../docs.user.stock.how_to_repack_products.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/user/stock/docs.user.stock.how_to_repack_products.md b/docs/user/stock/docs.user.stock.how_to_repack_products.md index 362857d220..4c386e4c64 100644 --- a/docs/user/stock/docs.user.stock.how_to_repack_products.md +++ b/docs/user/stock/docs.user.stock.how_to_repack_products.md @@ -11,3 +11,28 @@ ![Repack](img/repack-1.png) +#### Step 3: Fill Item details and BOM details. +
+ +### FAQ + +#### Q. How to repack products/items into smaller units? + +A lot of retailers / distributors buy large quantities of an item and repack them into smaller units. You can do this in ERPNext through Stock Entry. + +This entry is explained with an example. + +If you have a product, say - wheat, create a Stock Entry for the total amount of wheat stock in the Source Warehouse. Keep the UOM as KG. + +![Repack](img/stock-entry-repack.png) + +If you pack your item-wheat in boxes, and want to measure stock in terms of numbers, say - [5 kg wheat in 1 box];then, go to Stock Entry and select purpose as 'Manufacture/Repack'. Create one Item as Wheat with UOM KG. In this case mention only the source warehouse. Create another Item as Wheat Bag and mention UOM as Nos. Mention Target Warehouse for Wheat Bags. Mention Valuation numbers, save and submit the entry. + +The stock will be calculated as per the entry and will reflect in the stock report. + + +![Repack](img/repack-2.png) + + + +