GAMicrosUser
MIS
We have an online ordering system that inserts orders into our Micros 3700 system. Unfortunately the Micros API does not allow the online system to close the checks.
The current process requires cashiers to pull up each online order as an open check an manually close it.
I would like to handle this process programatically if possible.
I can very easily identify the checks that I wish to close in the chk_dtl table. All of the online trasactions are CC paytypes and are approved prior to the transaction being inserted.
I have been unable to locate a stored proc that Micros Ops is using to close checks via the interface.
Does anyone have any experience writing a query to manully close a ticket?
The current process requires cashiers to pull up each online order as an open check an manually close it.
I would like to handle this process programatically if possible.
I can very easily identify the checks that I wish to close in the chk_dtl table. All of the online trasactions are CC paytypes and are approved prior to the transaction being inserted.
I have been unable to locate a stored proc that Micros Ops is using to close checks via the interface.
Does anyone have any experience writing a query to manully close a ticket?