brotherton-erpnext/erpnext/docs/user/manual/en/stock/articles/manage-rejected-finished-goods-items.md

31 lines
1.0 KiB
Markdown
Raw Normal View History

2016-01-19 13:04:52 +00:00
#Manage Rejected Finished Goods Items
2016-01-19 13:04:52 +00:00
There could be manufactured Items which would not pass quality test, hence rejected.
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.
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
2016-01-19 13:04:52 +00:00
`Stock > Documents > Stock Entry > New`
2016-01-19 13:04:52 +00:00
####Step 2: Purpose
Purpose = Material Transfer
2016-01-19 13:04:52 +00:00
####Step 3: Warehouse
Source Warehouse = Finished Goods warehouse
Target Warehouse = Rejected items warehouse
2016-01-19 13:04:52 +00:00
####Step 4: Items
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
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
<!-- markdown -->