|
|
| BEYOND ESCAPES (PRIVATE) LIMITED |
| 164B, New Kandy Road, Kothalawala, Kaduwela, Sri Lanka |
| T: +94 112579679 | +94 112 579779 |
| E: info@beyondescapes.com |
| Web: www.beyondescapes.com |
|
|
| Vehicle Requisition/ Log Sheet |
Log Sheet No: {{sprintf("%03d", $tour->id)}}
Log Sheet Copy Number: {{$print_count}}
|
|
| Tour No |
: {{$tour->tour_number}} |
| Log Sheet Date |
: {{date("d/m/Y")}} |
| Requested By |
: {{($tour->user!=NULL)?$tour->user->name:''}} |
| Name/Group |
: {{$tour->gen_type}}{{$tour->guest_name}} |
| No of Pax |
: {{($tour->no_pax_adults!=0)?sprintf("%02d", $tour->no_pax_adults).' A, ':''}}
{{($tour->no_pax_children!=0)?sprintf("%02d", $tour->no_pax_children).' C, ':''}}
{{($tour->no_pax_infants!=0)?sprintf("%02d", $tour->no_pax_infants).' I, ':''}}
|
| Vehicle Type |
: {{($tour->vehicle!=NULL)?$tour->vehicle->model:''}} |
| Arrival Date |
: {{ ($tour->arrival_date!=NULL)? date("d/m/Y", strtotime($tour->arrival_date)):''}} |
Departure Date |
: {{ ($tour->departure_date!=NULL)? date("d/m/Y", strtotime($tour->departure_date)) :''}} |
| Arrival Time |
: {{ ($tour->arrival_time!=NULL)? $tour->arrival_time:''}} |
Departure Time |
: {{ ($tour->departure_time!=NULL)? $tour->departure_time:''}} |
| Flight No |
: {{ ($tour->arrival_flight_place!=NULL)? $tour->arrival_flight_place:''}} |
Flight No |
: {{ ($tour->departure_flight_place!=NULL)? $tour->departure_flight_place:''}} |
| Report Time |
: {{($tour->arrival_time!=NULL)?date("h:i A", strtotime('-30 min',strtotime($tour->arrival_time))):''}} |
Report Time |
: {{($tour->departure_time!=NULL)?date("h:i A", strtotime('-3 hour',strtotime($tour->departure_time))):''}} |
| Tour Advance/IOU |
: |
|
|
: {{($tour->transport_remarks!=NULL)?$tour->transport_remarks:''}}
|
|
@if($tour->destinations!=null)
| Date |
Route |
Hotel |
City |
@foreach($tour->destinations as $destination)
@if($destination->deleted==0)
| {{ ($destination->reservation_date!=NULL)? date("d/m/Y", strtotime($destination->reservation_date)) :''}} |
{{($destination->route!=NULL)? str_limit($destination->route,36,'...'):''}} |
{{($destination->hotel!=NULL)?str_limit($destination->hotel->hotel_name,30,'...'):''}} |
{{($destination->hotel!=NULL)?str_limit($destination->hotel->area,10,'...'):''}} |
@endif
@endforeach
@for($ii=$i;$ii<20;$ii++)
|
|
|
|
@endfor
|
@endif
| Invoice No |
: |
Amount |
: |
to be collected by : |
|
| Receipt No |
: |
Driver |
: {{ ($tour->driver!=NULL)? $tour->driver->name:''}} |
Guide : |
{{ ($tour->guide!=NULL)? $tour->guide->name:''}} |
| Conductor |
: |
Vehicle No |
: {{($tour->vehicle!=NULL)?$tour->vehicle->registration_number:''}} |
|
|
|
|
...............................
|
|
Manager-Transport
|
| Date |
Route/Remarks |
Hotel |
Mileage |
@for($row=0;$row<20;$row++)
|
|
|
|
@endfor
|
| Mileage |
|
|
| Bata |
|
|
| Expressway Tickets |
|
|
| Paging Board |
|
|
| Airport Entrance |
|
|
| Parking Fees |
|
|
| Other Expenses |
|
|
| Total Transport Cost |
|
|
| (-) Fuel Advance |
|
|
| (-) |
|
|
| Balance Payment |
|
|
|
| Chauffer: |
............................... |
| Checked By: |
............................... |
|
| Date: |
............................... |
| Approved By: |
............................... |
|
|
|
|
| BEYOND ESCAPES (PRIVATE) LIMITED |
| 164B, New Kandy Road, Kothalawala, Kaduwela, Sri Lanka |
| T: +94 112579679 | +94 112 579779 |
| E: info@beyondescapes.com |
| Web: www.beyondescapes.com |
|
|
| Vehicle Requisition/ Log Sheet |
Log Sheet No: {{sprintf("%03d", $tour->id)}}
Log Sheet Copy Number: {{$print_count}}
|
| OFFICE COPY |
|
|
| Tour No |
: {{$tour->tour_number}} |
| Log Sheet Date |
: {{date("d/m/Y")}} |
| Requested By |
: {{($tour->user!=NULL)?$tour->user->name:''}} |
| Name/Group |
: {{$tour->gen_type}}{{$tour->guest_name}} |
| No of Pax |
: {{($tour->no_pax_adults!=0)?sprintf("%02d", $tour->no_pax_adults).' A, ':''}}
{{($tour->no_pax_children!=0)?sprintf("%02d", $tour->no_pax_children).' C, ':''}}
{{($tour->no_pax_infants!=0)?sprintf("%02d", $tour->no_pax_infants).' I, ':''}}
|
| Vehicle Type |
: {{($tour->vehicle!=NULL)?$tour->vehicle->model:''}} |
| Arrival Date |
: {{ ($tour->arrival_date!=NULL)? date("d/m/Y", strtotime($tour->arrival_date)):''}} |
Departure Date |
: {{ ($tour->departure_date!=NULL)? date("d/m/Y", strtotime($tour->departure_date)) :''}} |
| Arrival Time |
: {{ ($tour->arrival_time!=NULL)? $tour->arrival_time:''}} |
Departure Time |
: {{ ($tour->departure_time!=NULL)? $tour->departure_time:''}} |
| Flight No |
: {{ ($tour->arrival_flight_place!=NULL)? $tour->arrival_flight_place:''}} |
Flight No |
: {{ ($tour->departure_flight_place!=NULL)? $tour->departure_flight_place:''}} |
| Report Time |
: {{($tour->arrival_time!=NULL)?date("h:i A", strtotime('-30 min',strtotime($tour->arrival_time))):''}} |
Report Time |
: {{($tour->departure_time!=NULL)?date("h:i A", strtotime('-3 hour',strtotime($tour->departure_time))):''}} |
| Tour Advance/IOU |
: |
|
|
: {{($tour->transport_remarks!=NULL)?$tour->transport_remarks:''}}
|
|
@if($tour->destinations!=null)
| Date |
Route |
Hotel |
City |
@foreach($tour->destinations as $destination)
@if($destination->deleted==0)
| {{ ($destination->reservation_date!=NULL)? date("d/m/Y", strtotime($destination->reservation_date)) :''}} |
{{($destination->route!=NULL)? str_limit($destination->route,36,'...'):''}} |
{{($destination->hotel!=NULL)?str_limit($destination->hotel->hotel_name,30,'...'):''}} |
{{($destination->hotel!=NULL)?str_limit($destination->hotel->area,10,'...'):''}} |
@endif
@endforeach
@for($ii=$i;$ii<20;$ii++)
|
|
|
|
@endfor
|
@endif
| Invoice No |
: |
Amount |
: |
to be collected by : |
|
| Receipt No |
: |
Driver |
: {{ ($tour->driver!=NULL)? $tour->driver->name:''}} |
Guide : |
{{ ($tour->guide!=NULL)? $tour->guide->name:''}} |
| Conductor |
: |
Vehicle No |
: {{($tour->vehicle!=NULL)?$tour->vehicle->registration_number:''}} |
|
|
|
|
...............................
|
|
Manager-Transport
|