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. 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 goodbody, do I have to enable qr printing on simphony or something like that? The printer I'm using is EPSON and it prints QR codes but when I try to send a command through extensibility it prints everything up until that command and it stops, it doesn't even cut the paper. Regards, Miloš
  3. Milos MNE

    Print QR Code using Simphony Extensibility C#

    Thank you so much! Whenever you find time. Are you also going to try with a string or something else? Maybe I can figure something out in the meantime. Btw, the method I've been using is: private string PrintQR(string link) { Encoding m_encoding =...
  4. Milos MNE

    Print QR Code using Simphony Extensibility C#

    Thank you goodbody. Can you please share a code? I've tried with sending the QR in string format that works in PrintLine command in ESC/POS but it didn't work.
  5. 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!
  6. 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...
  7. Milos MNE

    Arguments for Simphony Extensibility App

    Thank you for your help. I've tried creating very basic DLL, with only one empty method and now I'm getting error Can't find Assembly my_dll_name_lowercase.dll. Do you have an idea why am I getting this? Am I using the function arguments right? Regards, Miloš.
  8. 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...
  9. Milos MNE

    Prevet Simphony from closing the check C#

    Thank you Martin. I was using Abort Event at wrong time, at FinalTenderEvent. If used at that time it just closes the check no matter if I pass Abort or Continue. But when it's used at TmedEvent it works as it should.
  10. 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