Partial rescan
## Partial Rescan**
Partial Rescan - Start
After starting the partial rescan, the screen below is displayed. This screen displays the rescan requirements, as well as the start values of the partial rescan.
Partial Rescan - Execution
When scanning an item, it is added to the partial rescan list. Furthermore, the values are updated: The quantity is displayed next to the 'scanned items' header. The total price is displayed on the top right of the card. The total progress of the rescan is displayed on the bottom of the card.
Partial Rescan - Finalizing
After meeting the rescan requirements, the numbers and progress bar turn green. Furthermore, the 'finish rescan' button becomes available, so the partial rescan can be finalized.
Even when the rescan requirements have been met, the store employee can continue scanning, to find a mistake of the customer.
Partial Rescan Successful
After meeting the rescan requirements, and pressing the finish rescan button, the partial rescan can be successfully be finished. This results in a message and a finish button appearing below the partial rescan widgets. This screen is still scrollable, so the partial rescan can be evaluated by the store employee, after which, they can press the finish rescan button. Optionally, a transfer ticket barcode is displayed, for customers with the rescan on the same device.
Partial Rescan Failed
When the partial rescan fails, a message and a start full rescan button appear below the partial rescan widgets. This screen is still scrollable, so the store employee can evaluate what went wrong. After this, the full rescan can be started with the button. Optionally, there is a QR on this screen, for customers who perform the full rescan on the POS.
Parameters
Parameter Name | Type | Description | Default |
---|---|---|---|
AlwaysShowPartialRescanFinishedAfterJustPassedMinimumRequirements | Bool | Determines whether a partial rescan should finish after passing the minimum rescan requirements. When false, the attendant can continue scanning after passing the rescan requirements. When true, the partial rescan ends after passing the minimum requirements. When set to true, the scanner will be disabled after passing the minimum requirements of the partial rescan. The partial rescan should now be finished by pressing the button. | true |
DisableSwitchToFullRescanButton | bool | If true the switch to full rescan button will not be shown unless there is a customer mistake | false |
FullRescanToPos | bool | If true the full rescan will be sent to the pos rather than navigating the app to the full rescan page | false |
HideFinishRescanButtonInPartialRescan | bool | If true the Finish rescan button will not be shown and the rescan can only be ended by scanning the EOT barcode | false |
ItemCatalogEnabled | bool | If true the catalog button will appear on the partial and full rescan (server must have the item catalog service) | false |
AllowedItemsAddedToTicketInFailedRescan | int | Number of times an item can be added to the customers final ticket during a partial rescan | 1 |
FinishRescanMethod | Enum | Options: scanEotBarcode, button, both | button |