Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<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 barcode 1234567891234 was scanned, that would entail a registration of 12 according to the BarcodeQuantity element above.

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