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!

Can't Edit Time Card in Payroll Preprocessing

Micros 3700

Can't Edit Time Card in Payroll Preprocessing

by  Moregelen  Posted    (Edited  )

If an employee is clocked out, and you can not edit their time card through payroll pre-processing (despite the pay period NOT being locked), the issue is that the system thinks the employee is signed into a workstation.



You will need to know the object number of the employee (number to the left of their name is Poscfg). Run the following command in dbisql, logged in with username custom and password custom:

UPDATE MICROS.emp_status SET uws_seq = NULL WHERE emp_seq = (SELECT emp_seq FROM MICROS.emp_def WHERE obj_num = XXXX)

Replace XXXX with the employee's number.

After running this script, close dbisql, and you should now be able to edit the time card via payroll preprocessing.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top