@php $nett = ''; $vat = ''; $gross = ''; $company_name = ''; $total = 0; $total_h = 0; $total_p = 0; $total_hp = 0; $total_estimate = 0; $total_cost = 0; $all_total_cost = 0; $total_profit = 0; $total_loss = 0; $gtotal_cost = 0; $gall_total_cost = 0; $gtotal_estimate = 0; $gtotal_profit = 0; $gtotal_loss = 0; $total_estimate = 0; $total_cost = 0; $all_total_cost = 0; $all_total_hours = 0; $total_profit = 0; $total_loss = 0; $th = 0; $tm = 0; $monday_total_hours = 0; $tuesday_total_hours = 0; $wednesday_total_hours = 0; $thursday_total_hours = 0; $friday_total_hours = 0; $saturday_total_hours = 0; $sunday_total_hours = 0; $monday_total_tmj = 0; $tuesday_total_tmj = 0; $wednesday_total_tmj = 0; $thursday_total_tmj = 0; $friday_total_tmj = 0; $saturday_total_tmj = 0; $sunday_total_tmj = 0; @endphp
@if($project)
{{ $project->company->company_name }} {!! $project->company->address_line1 ? $project->company->address_line1.'' : '' !!} {!! $project->company->address_line2 ? $project->company->address_line2.' ' : '' !!} telephone: {{ $project->company->phone }} fax: {{ $project->company->fax }} e-mail: {{ $project->company->email }} @endif |
|
Project | Activity code | Activity | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY | TOTAL | RATE | APPROVAL | SIGNATURE | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $project_title }} | {{ $timesheet->item_code }} | {{ $invoice_no }} | @if($monday_hr != 0) {{ $monday_hr.':'.$monday_tmj }} @endif | @if($tuesday_hr != 0) {{ $tuesday_hr.':'.$tuesday_tmj }} @endif | @if($wednesday_hr != 0) {{ $wednesday_hr.':'.$wednesday_tmj }} @endif | @if($thursday_hr != 0) {{ $thursday_hr.':'.$thursday_tmj }} @endif | @if($friday_hr != 0) {{ $friday_hr.':'.$friday_tmj }} @endif | @if($saturday_hr != 0) {{ $saturday_hr.':'.$saturday_tmj }} @endif | @if($sunday_hr != 0) {{ $sunday_hr.':'.$sunday_tmj }} @endif | {{ $week_hr_total.':'.$week_tmj_total }} | {{$rate}} | approver_id > 0) checked @endif> | ||
TOTALS : |
{{ $monday_total_hours.':'.$monday_total_tmj }} |
{{ $tuesday_total_hours.':'.$tuesday_total_tmj }} |
{{ $wednesday_total_hours.':'.$wednesday_total_tmj }} |
{{ $thursday_total_hours.':'.$thursday_total_tmj }} |
{{ $friday_total_hours.':'.$friday_total_tmj }} |
{{ $saturday_total_hours.':'.$saturday_total_tmj }} |
{{ $sunday_total_hours.':'.$sunday_total_tmj }} |
|
{{ $week_total_hours.':'.$week_total_hours_tmj }} |
{{($week_total_hours.'.'.$week_total_hours_tmj)*$rate}} |