| Customer Name | {{ $customer->display_name }} | SR.NO | {{ str_replace('VISIT-', '', $visit->barcode) }} |
|---|---|---|---|
| Service Location | {{ $property->full_address }} | Date | {{ \Carbon\Carbon::parse($timesheet->date)->format('d-m-Y') }} |
| Time in | {{$timesheet->start_at}} | ||
| Person In Charge | {{ $contact_person->display_name }} | Time Out | {{$timesheet->end_at}} |
| Invoice To | {{$billing->full_address}} | ||
| S. No. | Equipment | Serial No. | Model | Location |
|---|---|---|---|---|
| {{ $tkey + 1 }}. | {{ $line_item->equipment_name }} | {{ $line_item->equipment_serial_no }} | {{ $line_item->equipment_model }} | {{ $line_item->equipment_location }} |
| S. No. | Service Done | Price | QTY | Amount |
|---|---|---|---|---|
| {{ $tkey + 1 }}. | {{ $line_item->name }} | $ {{ \App\Helpers\Common::formatMoney($line_item->rate) }} | {{ $line_item->quantity }} | $ {{ \App\Helpers\Common::formatMoney($line_item->total) }} |
| Sub Total | $ {{\App\Helpers\Common::formatMoney($ticket->sub_total)}} | |||
| GST @ {{$ticket->tax_value}} % | $ {{\App\Helpers\Common::formatMoney($ticket->tax_amount)}} | |||
| Discount | $ {{\App\Helpers\Common::formatMoney($ticket->discount_amount)}} | |||
| Adjusment | $ {{\App\Helpers\Common::formatMoney($ticket->adjustment)}} | |||
| Grand Total | $ {{\App\Helpers\Common::formatMoney($ticket->total)}} | |||
| Service Personnel | Customer Acknowledgement |
|---|---|
| Done By |
{{$contact_person->display_name}} |
| {{$engineer->display_name}} | |
| Signature | |
|
|
|
| I hereby certify that the above job has been attended to accordingly. |
| # | Images | Remarks |
|---|---|---|
| {{($tkey + 1)}}. |
|
{{ $closer->details }} |