On Order Lines, scanning a barcode that matches a pinnable value results the scanned value to be automatically applied to all order lines throughout registration.
Benefit
Prevents unnecessarily repeated scans during registrations. speeding up registrations overall.
How to use it
In Application.cfg, add the pinnable values within the Order Lines Configuration:
The following snippet is an example of using pinnable values where the results are shown on the right.
<pinnableRegistrationValues> - Values that can be applied to all order lines throughout registrations. These values can be enabled by scan and will appear similar to the bin filter. When multiple values have same attributes, only the first one matching the scan is taken into account even if there are other matching pinnable values.
<pinnableByAi> - A value that is enabled/pinned when the scan matches specific application identifiers (eanAi).
eanAi - Comma separated application identifiers. E.g. 10.
name - Fallback if no registration step matches the eanAi.
icon - Image displayed on the left of the view, could be image id or image file name.
<pinnableByFormat> - A value that is enabled/pinned when scanning barcodes that matches a specific regular expression (format).
format - Regular expression. E.g. ^(\d{6})$.
name - Fallback if no registration step matches the format.
icon - Image displayed on the left of the view, could be image id or image file name.
Open Order Lines
Scan a barcode that matches the pinnable values added in Application.cfg.
If the scanned value matches any pinnable value, the matching pinnable value will be displayed similar to bin filter.
When entering the registration collector, these pinned values should be automatically applied to the matching steps.
The pinned values are removed by
The user using the "X"-icon on the right of the control in Order Lines page.
Once the pinned values are removed the scanned values will no longer be automatically applied to the registrations.