Home > Technical > Table Definitions > CURRENCYCODE
Contains a record for each valid currency code.
Column |
Type |
Description |
VARCHAR(5) |
Unique code assigned by the user to identify the currency. |
|
STRCURRENCYNAME |
VARCHAR(50) |
Name of the currency. |
INTSUGGESTCOINS |
INT |
When POS suggests possible payment amounts, this is the number of coin based suggestions to make. |
INTSUGGESTNOTES
|
INT |
When POS suggests possible payment amounts, this is the number of note based suggestions to make. |
YSNSHOWEXCHRATEONRECEIPT |
VARCHAR(1) |
'T' indicates that the POS should show the exchange rate for this currency on the receipt. If you accept foreign currencies such as USD, GPB, this would usually be checked on so you would see something like this: 75 USD @ 0.6934 If the option is 'F', the exchange rate would not print, for example 75 USD You might choose to set this off on the points currency code so users can't see the exact conversion rate used. |
Primary Key: STRCURRENCYCODE
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |