Home > Technical > Table Definitions > SYSTEMTABLE
This table is used like an INI file but it enjoys the benefits of database transaction support.
Column |
Type |
Description |
VARCHAR(30) |
The key to find/update the value for, for example LoyaltyRounding, LoyaltyEmailNewCust, DefaultStocktake, NCRPOS functionality, NCRDEFKSBUTTONCOLOUR, ImageVersionFile, OnlyMandStockForPO. |
|
STRVALUE |
VARCHAR(200) |
The current value for the corresponding key. |
STRKEY |
STRVALUE |
LoyaltyRounding |
0 = Always round up |
LoyaltyEmailNewCust |
T = True |
DefaultStocktake |
Store, Direct, Bar, Bar Direct. |
NCRPOS functionality |
T = True |
NCRDEFKSBUTTONCOLOUR |
Default button colour for Debenhams Keyboard States - 13348743 light blue. |
ImageVersionFile |
c:\version.txt |
OnlyMandStockForPO |
F = False |
Primary Key: STRKEY
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |