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!

Search results for query: *

  1. Chicken730

    Print QR Code using Simphony Extensibility C#

    Has Anyone been able to get this to work in Simphony 2? for me the printer stops printing any time an ESC code is sent to it. Prints a string no issues. thanks
  2. Chicken730

    Split/Transfer info in C# Extensibility application

    If you have an On site CAPS server, there is a Check and Check Detail table that has the information you seek.
  3. Chicken730

    How to read Guest Name from the Check

    C# Create a Macro to add to GuestCheckID. //Get Input var parms = new Micros.Ops.Input.RequestEntryParameters(); parms.Title = title; parms.Prompt = "Enter Customer Name:"; parms.RequestEntryType =...
  4. Chicken730

    Simphony 2 Extensibility Show/Display Returned Data

    Thanks for the reply. What I am working on is a rewards program that I had originally wrote in SIM for the 9700 that uses an old school Dll to do SQL statements and present the data back to the employee in a window. In a nut shell, an employee can either swipe a rewards card or look up the...
  5. Chicken730

    Simphony 2 Extensibility Show/Display Returned Data

    Yes a custom returned data screen that allows input. trying to do something like this sim I use. I was able to load a winform and display data, but it is kind of clumsy passing data between the form and the class. In SIM i would use Window or ListDisplay to display data and capture the...
  6. Chicken730

    Simphony 2 Extensibility Show/Display Returned Data

    Any suggestions/Examples on how to present/display returned data for the user to choose from? I didn't see any window information in the documentation. With ISl there is a window command. Is it best to use windows forms? Thanks!
  7. Chicken730

    Simphony 2 Closed Checks API

    Anyone know if there is a Simphony 2 API Endpoint to pull all the closed checks of a RVC? I found this (IGetCheckInfo Interface) with no documentation on it. Looking to pull all closed guest checks that have been closed by either WKS or transaction services. Also is there a developer portal or...
  8. Chicken730

    SIM 9700 to Simphony2

    Moving from 9700 to Sim 2 hosted with onsite interface and check post. Need some (any) information about setting up a custom SIM script with Includes and Possibly DLL. Currently have it working under extension Applications but, I can only get it to see one isl file and no includes. I get Errors...
  9. Chicken730

    MICROS 9700/Simphony SQL Manual

    I am looking for the Status Flag for the status field in the Checks and Check Detail Files. In the 8700 SQL manual it was in appendix C. The Status Data looks like this. 000000000000000000000000000000000000001000000000 I think every 4 numbers is converted to a hex value of 8,4,2,1 and that cross...
  10. Chicken730

    MICROS 9700/Simphony SQL Manual

    In the 8700 there was a SQL Manual that showed the tables, fields and References. Does anyone have one for the 9700 and Symphony 1/2 systems? Looking for the references for the status field in the Checks and Check_Detail tables in the MSRSPOS and SIMPPOS Database. Also, Has anyone ran across the...

Part and Inventory Search

Back
Top