Track technician work hours and job progress
| Technician | Job Card | Date | Start Time | End Time | Hours | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ substr($timesheet->user->name, 0, 1) }}
{{ $timesheet->user->name }}
|
@if($timesheet->job_card_id)
#{{ $timesheet->job_card_id }}
@else
-
@endif
|
{{ $timesheet->date->format('M j, Y') }} | {{ $timesheet->start_time ? $timesheet->start_time->format('g:i A') : '-' }} | {{ $timesheet->end_time ? $timesheet->end_time->format('g:i A') : '-' }} | {{ number_format($timesheet->hours_worked, 2) }}h | {{ ucfirst($timesheet->status) }} |
|
No timesheets foundGet started by creating your first timesheet entry. |
|||||||