Hello Community,
Glad to announce that Pick List feature has been introduced to ERPNext.
Pick List
A Pick List is a document that indicates the name of the warehouse from which item should be picked to fulfill the order (it can be also used for general stock picking). Pick List will also suggest serial no. for a serialized item and batch no. for a batched item.
Note: Serial no. is selected on a FIFO basis and batch no. is selected on expiry first basis (batch nearer to expiry will be selected first).
Currently following flows are supported:
-
Sales Order > Pick List (purpose:
Delivery against Sales Order
) > Delivery Note (updates sales order) -
Work Order > Pick List (purpose:
Material Transfer for Manufacture
) > Stock Entry (updates work order)
-
Material Request > Pick List (purpose:
Material Transfer
) > Stock Entry
Please check it out.
Thanks.