Variable GTIN barcodes are GTIN-14 barcodes, which contain information about a certain value encoded as a part of the 14 digit barcode. This value can have different purposes, such as weight, price, volume, dimensions. Produmex WMS supports variable measure item barcodes that contain the weight encoded.
The prefix in a GTIN barcode depends on the country where the product is used. Since it is not internationally used, a certain prefix can have a different meaning depending on the country. To be able to handle this difference, special configurations are required.
Supported flows:
Open the user table via the path: Tools > Default Forms > PMX_VGTC - Produmex variable GTIN configuration. The configuration of what prefixes are a variable GTIN barcode, and what purpose of the variable value means are stored here. See: Produmex variable GTIN configuration (PMX_VGTC)
On the Item Master Data set the barcode type as GTIN-variable.
Set the barcode as the fixed part. The fixed part is every digit before the Start Index Variable Part set on the PMX_VGTC table.
Produmex currently only supports variable weight for catch weight items. Configure the catch weight settings on the Produmex Catch Weight tab of the Item Master Data.
When a barcode is scanned, Produmex WMS first checks if the scanned barcode has a prefix available in the variable GTIN configuration table.
PMX_VGTC UDT
Item Master Data
CW_VGTIN | CW_VGTIN2 | |
---|---|---|
Header > Barcode | 02801180 | 02801290 |
Header > Barcode type | GTIN-Variable | GTIN-Variable |
Produmex Catch Weight tab > Catch Weight Item | Y | Y |
Produmex Catch Weight tab > Catch Weight Item | Net weight kilo | Net weight kilo |
Example barcode 1
02801180070405
It consists of the following parts:
The fixed part identifies the item, as it is 02801180, the item is CW_VGTIN. As the value purpose AI is 'Net weight in Kg', the variable part contains the weight. The variable part is 07040, and since the number of decimals is 3, the weight is 07.040 = 7.04 kg.
Example barcode 2
02801290305237
It consists of the following parts:
The fixed part identifies the item, as it is 02801290, the item is CW_VGTIN2. As the value purpose AI is 'Net weight in Kg', the variable part contains the weight. The variable part is 15523, and since the number of decimals is 3, the weight is 30.523kg.