approve.php
Table of Contents
Functions
- timesheets() : mixed
- checktime() : mixed
- do_approve() : mixed
- listjobs() : mixed
- hols() : mixed
- whatday() : string
- whatday: given a date string, gives us the three letter day of the week. eg 'Mon'
- index() : mixed
- do_hol_approve() : mixed
- do_hol_approve_update() : mixed
- getUnapprovedJobs() : mixed
Functions
timesheets()
timesheets() : mixed
checktime()
checktime(mixed $userid, mixed $week) : mixed
Parameters
- $userid : mixed
- $week : mixed
do_approve()
do_approve() : mixed
listjobs()
listjobs() : mixed
hols()
hols() : mixed
whatday()
whatday: given a date string, gives us the three letter day of the week. eg 'Mon'
whatday(string $date) : string
@param $date string
Parameters
- $date : string
Return values
string —three letter version of the day of the week
index()
index() : mixed
do_hol_approve()
do_hol_approve() : mixed
do_hol_approve_update()
do_hol_approve_update(mixed $row1, mixed $userid1) : mixed
Parameters
- $row1 : mixed
- $userid1 : mixed
getUnapprovedJobs()
getUnapprovedJobs(mixed $userid, mixed $startdate, mixed $enddate) : mixed
Parameters
- $userid : mixed
- $startdate : mixed
- $enddate : mixed