Method | Description | Payment_type_code |
---|---|---|
Cash | CASH | A |
CK | CHECK | K |
CC | Credit Card | C |
DD | Direct Deposit | D |
USER | FKEY-01-USER-XXX
FKEY-01-USER-XXX-CAPTION |
REGISTER
|
FKEY-01-REG-###
FKEY-01-REG-###-CAPTION or ###-FKEY-01 ###-FKEY-01-CAPTION |
DEPARTMENT | FKEY-01-DEPT-ddddddd
FKEY-01-DEPT-ddddddd-CAPTION Note: The dept code used is the CASHIER dept_code which could be either the cashiers table dept_code or the license table dept_code depending on the setting of the DEPARTMENT-PRIORITY-MODE setting ( R or C) |
GLOBAL |
FKEY-01 FKEY-01-CAPTION Uses no specific register, user or department ... will apply to all registers, unless they have the specific overrides described above established. |
# |
Digit placeholder. |
. |
Decimal placeholder. The actual character used is the one specified as the decimal placeholder in your international settings. This character is treated as a literal for masking purposes. |
, |
Thousands separator. The actual character used is the one specified as the thousands separator in your international settings. This character is treated as a literal for masking purposes. |
: |
Time separator. The actual character used is the one specified as the time separator in your international settings. This character is treated as a literal for masking purposes. |
/ |
Date separator. The actual character used is the one specified as the date separator in your international settings. This character is treated as a literal for masking purposes. |
\ |
Treat the next character in the mask string as a literal. This allows you to include the '#', '&', 'A', and '?' characters in the mask. This character is treated as a literal for masking purposes. |
& |
Character placeholder. Valid values for this placeholder are ANSI characters in the following ranges: 32-126 and 128-255. |
A |
Alphanumeric character placeholder (entry required). For example: A-Z, or 0-9. |
9 |
Digit placeholder (entry optional). For example: 0 9. |
C |
Character or space placeholder (entry optional). |
? |
Letter placeholder. For example: a z or A Z. |
Literal |
All other symbols are displayed as literals; that is, as themselves. |