Full rescan overview
## Full Rescan Overview**
Full Rescan Overview
After completing the full rescan, an overview is presented to the store employee, which displays the differences between the original ticket, and the rescan ticket. The first section displays the items that have not been scanned by the shopper, but have been scanned in the rescan. The second section displays the items that have been scanned by the shopper, but have not been scanned in the rescan. This can indicate items that have been put back, but have not been removed from the basket.
Finishing the Rescan
On the bottom of the screen, a button is visible that can be used to finish the rescan. Some customers make use of a configuration where the POS system retrieves the ticket from the My-Scan system, and for this, a transfer ticket QR code is necessary. In these configurations, the screen has the following UI, where the store employee can scroll down to see the transfer ticket QR code.
Parameters
Parameter Name | Type | Description | Default |
---|---|---|---|
ShowRescanSummary | Bool | Determines whether a rescan summary should be displayed, after finalizing the full rescan. This only applies to the scenario where differences have been found in the full rescans. If there are no differences, no summary will be displayed. | true |
ShowEotBarcode | Bool | Determines if the TransferredTicket barcode should be displayed on the EOT screen, after the full rescan. | false |
EotBarcodeSymbology | Enum | Options: QR, EAN13, CODE39, CODE128, TEXT. | QR |
PriceFormatType | Enum | Options: DigitsOnly, Prefix, Postfix, PreAndPostfix | Prefix |
PricePrefix | String | String to show before the displayed prices if the PriceFormatType option is set to a value that includes prefixes | € |
PricePostfix | String | String to show after the displayed prices if the PriceFormatType option is set to a value that includes postfixes | null |
PriceDecimalDigits | int | Number of decimals that should be displayed as subunits of the currency (i.e. €0,00 has 2 decimal digits) | 2 |
DecimalSeparator | String | Character to place before decimal places | , |
ItemCatalogEnabled | bool | If true the catalog button will appear on the partial and full rescan (server must have the item catalog service) | false |
FinishRescanMethod | Enum | Options: scanEotBarcode, button, both | button |
FullRescanToPos | bool | If true the full rescan will be sent to the pos rather than navigating the app to the full rescan page | false |