|
|
Trip ID #= $data['plan_id'] ?> |
|
= esc($data['user_data']['first_name']) ?> = esc($data['user_data']['last_name']) ?>
= esc($data['user_data']['email']) ?>,
= esc($data['user_data']['mobile_no']) ?>.
|
|
|
| Reason for travel policy exception |
| = esc($data['exceptional_plan_reason']) ?> |
|
Trip Type
= esc($data['trip_type_value']) ?>
|
Requested Date
= date('d, M y', strtotime($data['created_on'])) ?>
|
Trip Start Date
= ($data['trip_start_date'] == '9999-12-31') ? '-' : date('d, M y', strtotime($data['trip_start_date'])) ?>
|
Current Status
= esc($data['status_value']) ?>
|
| Trip title | Cost center | Purpose of travel | SO Number | Functional department | Is Billable |
|---|---|---|---|---|---|
| = esc($data['trip_title']) ?> | = esc($data['cost_center_value']) ?> | = esc($data['purpose_of_travel_value']) ?> | = esc($data['so_number']) ?> | = esc($data['functional_department_value']) ?> | = esc($data['is_billable_value']) ?> |
| Flight - = esc($value['trip_type']) ?> | ||||
|---|---|---|---|---|
|
From
= esc($tripsvalue['from_place']).' ('.esc($tripsvalue['from_place_name']).')' ?>
|
To
= esc($tripsvalue['to_place']).' ('.esc($tripsvalue['to_place_name']).')' ?>
|
Date
= date('d, M y', strtotime($tripsvalue['date'])) ?>
|
Time
= date('h:i A', strtotime($tripsvalue['time'])) ?>
|
Class
style="color: #960000;" >= esc($tripsvalue['flight_class']) ?> allowed for = $data['allowed_class']['flight'] ?> |
| Train | |||||
|---|---|---|---|---|---|
|
Train No
= esc($trainvalue['train_no']) ?>
|
From
= esc($trainvalue['from_station']) ?>
|
To
= esc($trainvalue['to_station']) ?>
|
Date
= date('d, M y', strtotime($trainvalue['date'])) ?>
|
Time
= date('h:i A', strtotime($trainvalue['time'])) ?>
|
Class
style="color: #960000;" >= esc($trainvalue['train_class']) ?> allowed for = $data['allowed_class']['train'] ?> |
| Bus | ||||
|---|---|---|---|---|
|
From
= esc($busvalue['from']) ?>
|
To
= esc($busvalue['to']) ?>
|
Date
= date('d, M y', strtotime($busvalue['date'])) ?>
|
Time
= date('h:i A', strtotime($busvalue['time'])) ?>
|
Comments
= ($busvalue['comments']) ? esc($busvalue['comments']) : '-' ?>
|
| Taxi | |||||
|---|---|---|---|---|---|
|
Pickup
= esc($taxivalue['location_of_pickup']) ?>
|
Destination
= esc($taxivalue['destination_city']) ?>
|
Date
= date('d, M y', strtotime($taxivalue['date'])) ?>
|
Time
= date('h:i A', strtotime($taxivalue['time'])) ?>
|
Car Type
= esc($taxivalue['car_type_value']) ?>
|
Required For
= esc($taxivalue['car_required_for_value']) ?>
|
| Accomodation | ||||
|---|---|---|---|---|
|
City
= esc($accomodationvalue['destination_city']) ?>
|
Hotel Name
= esc($accomodationvalue['hotel_name']) ?>
|
Checkin Date & Time
= date('d, M y', strtotime($accomodationvalue['checkin_date'])) ?> = date('h:i A', strtotime($accomodationvalue['checkin_time'])) ?>
|
Checkout Date & Time
= date('d, M y', strtotime($accomodationvalue['checkout_date'])) ?> = date('h:i A', strtotime($accomodationvalue['checkout_time'])) ?>
|
Category
style="color: #960000;" >= esc($accomodationvalue['hotel_class']) ?>
allowed for = $data['allowed_class']['hotel'] ?> |
| Forex | ||||||
|---|---|---|---|---|---|---|
|
Country
= $forexvalue['country_name'].' - '.$forexvalue['currency'] ?>
|
Duration
= esc($forexvalue['duration']).' Days' ?>
|
Perdiem
= esc($forexvalue['perdiem_amount']) ?>
|
Others
= ($forexvalue['transport'] + $forexvalue['accommodation'] + $forexvalue['telephone']) ?>
|
Total
= ($forexvalue['deposit_on_cash'] + $forexvalue['deposit_on_card']) ?>
|
Cash
= ($forexvalue['deposit_on_cash']) ?>
|
Card
= ($forexvalue['deposit_on_card']) ?>
|
| Insurance | |||
|---|---|---|---|
|
Type
= esc($insurancevalue['type_of_insurance_value']) ?>
|
Start Date
= date('d, M y', strtotime($insurancevalue['start_date'])) ?>
|
End Date
= date('d, M y', strtotime($insurancevalue['end_date'])) ?>
|
Comments
= ($insurancevalue['comments']) ? esc($insurancevalue['comments']) : '-' ?>
|
| Visa | |||
|---|---|---|---|
|
Country
= esc($visavalue['country_name']) ?>
|
Type
= esc($visavalue['visa_type_value']) ?>
|
Start Date
= date('d, M y', strtotime($visavalue['start_date'])) ?>
|
Comments
= ($visavalue['comments']) ? esc($visavalue['comments']) : '-' ?>
|
| Miscellaneous | |
|---|---|
|
Special Request
= esc($miscellaneousvalue['special_request_value']) ?>
|
Comments
= ($miscellaneousvalue['comments']) ? esc($miscellaneousvalue['comments']) : '-' ?>
|