';
echo '
Employees Currently Working
';
echo '
';
echo '
';
//echo 'Do not make add shifts as an admin. Make a test employee account for yourself and open another browser and clockin on the timeclock page there. '; ?>
| Employee Name |
Department |
Clock In Time |
Shift Note';
}
?>
Status |
Options |
| Employee Name |
Department |
Clock In Time |
Shift Note';
}
?>
Status |
Options |
'shift', 'posts_per_page' => -1)); ?>
have_posts()) : $loop->the_post(); ?>
post->ID);
$employee_clock_in_time = $custom["employee_clock_in_time"][0];
$employee_clock_out_time = $custom["employee_clock_out_time"][0];
$shift_note = $custom["shift_notes"][0];
$location = $custom["location"][0];
if ($location){
$location_name = get_the_title($location);
}
$clock_in = "";
$clock_out = "";
$alternate_class="";
if ($count % 2 == 0) {
$alternate_class="alternate";
}
if ($employee_clock_out_time == null){
?>
|
post->ID);
?>
|
|
'.$shift_note.'';
}
?>
Currently Working
|
|
Total Clocked In: