Jump to content

need help with timeclock app + cron


newbiehacker

Recommended Posts

I am using php timeclock and need a way to notify the hr dept if an employee does not clock out at night. My problem is that i cant figure out a way to write the mysql code for the cron job. the database is set up like this

fullname|inout|timestamp|notes|

I need the sql to find the employees that are still in the "out" status at a certain time. I am a newbie and would be thankful for any help.
Thanks
Link to comment
Share on other sites

yes, the inout field either holds "in" or "out" and I need to run the cron at around 1:00 in the morning to check which employees if any did not clock out for that day. the timestamp field hold a unix time stamp which is converted in the php timeclock app.
Link to comment
Share on other sites

here is a sample of the table. the ip adress does not matter. I use the employees extension for fullname
+----------+-------+------------+-------+---------------+
| fullname | inout | timestamp  | notes | ipaddress    |
+----------+-------+------------+-------+---------------+
| 200      | out  | 1152219879 | NULL  |              |
| 200      | in    | 1152219858 | NULL  |              |
| 200      | out  | 1152219659 | NULL  |              |
| 200      | in    | 1152219636 | NULL  |              |
| 200      | out  | 1152219405 | NULL  |              |
| 200      | in    | 1152219385 | NULL  |              |
| 200      | out  | 1152219118 | NULL  |              |
| 200      | in    | 1152219028 | NULL  |              |
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.