I have a sim that is checking to verify that servers have completed some custom processes that we've developed before letting them clock out.
The issue I'm having is that we require mag cards for servers in our restaurants, so after getting the employee card number and checking to make sure they have done everything, the time clock gets an error because I'm passing their password id as a string. The system doesn't think they have swiped their card.
Does anyone have a solution for this. I've thought about using a stored procedure for each time clock function, so the sim would then call the stored procedure, but is there a way to make the system think the password was swiped in the sim?
The issue I'm having is that we require mag cards for servers in our restaurants, so after getting the employee card number and checking to make sure they have done everything, the time clock gets an error because I'm passing their password id as a string. The system doesn't think they have swiped their card.
Does anyone have a solution for this. I've thought about using a stored procedure for each time clock function, so the sim would then call the stored procedure, but is there a way to make the system think the password was swiped in the sim?