Yeah, printline isn't supported for KDS.
Do things on a trans even if its fake. Like menu item with reference entry with you info or check info lines maybe (dont recall if those show on kds off top of my head).
The routing of products to KDS should work like any order device when configured. The print classes of the product need to include the enabling the KDS device.
Unless I am misunderstanding your question...
Sample:
LoadKyBdMacro KEY(24,( 16384 * 222) + @PMSSeqNum)
Some info on it...
KeyType 24 = Interface key call type
222 is the inquiry number
@PMSSeqNum if the event you want to call is in the current SIM/ISL file, you can hard code this or call events in other interface files.
16384 ... just...
Unfortunately the easiest way is to create a segmented menu just for Doordash or other online partners with a average upcharge.
If you use 3-5 delivery providers average what you want the consumer upcharge to be with potential consideration of what you are willing to take a hit for these fees...
..... Should give you directional information on how to get a service for ISL comms working.
//Constants
package com.simComs.model;
import java.io.*;
import java.util.Arrays;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Properties;
/*...
It is possible to set the password value using the same one way encryption and salt as Micros / Oracle uses but as AndreasZ stated, if you just need to be able to get into POS and reset the password enable classic security, update the password, and re-enable.
If you need a way to sync employees...
Another way is a SERVICE compatible with the PMS message formats that provides your return information and use RX/TX message to obtain your information.
Found this from another post here on the tek tips forums, didn't test but thought you may find it useful (even if it's just directionally helpful)
event INQ : 200000
var qrCodeData: A255
var qrCodeDataLen : N3
var rawDataLen: N3
var PrintDataCode : A1000
startprint @CHK
format qrCodeData...
In case this helps... Simple post of transaction to RES 3700 via TS attached below with some thoughts.. Not sure it hits your need.
There are creative ways to fire SIM from a TS post using idle no trans and evaluating for a specific transaction element, fairly rough to explain here though.
I...
Not exactly the answer to your question but have used Apache Guacamole with a Windows VM to "run" Micros on anything, iPad, Android, Mac's, etc., etc..
https://guacamole.apache.org/
I know it's not directly related to your question but someone may find it useful.
using dbisql (hopefully you have a sybase DB login if not different more complicated but still solve-able),
This will set your ID number in micros to something easily usable.
update micros.emp_def set id = '11',pc_appl_id='11' where obj_num = 555
Then you need to turn on classic security...
Pretty much the same thing in the time card detail table,
SELECT * FROM micros.time_card_dtl
WHERE emp_seq = (SELECT emp_seq FROM micros.emp_def WHERE eDef.obj_num = 9999)
ORDER BY clk_in_date_tm;
Shouldn't be anything here that is sensitive data, if you post it, it would be a lot easier to...
Call micros if you are under support...
Or, run DBISQL,
Replace the 9999 with the employee number of the employee you are having trouble with sticking on the clock.
SELECT
tm_clk_status
FROM micros.emp_def eDef
JOIN micros.emp_status eStatus
ON eDef.emp_seq = eStatus.emp_seq
WHERE...
Almost forgot ...
You need to grant permissions for this to be executable from Micros as an autosequence step.... As I recall the last one is the most important to Micros these days but no problem to do this to all of the groups.
grant execute on custom.sp_PurgeTermEmpSched to...
Sorry for delayed response ...
This is just a sample but it does work, it will delete all schedule / break schedule records for employees that are terminated.
The first couple lines will add an entry to Micros so that you can use this stored procedure as an autosequence "stored proc" step...
In POS Configurator | Time & Attendance | Number of days to store schedules ... That is one thing.
If you want to purge them quicker for termed employees.. It's a pretty simple procedure, if you would like me to post a sample please let me know.
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.