VEHICLE & SERVICE DETAILS
SERVICE NO. : | {{$vehicle_service->id}} | CREATED BY. : | {{$vehicle_service->createdBy}} | ||
VEHICLE : | {{$vehicle_service->vehiclable->registration_number}} | CHASSIS NO. : | {{$vehicle_service->vehiclable->chasis_number}} | ||
MAKE : | {{$vehicle_service->vehiclable->make}} | MODEL : | {{$vehicle_service->vehiclable->model}} | ||
DRIVER : | {{$vehicle_service->vehiclable->driverName}} | PHONE NO. : | {{$vehicle_service->vehiclable->getDriverNumber()}} |
SERVICES DONE
No. | DESCRIPTION |
---|---|
{{++$index}} | {{$service->service}} |
Employees Involved
No. | Name | Time Spent | Overtime | Cost Amount |
---|---|---|---|---|
{{++$index}} | {{$employee->employee->fullName}} | |||
Total | {{number_format($labour_cost,2)}} |
Materials Used
No. | GIN NO. | Name | Quantity | Average Price | Amount |
---|---|---|---|---|---|
{{++$index}} | {{str_pad($gin->goods_issued_note_id,4,"0",STR_PAD_LEFT)}} | {{$gin->item->name}} | {{$gin->quantity}} | ||
Total | {{number_format($material_cost,2)}} |
Other Costs
No. | Voucher NO. | description | {{--Quantity | --}} {{--Price | --}}Amount |
---|---|---|---|---|---|
{{++$index}} | {{$voucher->id}} | {{$voucher->description}} | {{--{{$voucher->price_per_item}} | --}} {{--{{number_format($voucher->price)}} | --}}{{number_format($voucher->amount)}} | {{--*/ $other_cost +=$voucher->amount /*--}}
TOTAL | {{number_format($other_cost,2)}} |
Service Summary
No. | Cost Type | Amount |
---|---|---|
1 | Labour Cost | {{number_format($labour_cost,2)}} | {{--*/ $oval_cost += $labour_cost /*--}}
2 | Material Cost | {{number_format($material_cost,2)}} | {{--*/ $oval_cost += $material_cost /*--}}
3 | Overhead Cost | {{number_format(0,2)}} |
4 | Other Cost | {{number_format($other_cost,2)}} | {{--*/ $oval_cost += $other_cost /*--}}
{{number_format($oval_cost,2)}} |