firstName ?> lastName ?> timesheet->currentMonthText ?> timesheet->currentYear ?>

Date Range: timesheet->startDateTimeString) ?> to timesheet->endDateTimeString) ?>
Report Generated:

Totals Calculated with Adjusted time

timesheet->totals as $title => $value) { if($value > 0) { echo ""; } } ?> timesheet->totals as $title => $value) { if($value > 0) { echo ""; } } ?>
$title
$value

Time Sheet

Adjusted time calculated to the nearest quarter hour. Example: 9:07 AM will be adjusted to 9:00 AM and 10:08 AM will be adjusted to 10:15 AM.

batchId; foreach($this->timesheet->entries as $entry) { echo " "; if($entry->inTime != $entry->roundedInTime) { echo ""; } else { echo ""; } if($entry->outTime != $entry->roundedOutTime) { echo ""; } else { echo ""; } echo " "; if($currentBatch != $entry->batchId) { echo ""; } else { echo ""; } echo ""; if(strlen($entry->note) > 0) { echo " "; } } ?>
Date In Time (Actual) Out Time (Actual) In Time (Adjusted) Out Time (Adjusted) Less Time (Minutes) Code Total (Hours) Validated
".$entry->date." ".$entry->inTime." ".$entry->outTime."".$entry->roundedInTime." N/A ".$entry->roundedOutTime." N/A ".$entry->lessTime." ".$entry->codeName." ".$entry->timeWorked."Yes No
Note: ".$entry->note."