Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Problem
During Pick or Put-away, I am asked to register Item and Bin and Serial Number for each line individual serial number
Solution: Don't track on Warehouse/Bin-level (Warehouse Tracking)
This way you will see One line, where you can register i.e. 10 different Serial numbers, instead of 10 lines where you have to register Bin and Item each time.
How to set it up:
On the Items "Item Tracking Code" perform the following set-up.
- Enable "SN Specific Tracking"
- Enable "Outbound SN Sales Tracking"
- Disable "SN Warehouse Tracking"
There are two levels of Item Tracking
Expand | ||
---|---|---|
First level: SN/Lot-specific trackingIf you want to track specific items or specific lots throughout their lifetime, you must choose the SN Specific Tracking and Lot Specific Tracking fields, respectively. As a result, when handling an outbound unit of an item with this item tracking code, you must always specify which existing serial number or which existing lot number to handle. This means that when selling a unit of the item, it must be applied against a specific pool of serial numbers or a specific lot number in inventory. Or in other words, a serial number or lot number assigned to the item when entering into inventory must follow that item type out of inventory.
Second Level: Full SN/Lot Warehouse TrackingSelect only Warehouse Tracking if you have a need to know how each specific Serial/Lot is stored or handled all the way through the warehouse. Example:
|
|
A custom way of using Full Warehouse tracking
- Disable "Bin Validation"
- Enable "RegisterRealtimeQuantity"
- This will create a call to the Back-end for each registration.
- Here you will receive the Lot or Serial No.
- From this you will have to determine the Item and Bin
- Store this and use the information during posting
- Consider Register directly on Order Lines by scan (SingleScanRegistration)