TABLE OF CONTENTS
In WOS, an Item Alias is an alternate identifier for the item. The Item Number can always be used to identify the item. Aliases can also be used to provide multiple ways to identify the same Item. WOS supports associating the same alias to multiple Items, referred to as Duplicate Aliases.
Item Alias Overview
An Alias is an alternative way of identifying an Item. The most common Alias is a barcode, but alternate SKUs or other identifiers can also be added.
For example:
The item "Bananas" exists in the system with an Item Number "200102".
The packaging of the Item has a UPC barcode of 123456
The Item Alias "123456" is added to the Item "Bananas"
When using the WOS Operations app for picking, Inventory Management, or any other function that requires an item number, entering either "200102" or "123456" will find the item "Bananas"
Note: Item Aliases are not required to scan an Item into the tablet. The Item Number can also be barcoded and scanned into the tablet to identify the Item.
Create an Item Alias
- Go to Maint -> Items
- Click on an Item Number
- Click on Aliases
- Click Create New and fill out the form
- Click Create
Item Aliases can also be added through the API as part of the add or update functionality.
Alias Quantity
Item Aliases can have an associated quantity and this quantity represents a number of units. This is the current option in WOS to accomplish case quantities for picking, packing, and inventory management. If a quantity is assigned to an alias, when the alias value is scanned on the iPad, in WOS Fulfillment, it will populate the assigned quantity instead of a quantity of 1.
Add Alias Quantity
To add a quantity to a new alias, follow the steps above and add a quantity during step 4 while filling out the form.
To add a quantity to an existing alias:
- Go to Maint -> Items
- Click on an Item Number
- Click on Aliases
- Click on the alias being edited
- On the Edit Item Alias page use the Edit button at the right side of the row to add a quantity
- Once a new quantity is entered click Update
You can also edit aliases and quantities by looking it up in the Alias grid:
- Go to Maint -> Items
- Click on the Item Aliases tab
- Filter for the alias to edit. Then follow steps 4-6 above
Development is still being done to allow for Alias Quantities to be set through the csv import or API. Updates will be added here with functionality.
Setting Requirements
To enable the Alias Quantity Scan, the group setting "Require Scan Each Item" needs to be turned ON. The Scan Each function calculates quantity based on scans, so every scan of an item adds a quantity of 1. The quantity of 1 is overridden if an alias is scanned with a quantity assigned, then the quantity added is the Alias Quantity.
To enable this:
- Go to Admin -> Users
- Click on WOS Fulfillment Groups
- Click on the Group to edit
- Navigate to the app(s) you want to enable this function for
- Enable the "Require Scan Each Item" setting and Save
Important to note that the Scan Each is a setting that needs to be enabled for EACH app and function. For example if you want it to be on for Puts, Pulls, Moves, and Packing, those all need to be enabled individually.
Item Alias in CSV Upload
Item Aliases can be added to an item by uploading a CSV file through the Import / Export page.
If the Item has more than one Alias, it requires a different configuration in the CSV file. Each Alias associated to the Item must have its own line in the CSV file.
If an Item has 3 aliases, then the CSV would contain 3 duplicate lines in the CSV file. The only unique value across all 3 lines is that each Alias gets its own line for the designated Item.
All of the Aliases for the Item must be contained in the same CSV file. Any Alias not submitted when the CSV file includes Aliases will be assumed as no longer active and will be removed from the Item.
Duplicate Alias
In WOS, a Duplicate Alias occurs when two different Items happen to have the same barcode. A typical example would be, two (2) vendors/manufactures happen to have a product with the same UPC barcode.
For example:
Item: 2000102 – Bananas -- may have a UPC barcode – 123456
Item: XG-TU-P– Pink Tutu—may also have a UPC barcode – 123456
In this case, both items would be configured to have an Alias of 123456
Depending on the function being performed, the system uses different techniques for resolving a scan of a Duplicate Alias. For example:
- During Picking, the User is directed to a specific Item and Location. Scanning a Duplicate Alias does not require any other verification because it can be reasonably assumed that the User has found the Item they were directed to find
- During an Inventory Put, it will be unclear which Item the User is working with. When a Duplicate Alias is scanned, a popup will ask the User to identify which of the Items associated with that Alias is the correct one.
Note:
1. WOS does NOT support duplicate Item Numbers
2. It is highly recommended that two (2) items with the same alias NEVER be stored in the same location. This is not enforced by the system, but by the User.