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. vhp2023

    Micros Simphiny - Extension app - How to get items and payments of a check

    great! and how can i get the Tip of a payment?
  2. vhp2023

    Micros Simphiny - Extension app - How to get items and payments of a check

    Hi everybody, i want to get all items and payments of a check, i am using opsContext.Check.CheckInformation.ToList().ForEach(c => { //opsContext.ShowMessage(c.ToString()); }); but CheckInformation is always empty, how can i get the items and payments of...
  3. vhp2023

    Avoid cancel transaction confirmation popup

    Hi! i need to cancel a transaction using the command OpsContext.ProcessCommand(new OpsCommand(OpsCommandType.CancelOrder) { }); but when it happen then a confirmation popup is showing up: how can i do to prevent show this popup?
  4. vhp2023

    imphony POS Client Extension Application | Abort current check/transaction

    Hi everyone! i need to add a validation when a check is closed, i suscribed to the OpsCloseCheckEvent event, but i need to abort/delete the current transaction if there is an error, i am returning EventProcessingInstruction.AbortEven but the check is created anyway, i need to abort the...
  5. vhp2023

    Simphony POS Client Extension Application | Get name of major group

    Hi! i need to get the name of the menu item's major group using c#, the OpsMenuItemDetail class has the prop MajGrpObjNum, but i need the name of the Major Group, how can i do to get it? thanks!
  6. vhp2023

    Simphony POS Client Extension Application | Add payment using OpsContext ProcessCommand

    Hi! i have another question, how can i do to show discounts in this popups? thanks in advance!
  7. vhp2023

    Simphony POS Client Extension Application | Add payment using OpsContext ProcessCommand

    I can't see that list, how did you get there? i cant see that option "Tender/Media" in my EMC dashboard
  8. vhp2023

    Simphony POS Client Extension Application | Add payment using OpsContext ProcessCommand

    Hi everyone! I am tring to add a payment manualy using OpsContext ProcessCommand, but i get this error: my code is: var result = OpsContext.ProcessCommand(new OpsCommand(OpsCommandType.Payment) { Number = 3, Text = "CTA" }); I dont know wich exactly params i have to use or set, in this case 3...

Part and Inventory Search

Back
Top