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

Search results for query: *

  1. jmercado27

    Micros 3700 How to programmatically retrieve Guest check details.

    Nomed, can you post an example query of what you are seeing? Or post what column, table you are getting this info from. This will be a huge relief if this is the answer. Thank you.
  2. jmercado27

    Micros 3700 How to programmatically retrieve Guest check details.

    So was anyone able to get this sorted?
  3. jmercado27

    Micros 3700 How to programmatically retrieve Guest check details.

    Correction.... I mean micros.trans_dtl.type = S for all the rows
  4. jmercado27

    Micros 3700 How to programmatically retrieve Guest check details.

    A check is created with one bottle of wine. And sent in. This check is split in two. And sent in. [I'm assuming you split the wine equally, so at this point you'll have 2 checks with 1/2 bottle on each] Food Items are put on both checks separately. And sent in. The checks are combined back onto...
  5. jmercado27

    Micros 3700 How to programmatically retrieve Guest check details.

    pmegan The 1 = 1 , is just there for testing and readability. This allows you to comment out some of the filters easily w/o having to rewrite the code. Like so: where 1 = 1 --and d.record_type <> 'R' and d.dtl_type <> 'N' But as you state beautifully " There are no entries linking the mi_seq...
  6. jmercado27

    Micros 3700 How to programmatically retrieve Guest check details.

    I've been trying to retrieve what's printed on a guest check with a SQL query, stored procedure, or find a view that does this. I seem to be getting additional information with just a query. select ckdtl.chk_num, tdtl.chk_emp_seq as Check_Emp, tdtl.chk_seq as Check_Seq...
  7. jmercado27

    Micros 3700 database Get Order details

    Hello Moregelen and RitwickGupta I am so glad I found this forum I was wondering if you could tell me: What is the name of the stored Proc to get the Current Menu items details, quantity, price (excluding items that have been moved from one ticket to another or split) in other words, the...

Part and Inventory Search

Back
Top