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...
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š
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 =...
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.
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!
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...
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š.
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...
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.
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š
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.