![]() |
Orgen Group Pty Ltd [email protected] 1300 479040 |
| Daily Work Sheet Report | {{ $project->date }} |
This form must be completed by the CREW TEAM LEADER. It must also be signed by an APPROPRIATE CLIENT REPRESENTATIVE to acknowledge completion of work and acceptance of any additional charges noted.
| Customer {{$project->company->name}} |
Location {{$project->address}} |
Date {{ \Carbon\Carbon::parse($project->date_project)->format('d/m/Y') }} |
Team Members Working Onsite
| Name | Start Time | Finish Time | Total Hours | Comments | Please note any site safety concerns |
|---|---|---|---|---|---|
| {{ $user->user->name }} {{ $user->user->last_name }} | {{ \Carbon\Carbon::parse($user->start_date)->format('h:i A') }} | {{ \Carbon\Carbon::parse($user->finish_date)->format('h:i A') }} | {{ $user->total_hours }} | {{ $user->comments }} | {{ $user->comments_safety }} |
Total Team Members Working Onsite Hours: {{$project->total_hours_users}} Hrs
@if ($project->type != '3')Work Details
| {{$project->type == 1 ? 'Container Reference' : 'Number of Pallets'}} | Size | Start Time | Finish Time | Total Hours | @if ($project->type == 1)Forklift Time | @endifWaiting Time | @if ($project->type == 1)Excessive Weight | Qty | Sku/Client Ref | @endif @if ($project->type == 2)Total labels per pallet | Total labels | @endif
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $project->type == 1 ? $detail->name : $detail->number_of_pallets }} | {{ $detail->setting_size->name }} | {{ $detail->start_date ? (\Carbon\Carbon::parse($detail->start_date)->format('h:i A')) : '-' }} | {{ $detail->finish_date ? (\Carbon\Carbon::parse($detail->finish_date)->format('h:i A')) : '-' }} | {{ $detail->total_hours }} | @if ($project->type == 1). {{ $detail->forklift_time == 1 ? 'Yes' : 'No' }} | @endif. {{ $detail->waiting_time == 1 ? 'Yes' : 'No' }} | @if ($project->type == 2){{ !$detail->total_labels_per_pallet ? 0 : $detail->total_labels_per_pallet }} | {{ (!$detail->number_of_pallets ? 0 : $detail->number_of_pallets) * (!$detail->total_labels_per_pallet ? 0 : $detail->total_labels_per_pallet) }} | @endif @if ($project->type == 1). {{ $detail->excessive_weight == 1 ? 'Yes' : 'No' }} | {{ $detail->quantity_type && $detail->quantity_type_id != 5 ? $detail->quantity_type->name : '' }} {{ $detail->quantity_type_id == 5 ? $detail->other_quantity : '' }} {{ $detail->product_name }} | {{ $detail->sku }} | @endif
Total Work Hours: {{$project->total_hours_work}} Hrs
@endif @if ($project->type != '3')Complete below if waiting time applies or any additional hours worked.
| Tick if apply | TOTAL HRS | Comments / Notes | |
|---|---|---|---|
| {{ $additional->name }} | . {{ $additional->tick_if_apply== 1 ? 'Yes' : 'No' }} | {{ $additional->total_hrs }} | {{ $additional->comments }} |
Total Hours: {{$project->total_hours_additionals}} Hrs
@endif @if($project->images && count($project->images))|
{{ $image->user ? $image->user->name : 'Sin usuario' }}
@if($image->project_detail)
{{ $image->project_detail->name }}
@endif
|
@endforeach
@for($i = $imageChunk->count(); $i < 3; $i++)
@endfor |
Damages
@if($project->damages && count($project->damages))
|
{{ $image->user ? $image->user->name : 'Sin usuario' }}
@if($image->project_detail)
{{ $image->project_detail->name }}
@endif
@if($image->comments)
{!! $image->comments !!}
@endif
|
@endforeach
@for($i = $imageChunk->count(); $i < 3; $i++)
@endfor |
CLIENT:
By signing this form, you acknowledge you are satisfied with the work carried out & acceptance of all associated costs, including any additional charges listed. Charges for the above will be based on the agreed rates included in the rates proposal provided by Orgen Group.
@if($project->signature_path)
By signing this form, you acknowledge you are satisfied with the work carried out & acceptance of all associated costs, including any additional charges listed. Charges for the above will be based on the agreed rates included in the rates proposal provided by Orgen Group.
Approved by:
@if($project->signature_path)
@endif
@endif
@if($project->declarant_no_on_site)
@if($project->signature_path)
Name: {{ $project->approved_by ?? 'N/A' }}
Date: {{ $project->approved_date ?? 'N/A' }}
Date: {{ $project->approved_date ?? 'N/A' }}
Client no one on site.
@endif
{{$project->declarant_no_on_site_why}}
@if (!in_array($project->status_id, [5,6]))
 }})