Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros 3700 SIM ISL Event for Tranfer Xfer/Add table

MBrightman

Technical User
Sep 19, 2024
1
0
1
Is there a SIM ISL event I can use for transfer tables ( Xfer/Add table ) ?
Can anyone provide me an example ?

Thanks in advance !
 
As such, I cannot find any code that can be used directly as a function within the SIM. It occurred to me that perhaps LOADKYBDMACRO or LOADKYMACRO could be used:

For example, with this you can cancel an order

cancel_order = KEY( 1, 458844 )
LOADKYBDMACRO cancel_order, @Key_Enter

Where one refers to Key Type And 458844 It is the cancellation of a check

maybe:

transfer_table= KEY( 1, 393219)
LOADKYBDMACRO transfer_table, @Key_Enter

Check Operations Keys​





Key​

Key
Type​

Key
Code​

Hex Key
(2800 only)​

Split Check139321700C8
Add/Transfer Check Number139321800C4
Add/Transfer Table139321900C5
Block Transfer Check139322000AE
Table Number139322100A8
Guest Check ID1393222019D
Order Type 1139323300A4
Order Type 2139323400A5
Order Type 3139323500A6
Order Type 4139323600A7
Order Type 5139323701FE
Order Type 6139323801FF
Tax Exempt13932480940
Tax1 Exempt13932490941
Tax2 Exempt13932500942
Tax3 Exempt13932510943
Tax4 Exempt13932520944
Tax5 Exempt13932530945
Tax6 Exempt13932540946
Tax7 Exempt13932550947
Tax8 Exempt13932560948
Auto Service Charge Exempt13932640949
Split Check139328000C8
 

Part and Inventory Search

Sponsor

Back
Top