Hi,
I created a customized keyboard for Micros 3700d and it's not showing the values inputted through the customized keyboard though when I hit enter, it will show the value I entered through the infomessage box I created:
here's the keyboard I made:
here's the code for that:
SUB...
HI Would anyone know how to configure the discount so when I call it in my sim script, it will apply the discount in amount and not in percentage? Because it seems like it always applies the discount in percentage:
My POS configurator looks like this:
My code in ISL is like this...
Hi would anyone know this error on Micros? I created and ISL file that will trigger the discount:
Here's the configuration of discount:
I am not sure why that error occurs since I didn't set any max discount for the items.
Thanks!
Hi! Would anyone know these errors upon loading of Micros ops?
opsdbs.cpp (10359): Unexpected Database error Call failed
then after that error shows, this one will show, Invalid Work Station Revenue Programmed:
after that error, the system will terminate. Thank you!
Hi,
I tried setting up Gift certificate on Micros and also doing the ISL, but both ways I get the error "Invalid gc serial number" whenever I swiped the card.
I tried this link: Link
and also this: Link
Thanks!
Hi! May I know how can I get the level of menu items from MICROS using ISL? I need to pass to our 3rd party system something like this:
Structure:
"items": [
// parent item
{
"level": 0,
"line_number": 1,
"parent_line_number": 0,
"name": "Pizza"...
Hi,
Would anyone know how can I modify the micros built in keyboard? I'm thinking it's in the OpsDisplaySys but that file is encrypted so I couldn't read it. Appreciate any help. thank you!
Hi,
Is there a way that I could create a screen with buttons programmatically thru ISL in micros? The screen will contain different buttons that will call difference events. Thank you!
Hi,
I've read from MICROS 3700 documentation that the maximum string for prompt messages in micros must not exceed 38 characters or else it will throw errors like string overflow or automatically truncate the string. Is there a way like on how can I create a generic message box in micros that...
Hi,
I tried setting up the printer connected to my desktop from which the MICROS is installed. The remote printer is an EPSON U220B.
here are the steps I did to make it work:
I set up a roll printer in Devices, with a network node pointed to the remote printer ip address
I chose the TCP/IP...
Would anyone know if there is a max number for Event Inquiry number? I tried using 9010 as the Interface number and also set the ISL Inquiry number to 9010. I changed as well the touchscreen designer to the same Inquiry PMS number. But when I ran the POS and click the button with the PMS9010.isl...
Hi,
Is there a way to invoke a sim script event for example that will send the whole check details to a third party system upon closing a check? For example, if the waiter click the Cash button for closing, it will call an event that will submit all the check details thru txmsg?
Hi, would anyone know how to display record on listdisplay? I was trying something like this:
event rxmsg : success_reply
var list_size : n3
var list_name[totalItems-1] : a40
var list_price[totalItems-1] : a40
rxmsg list_size,list_name[]:list_price[]
window totalItems-1, 42, "Details"...
So I was trying to display the array list in a ListDisplay but I kept on getting Unexpected End of Line error:
event rxmsg : success_reply
rxmsg success_msg
window totalItems-1, 25
ListDisplay totalItems-1, 1, detail_name
waitforclear
//infomessage success_msg
endevent
And would...
Hi I'm new to Micros ISL and been going through some research on how can I integrate a C# WPF project to Micros 3700 SIM ISL. I read that rxmsg is executed when a response is received from the third-party system interfaced to the 3700 but I'm not really sure how it works since the documentation...
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.