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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MICROS 3700 Post Open Check

Status
Not open for further replies.

NorwayJoe

Programmer
Feb 28, 2019
11
SE
I'm working with an MICROS 3700-integration and have a question about PostTransactionEx endpoint.
Is there a way to post a open check that I can pick up in POS Operations?
I've tried laborating with CheckStatusBits but with no luck.
Might it be a setting on the workstation that prints all check automatically?
 
If you don’t include a payment the check should stay open. Just keep in mind a huge limitation of the check system is that if a check is open (stuck in your api transaction or open on a terminal) nothing else can touch it. It can make it a pain if you’re integrating something like an automatic wine dispenser (originally tried using a callback that would automatically add the items to the check but there wasn’t a good way to handle when the check was locked) and he api would end up locking the check for a much longer time than you’d expect.
 
Thanks!

Posting it without a Payment-tender media seems to work. Although it gets printed

What I want to accomplish is:
1. PostTransaction through TS API
2. Open the check in POS Operations
3. Handle the check in POS Operations

How can I do this, or do I need another method than PostTransaction

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top