There are approximately twenty different Tender Entry functions.
Choose the functions you would like most accessible and keep them one or two key strokes away! The rest will be easy to access on the F11 Miscellaneous Function Menu.
Productivity Tip |
You can map up to eighteen functions to any standard keyboard using F2 through F8 and shifted F2 through shifted F12
F1, F9, F10, F11, F12 are reserved.
The F2 List button can list an unlimited number of definable Tender Types.
If you use a programmable keyboard you can call any Tender Type with a keyboard macro via %{tendertypecode}. e.g. %CREDIT.
If you want to set up a button for 10 dollar bill, 20 dollar bill etc see examples in F-keys In Ticket Entry
About the table...
The table shows the default Tender Entry function key mapping that Acme ships with.
The Privilege Required column lets you know if there is an explicit privilege for the function "E".
This is NOT a list of all the privileges in acme, it is only a list of the ones attached to Tender Entry Functions.
Command Codes are shown for use with programmable keyboards. Just program a key macro to play the up caret and the two characters.
you can also define your own Tender Types and assign then to Function Keys.
Type |
Function |
Default |
Privilege Req'd |
Command |
Customer |
|
|
|
|
|
Select Customer |
F3 |
E |
^CU |
Edit |
Delete Line (highlighted) |
F10 reserved |
|
^VL |
|
Void Last (tender) |
F9 reserved |
|
^VO |
Find / View |
|
|
|
|
|
Help |
F1 reserved |
|
|
|
List (context sensitive) customer, tender type |
F2 |
|
^LI |
Misc |
Misc. Function Menu |
F11 reserved |
|
^MF |
|
Endorse Check |
|
|
^RE |
Tender Types |
Add any tender type you define in >Maintenance >Tender Types |
|
|
|
|
Cash |
F5 |
|
Cash |
|
Check |
F6 |
|
Check |
|
Credit Card |
F7 |
|
Credit Card |
|
Gift Certificate |
F8 |
|
Gift Certificate |
|
House Charge |
F4 |
E |
House Charge |
Action keys can be combined for certain circumstances. For example...
Tender a 10 Dollar Bill Button
On the Tender Screen assign a Cash Tender to a button and set the action to
"%CASH{ENTER}1000{ENTER}"
Repeat for other dollar bills if you like. Please note, you may need to include the decimal place in the action key depending on other Acme Setup. Like this: "%CASH{ENTER}10.00{ENTER}"
If you want to have the macro automatically press the SAVE button for you as well use this:
"%CASH{ENTER}1000{ENTER}^SA{ENTER}"
Note button modifications of this nature are not active until you exit and re-enter Acme.
Related Topics