2016-01-19 13:04:52 +00:00
#Manage Rejected Finished Goods Items
2015-12-03 12:22:46 +00:00
2016-01-19 13:04:52 +00:00
There could be manufactured Items which would not pass quality test, hence rejected.
2015-12-03 12:22:46 +00:00
2016-01-19 13:04:52 +00:00
Standard manufacturing process in ERPNext doesn't cover managing rejected items. Hence you should create finished goods entry for both accepted as well as rejected items. With this, you will have rejected items also received in the finished goods warehouse.
2015-12-03 12:22:46 +00:00
To move rejected items from the finished goods warehouse, you should create Material Transfer entry. Steps below to create Material Transfer entry.
2016-01-19 13:04:52 +00:00
####Step 1: New Stock Entry
2015-12-03 12:22:46 +00:00
2016-01-19 13:04:52 +00:00
`Stock > Documents > Stock Entry > New`
2015-12-03 12:22:46 +00:00
2016-01-19 13:04:52 +00:00
####Step 2: Purpose
2015-12-03 12:22:46 +00:00
Purpose = Material Transfer
2016-01-19 13:04:52 +00:00
####Step 3: Warehouse
2015-12-03 12:22:46 +00:00
Source Warehouse = Finished Goods warehouse
Target Warehouse = Rejected items warehouse
2016-01-19 13:04:52 +00:00
####Step 4: Items
2015-12-03 12:22:46 +00:00
Select item which failed quality test, and enter total rejected items as Qty.
2016-01-19 13:04:52 +00:00
####Step 5: Submit Stock Entry
2015-12-03 12:22:46 +00:00
On Saving and Submitting Stock Entry, stock of rejected items will be moved from Finished Goods Warehouse to Rejected Warehouse.
2016-01-19 13:04:52 +00:00
2015-12-03 12:22:46 +00:00
<!-- markdown -->