Generic

Parameter Description
AskPriceIfUnkonwn By default a product cannot be sold (added to the receipt) if price information is not available, a message ’this product cannot be sold in xxx’ where xxx is the priceline. If this parameter is enabled the pos will ask for a price.
BarcodeIsAltItemId The application will use the scanned barcode as item id to find the product by AltItemId
BarcodeIsItemId The application will use the scanned barcode as item id to find the product. There are two optional parameters related to this parameter, ItemBarcodePrefix and ItemBarcodeHasCheckDigit
DiscountRates Defines a list with default discounts for the AppDiscount function. For example 10; 20; 30 shows 3 buttons with 10%/20%/30%.
ItemBarcodePrefix Used when BarocdeIsItemId is set, it removes the prefix from the barcode. For example, if the barcode is 9912345 and this parameters is 99, the item id 12345 will be searched.
ItemBarcodeHasCheckDigit Used when BarocdeIsItemId is set, it removes the last digit from the barcode. For example, if barcode 123459 is scanned, item id 12345 will be searched.
PlaySounds By default sounds and alerts are played on the hardware sound card. If hardware does not have a sound card, but only a speaker, set this value to 0.
QtyAllowedCheck This parameter was added to enable the item QtyAllowed setting from the database. The value is default false.
TicketNumberMin The first ticket/receipt number that should be used, the default is 1. For fiscal countries a value 1 is mandatory.
TicketNumberMax The highest ticket number, when the number is reached the point of sale rolls back to TicketNumberMin. Default value is 999999.