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. Vikram Singh

    Simphony Transaction API giving Error

    Hello Experts, I'm getting the below error when posting a new order using Transaction API Gen 1. Please help me to solve this error [highlight #FCE94F]An item with the same key has already been added[/highlight] Please find the Micros POS logs Below: 05/13/23 17:38:13.806, 5, 0,API...
  2. Vikram Singh

    How to add a menu item with Weight and its price using C# extensibility code

    Hello experts, How can I Insert/add a menu item to an open check with ItemWeight and PriceOverride using C# extensibility code in Simphony Micros Thank You,
  3. Vikram Singh

    How to find discounts link with menu item in a check using C# code

    Hello experts, How can I find out using the extensibility C# code which item is excluded from these 3 menu items in the attached Screenshot 10% discount applied in? I think this discount configuration is based on Menu Item Groups. How I can find out the Menu Item Group id of a menu item...
  4. Vikram Singh

    How to read Guest Name from the Check

    Hello, Anyone, knows or clue how to [highlight #FCE94F] add the Guest's Name to the check and read the Guest's Name from the Check using Extensibility C# code?[/highlight] If so please help me with the code snippet .
  5. Vikram Singh

    Micros Checks are not Syncing to the Simphony server

    Hello, I'm facing a synchronizing issue with some of my POS from certain branches to my Simphony 18.2 server. A few checks are not showing or missing in the My-Micros reports. I assume this causes the difference between My-Micros reports and local POS reports. Has anyone faced this issue, and...
  6. Vikram Singh

    Simphony Transaction API Logs

    Hello , Where I can find the Siphony TSAPI request and response payload logs for each transaction Thank you,
  7. Vikram Singh

    How to find which Item excluded from a particular discount applied to a Check using C# extensibility

    Hello, Anyone can help me with this: How do I know which Item is excluded from a particular discount applied to a Guest Check? For example: First Item = $10.00 Second Item = $10.00 Third Item = $10.00 20% Discount = $4.00 -------------------------- Due Amt = $26.00...
  8. Vikram Singh

    Transaction API : Check number not valid Error

    I'm getting [highlight #EDD400]Check number not valid [/highlight] error on PostTransactionEx method by using Simphony Transaction API. I was able to post-check till the last restart of my POS. After the restart, this error returned. Please help
  9. Vikram Singh

    How to Add Open Item Discount Amount using Extensibility C# Code

    Hello , By using the below code I can add a discount to my Order and it is working fine . I want to know what changes I have to make to add an Open Amount Discount to the Check. Please help me with the required C# code var result = OpsContext.ProcessCommand(new...
  10. Vikram Singh

    How to show Pick Up Check Screen using Simphony Extensibility C# Code

    Hello everyone, how can I show the below screen (Pick Up Check)using Simphony Extensibility C# Code and get the selected check number?
  11. Vikram Singh

    How to Get Closed Check Details in Simphony / Micros extensibility using C#

    Hello Experts, How I can get [highlight #FCE94F]closed check details for a selected check number[/highlight]. I have tried OpsContext.DataStore . But I can't find any reading method for getting the check details. please help
  12. Vikram Singh

    How to read receipt contents for a Check using extensibility programming in C#

    Hello Friends, Is there any way to get the [highlight #FCE94F]receipt contents[/highlight] at the time of closing a check using [highlight #FCE94F]Simphony / Micros extensibility programming[/highlight] in C#? Thank you
  13. Vikram Singh

    QR-Code printing using C# in Simphony / Micros extensibility

    Hello Experts, I’m looking for printing a dynamic QR-Code on the check trailer using Simphony / Micros extensibility programming in C#. Please help me with the Sample C# Snippets. Thank you
  14. Vikram Singh

    How to Read Itemdiscount using Simphony Extensibility C# Code

    Hello everyone I want to read the ItemDiscount using Simphony Extensibility from OpsContext.CheckDetail[]. I’m able to read the details of the normal discount but I don’t know how to read Itemdiscount details for a particular parent item please help. Please refer to the Screenshot for a better...
  15. Vikram Singh

    How to Enable SIM Script on Simphony2

    Hello I'am new to SIM Script and Micros Can any one help me to enable SIM script and show me how to invoke a sample SIM script on Simphony2

Part and Inventory Search

Back
Top