Date Range: timesheet->startDateTimeString) ?> to timesheet->endDateTimeString) ?>
Report Generated:
$title | "; } } ?>$value | "; } } ?>
---|
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.
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." | "; if($entry->inTime != $entry->roundedInTime) { echo "".$entry->roundedInTime." | "; } else { echo "N/A | "; } if($entry->outTime != $entry->roundedOutTime) { echo "".$entry->roundedOutTime." | "; } else { echo "N/A | "; } echo "".$entry->lessTime." | ".$entry->codeName." | ".$entry->timeWorked." | "; if($currentBatch != $entry->batchId) { echo "Yes | "; } else { echo "No | "; } echo "
Note: | ".$entry->note." |