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!

Search results for query: *

  1. laura youssef

    thread693-1819432 System: Micros

    thread693-1819432 System: Micros Simphony I need an example to add an image (QR Code Image) to the currently open check. Is it possible to be done using C# dll (Micros.Ops)?
  2. laura youssef

    Micros Simphony - Add image to guest check (invoice)

    System: Micros Simphony version: 18.2.4.0 I need to add an image to the guest printed check. I'm already using this code to add custom text in guest check, but now I need to add an image also. var edi = new ExtensibilityDataInfo( "\n User Group \n" + " Gold Member \n", "Key"...
  3. laura youssef

    Micros Simphony - Get all menu items from guest check

    System: Micros Simphony version: 18.2.4.0 I need to get all of the guest check details, particularly the menu items added to the check and their prices. I tried using the following code, but it just returns the names and quantities of menu items, not their prices...
  4. laura youssef

    Micros Simphony - Create new guest check

    Thank you for your reply. Please can you specify table names?
  5. laura youssef

    Micros Simphony - Create new guest check

    System: Micros Simphony version: 18.2.4.0 I need to create a new guest check directly from the Symphony DB. I discovered that two tables were required to create new checks (CHECKS and CHECK DETAIL), but this resulted in numerous errors. I need to understand what is going wrong with the...
  6. laura youssef

    Micros Simphony - Create Guest Check, Extension Application

    Hello, System: Micros Simphony version: 18.2.4.0 I'm attempting to use the Extension application to create a new guest check. I discovered the "BeginTableData" procedure in the Simphony documentation, but I need an example. thanks in advance.
  7. laura youssef

    Micros Simphony - Create Custom View

    Hello, System: Micros Simphony version: 18.2.4.0 I'm attempting to create and display a custom view in the Symphony screen when a specific button is pressed. This screen will show a list of all open checks as well as a filtering option. Is that was posible using Extension application or...
  8. laura youssef

    Micros Simphony - Page Design

    Great idea thank you for your effort and fast response.
  9. laura youssef

    Micros Simphony - Page Design

    Hello, Micros Simphony version 18.2.5 is what I'm using. I'm trying to list guest check of specific order types using page design "check screen lookup", and it works perfectly, now I need to color guest check according to its order type. guest checks under "Delivery" order type will take red...
  10. laura youssef

    Micros Simphony - Create new Check

    The Transaction Services web service is pre-installed on each workstation, but it needs a license to be active. so we need another way to implement the same operation ("Create a guest check", "Add one or more items to any open guest check").
  11. laura youssef

    Micros Simphony - Create new Check

    Hello, Micros Simphony version 18.2.5 is what I'm using. I'm new to this and need to create a new check in Simphony without using the "Transaction Service APIs" because it requires a certificate, so I'm looking for a different way to do it, such as a dll function or something similar. Thanks...

Part and Inventory Search

Back
Top