Validate Time Sheet

Review the following entries and if accurate submit for approval.

Once a time sheet has been validated entries cannot be modified.

timesheet) > 0) { echo "
Date
Time In (Adjusted)
Time Out (Adjusted)
Less Time
Time Worked
Time Code

"; foreach($this->timesheet->entries as $entry) { echo "
".$entry->date."
inTime."\">".$entry->roundedInTime."
outTime."\">".$entry->roundedOutTime."
".$entry->lessTime." Min.
".$entry->timeWorked." Hours
".$entry->codeName."

"; } } else { if($this->needsValidation) { echo "
No time submitted.
"; } else { echo "
Timesheet already validated.
"; } } ?>
timesheet) > 0) { echo "
".$this->form."
"; } ?>