...
Barcode quantity is defined on the individual order line in the <BarcodeQuantity >...</BarcodeQuantity> element. The content of the element is a list of barcodes mapped to quantities.
The list elements comprise of a barcode a {quantity} and a [displayname] separated by a ; which allows mapping multiple barcodes to quantities.
For this so work it is important the the barcode defined in this element is know as a reference to the individual item.
Code Block | ||
---|---|---|
| ||
<BaseOrderLine> ... <BarcodeQuantity enableMultiplier="true">1234567891234{12}[Box];9876543219876{120}[Pallet]</BarcodeQuantity> <!-- enableMultiplier is false by default --> <RegisterQuantityByScan>false</RegisterQuantityByScan> ... </BaseOrderline> |
Register Quantity By Scan
Barcode quantity was initially implemented to be used with RegisterQuantityByScan, and allows the user to increment the quantity by the quantity related to the scanned barcode.
So if a barcode 1234567891234 was scanned, that would entail a registration of 12 according the to the BarcodeQuantity element above,
A list of valid barcode - quantites.
Used when RegisterQuantityByScan is true or by itself.
Example: <BarcodeQuantity>PAPER1BOX{5}[Box];PAPER1PL{240}[Pallet]</BarcodeQuantity>
Barcode "PAPER1BOX" will bump the picked quantity with 5, "PAPER1PL" bump with 240.
Optional, String list (";" is seperator, quantity specified in {}), control field.
An alias can be defined in [ ] after the quantity. The alias is displayed if the line is selected by scanning a BarcodeQuantity and RegisterQuantityByScan is disabled. From v. 1.5.12
...
.
Registering Quantity By Typing
Scanning a barcode quantity barcode when displaying the regular quantity step, will result in the user being presented with the quantity from the barcode, and not the remaining.
Enabling
...
Barcode Quantity Multiplication
Available from v. 1.5.12
Enabling barcode quantity multiplication allows the user to enter how many e.g. boxes where picked up. This will result in a registration which multiplies the user input of boxes, and the amount of individual items the box can contain.
So if the barcode 1234567891234 is scanned, the quantity field is left blank, and a multiplier is displayed to the right of the input field, notifying that the entered quantity will be multiplied by that value.
Furthermore, the display name defined in the [ ] will be displayed in the header of the registration collector, to identity to the user which container type was scanned.
Example:
Scan a barcode representing af box and then type the number of boxes to automatically calculate the total quantity to register.
Box (5) x 10 = 50 Pcs