Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrections to Examples of ZZZ PSSIMPLETIPSW

...

Ui expand
titleCentral Table ZZZ Configuration: PSSIMPLETIPSW

If present, this ZZZ is used to control three behaviors.

  1. Turn the system's use of Simple Tip screens ON or OFF. Use values Y and N
  2. Optionally, this ZZZ also overrides the system's $500 default display threshold. The threshold determines whether the program displays fixed tip amounts when the bill exceeds the threshold, or tips as a percentage when under. 
  3. Optionally, completely suppress the display of $ or % buttons which enable clerks to choose which version of suggested tip amounts to display. 


PARM1,PARM2,PARM3

PARM1 = Y or N.  Y meaning Yes, turn on.  No meaning No, turn off. The default is N, turn OFF.  

PARM2 (optional). The default is 500, meaning if the order's total is $500 or more, display the tip screen with fixed dollar amounts. If the order's total is less than $500, display the tip screen with fixed percentages first. 

PARM3 (optional). The default is NO. Hide the buttons labeled $ and % 


Example (1)

  • N,,
  • Turn OFF and do not use simple tip screens

Example (2)

  • Y,,
  • Turn ON and use simple tip screens with its $500 default display threshold

Example (3)

  • Y,750,
  • Turn ON and use simple tip screens, and set the display threshold to $750

Example (4)

  • Y,375,
  • Turn ON and use simple tip screens, and set the display threshold to $375

Example (5)

  • Y,,Y
  • Turn ON, use the program's $500 default threshold, and hide the $ and % buttons. This effectively prevents the user from overriding the default or defined threshold. 


...