Rescan - 014201
Not Supported:
Full rescan - 01420100002
Function Parameters
FullRescanConfigs
Note:
extends ProcessConfig
Partial rescan - 01420100001
Function Parameters
Note:
extends ProcessConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| transactionPreviewContextConfig | TransactionPreviewContextConfig | It defines the configuration for position-related operations. | |
| processBarcodePositionOperationConfig | PositionOperationConfig | It defines the configuration for position-related operations. |
Rescan Check - 01420100008
ConfigurationRescanServiceConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| offlineCalculationConfig | RescanServiceOfflineCalculationConfig | ||
| onlineCalculationConfig | RescanServiceOnlineCalculationConfig |
RescanServiceOfflineCalculationConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| probability | Double | The parameter defines the probability of a rescan. | 0.05 |
| rescanType | String | The parameter defines the rescan type. Possible values:
|
partialRescan |
| itemsPercentage | Double | The percentage defines how many items (in %) should be rescanned. | 0.5 |
| itemsMin | Integer | The parameter defines the minimum number of items to be rescanned. | 1 |
| itemsMax | Integer | The parameter defines the maximum number of items to be rescanned. | 5 |
RescanServiceOnlineCalculationConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| webserviceConfigId | WebServiceServerConfig | Configuration ID of the web service which calls the Fraud Detection Service | WebServiceServerConfig.FraudDetectionService |
WebServiceServerConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| address | String | The parameter is used to set the URL to the Fraud Detection Service | https://localhost:50443/self-scanning-service/tenants/${SystemConfig.tenantId}/services/rest/fraud-detection/v1/fraud-analysis |
RescanConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| rescanEnabled | Boolean | The parameter defines if a rescan is enabled or not. | false |
Logging
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| log.level.com.gk_software.pos.service.rescan.bl.RescanBLServiceImpl | String | Defines the log level of the communication to the Fraud Detection Service | WARN |