Difference between revisions of "Picklists"

From Opentaps Wiki
Jump to navigationJump to search
(How Picklists Work)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
___TOC___
 +
 +
==Introduction to Picklists==
 
Imagine a very large company which sold several highly popular products.  During the course of a given day, the same product may be ordered hundreds or thousands of times by different customers.  If with each order, a warehouse employee went to the shelf to look for the product, the same employee could be making hundreds or thousands of identical roundtrips to fetch the same item.  This is of course extremely inefficient.
 
Imagine a very large company which sold several highly popular products.  During the course of a given day, the same product may be ordered hundreds or thousands of times by different customers.  If with each order, a warehouse employee went to the shelf to look for the product, the same employee could be making hundreds or thousands of identical roundtrips to fetch the same item.  This is of course extremely inefficient.
  
The picklist is designed to solve this problem by grouping items to be shipped from multiple orders together, so that on one trip, a warehouse employee could retrieve the same item multiple times for multiple orders.  A picklist is a report which shows a list items to be retrieved or “picked” from a warehouse for outgoing shipments.  They are ordered by the location of the items in the warehouse, so that a “picker” would be able to go through the warehouse and retrieve the items in the same sequence as the pick list. The idea is that you pick orders, then pack them, and then they become shipments.
+
The picklist is designed to solve this problem by grouping items to be shipped from multiple orders together, so that on one trip, a warehouse employee can retrieve the same item multiple times for multiple orders placing the items in numbered bins for transporting to the packing area.  A picklist is a report which shows a list items to be retrieved or “picked” from a warehouse and placed into the numbered bins for outgoing (order) shipments.  They are ordered by the location of the items in the warehouse, so that a “picker” is able to go through the warehouse and retrieve the items in the same sequence as the pick list. The idea is that you pick order items into transport bins for the orders, then pack them, and then schedule the shipments.
 +
 
 +
==How Picklists Work==
 +
 
 +
When you create a picklist, the system goes through all the open outstanding orders which can be shipped, excludes any order items which have already been picked, and groups the remaining items together for picking into bins.  It then creates a numbered transport bin for each order.  Next, using the inventory item locations you have defined for your warehouse, it checks whether the products you need are in pick/primary locations in a warehouse or in the bulk storage area.  If the item is in a picking or primary location, it records on the picklist the products which need to go into each numbered bin.  If the item is in a bulk location, the system creates a [[Stock Move]] to transfer the item from bulk to the picking areas of the warehouse.  After a picklist has been created, you can merge bins or transfer bins to another picklist when you have specific reasons for editing the lists.  Then, you can print the picklist report, which orders all the items in the list according to their respective locations in the warehouse (when the locations have been configured) and shows the items to be collected into each bin of your picklist.  When you have finished picking the picklist, you can set it to closed.
 +
 
 +
==Configuring Warehouse Locations==
 +
 
 +
To have the system order your picklists based on the physical location of items in the warehouse, you must define locations within your warehouse, and then specify where the inventory items are actually located. 
  
===How Picklists Work===
+
Refer to [[Inventory Locations]] to learn how you can fill in the codes for area, aisle, section, level, and position which denote particular locations in the warehouse.  (The system uses a sequenceId based on these locations to put the picklist entries into the best order for picking).  Location can be “Bulk” or “Pick/Primary”.  Inventory in “Pick/Primary” locations will be put on picklists.  Inventory stored in bulk items must be transferred first in a [[Stock Move]] before it can be entered into a picklist.
  
When you create a pick list, the system will go through all the open outstanding orders which can be shipped, exclude any order items which have already been picked, and group the remaining items together.  It would then create a bin for each order.  Next, if you have locations defined for your warehouse, it would check whether the products you need are in pick/primary locations in a warehouse or in the bulk storage area.  If the item is in a picking or primary location, it would record the products which need to go into each bin.  If the item is in a bulk location, the system will create a [[Stock Move]] to transfer the item from bulk to the picking areas of the warehouse.  After a pick list has been created, you can merge bins or transfer them to another pick list.  Then, you can print a pick pack report for your pick list, which would group all the items to be picked first and order them by the items' locations in the warehouse, if those are configured, and then show the items in each bin of your pick list.  When you are done picking a pick list, you can set it to closed.
 
  
===Configuring Warehouse Locations===
+
Manual pages >> [[Picklists Step-by-Step]]
  
If you wish to have the system order your picklists based on the location of items in the warehouse, you need to create locations for your warehouse first.  You can fill in the codes for area, aisle, section, level, and position which denote the particular location in the warehouse.  A sequenceId which will be used later to determine the order of picking will be generated based on these codes.  The type of a location can be “Bulk” or “Pick/Primary”.  Inventory in “Pick/Primary” locations will be put on picking lists.  Inventory stored in bulk items must be transferred first in a [[Stock Move]]
+
[[Inventory Tab]] << Tab pages
  
Below the location is a menu for associating products in each location.  “Minimum” is the minimum quantity at a location before a move is triggered, and “move” is the quantity moved each time.  Note that this is the same as the [Catalog] > [Product] >> [Locations] screen in the catalog manager.
+
[[Inventory Processes]] << Section pages >> [[Warehouses Organization]]

Latest revision as of 15:41, 23 December 2009

_

_

Introduction to Picklists

Imagine a very large company which sold several highly popular products. During the course of a given day, the same product may be ordered hundreds or thousands of times by different customers. If with each order, a warehouse employee went to the shelf to look for the product, the same employee could be making hundreds or thousands of identical roundtrips to fetch the same item. This is of course extremely inefficient.

The picklist is designed to solve this problem by grouping items to be shipped from multiple orders together, so that on one trip, a warehouse employee can retrieve the same item multiple times for multiple orders placing the items in numbered bins for transporting to the packing area. A picklist is a report which shows a list items to be retrieved or “picked” from a warehouse and placed into the numbered bins for outgoing (order) shipments. They are ordered by the location of the items in the warehouse, so that a “picker” is able to go through the warehouse and retrieve the items in the same sequence as the pick list. The idea is that you pick order items into transport bins for the orders, then pack them, and then schedule the shipments.

How Picklists Work

When you create a picklist, the system goes through all the open outstanding orders which can be shipped, excludes any order items which have already been picked, and groups the remaining items together for picking into bins. It then creates a numbered transport bin for each order. Next, using the inventory item locations you have defined for your warehouse, it checks whether the products you need are in pick/primary locations in a warehouse or in the bulk storage area. If the item is in a picking or primary location, it records on the picklist the products which need to go into each numbered bin. If the item is in a bulk location, the system creates a Stock Move to transfer the item from bulk to the picking areas of the warehouse. After a picklist has been created, you can merge bins or transfer bins to another picklist when you have specific reasons for editing the lists. Then, you can print the picklist report, which orders all the items in the list according to their respective locations in the warehouse (when the locations have been configured) and shows the items to be collected into each bin of your picklist. When you have finished picking the picklist, you can set it to closed.

Configuring Warehouse Locations

To have the system order your picklists based on the physical location of items in the warehouse, you must define locations within your warehouse, and then specify where the inventory items are actually located.

Refer to Inventory Locations to learn how you can fill in the codes for area, aisle, section, level, and position which denote particular locations in the warehouse. (The system uses a sequenceId based on these locations to put the picklist entries into the best order for picking). Location can be “Bulk” or “Pick/Primary”. Inventory in “Pick/Primary” locations will be put on picklists. Inventory stored in bulk items must be transferred first in a Stock Move before it can be entered into a picklist.


Manual pages >> Picklists Step-by-Step

Inventory Tab << Tab pages

Inventory Processes << Section pages >> Warehouses Organization