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 bkrike 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: *

  • Users: Milos MNE
  • Content: Threads
  • Order by date
  1. Milos MNE

    Split/Transfer info in C# Extensibility application

    Hello, How can I obtain information about check splits and transfers in c# Extensibility application? I tried subscribing to OpsAddCheckEvent and OpsTransferCheckEvent but their event args aren't really helpful. It doesnt have to be a specific check, a list of all splits and transfers would do...
  2. Milos MNE

    Print QR Code using Simphony Extensibility C#

    Hi, I would like to print QR code on Simphony check. String for QR code is dynamic, not fixed. I was thiking about using CustomTrailer field in OpsCustomReceiptEvent for that but I couldn't manage to do it. Does anyone have an idea what should I do? Thanks!
  3. Milos MNE

    Uknown System Variable (@DTL_TAXTTL)

    Hi, I'm trying to get the tax amount from every check item and I've found in SIM manual that system variable for that is @DTL_TAXTTL but when I try using it I keep getting this message: The code I'm trying to test it is: event inq:1 var i:n5 var count:n5 = 1 if @numdtlt = 0...
  4. Milos MNE

    Arguments for Simphony Extensibility App

    Hi, I'm trying to call a function from my dll by clicking on a button but I keep getting this exception: My arguments are: Currently return type of my C# method is void and I think that's the problem. What return type should it be and is there a way to change the expected return type...
  5. Milos MNE

    Prevet Simphony from closing the check C#

    Hello, Can someone tell me how to prevent Simphony from closing the check when customer presses tender media button in case I need it to? I would like the chceck to stay open so I can show a message to the customer. I'm creating ext app in C#. Kind regards, Miloš

Part and Inventory Search

Back
Top