|
TOUR REPORT (TR) and Tour Bill Claim |
|
1. Name : {{ tour_claim.tourRequest.user.fullName }} |
|
|
2. Designation : {{ tour_claim.tourRequest.user.designation }} |
|
|
3. Department : {{ tour_claim.tourRequest.user.department }} |
|
|
4. Expense Type : {{ tour_claim.tourRequest.expenseType.name }} |
|
|
5. Expense Purpose : {{ tour_claim.tourRequest.expensePurpose.name }} |
|
|
6. Place to Visit : {{ tour_claim.tourRequest.placeVisit }} |
|
|
7. Name of Customer Visited : {{ tour_claim.tourRequest.expectVisit }} |
|
|
8. Report submission date : {{ tour_claim.submitionDate|date("d-m-Y") }} |
|
|
9. Actual Tour starting date & time : {{ tour_claim.startingDate ? tour_claim.startingDate|date('d-m-Y H:i:s') : '' }} |
|
|
10. Actual Tour ending date & time : {{ tour_claim.endingDate ? tour_claim.endingDate|date('d-m-Y H:i:s') : '' }} |
|
|
11. Tour Details : {{ tour_claim.tourDetails }} |
|
| Category | From / Place of Stay | To / Place of Stay | From Date & Time | To Date & Time | Mode of Transportation | Amount | Remarks |
|---|---|---|---|---|---|---|---|
| {{ tourDetails.category }} | {{ tourDetails.fromPlace }} | {{ tourDetails.toPlace }} | {{ tourDetails.startingDate ? tourDetails.startingDate|date('d-m-Y H:i:s') : '' }} | {{ tourDetails.endingDate ? tourDetails.endingDate|date('d-m-Y H:i:s') : '' }} | {{ tourDetails.travelMode }} | {{ tourDetails.amount |number_format(2, '.', ',')}} {{ tourDetails.amountCurrency }} | {{ tourDetails.remarks }} |
| Total Amount: | {{ totalAmount|number_format(2, '.', ',') }} | ||||||
|
{% if approvalStep == 1 %}
Approved / Not Approved
{% else %}
{% if functionalHeadObj is not null %}
Approved By {{ functionalHeadObj.fullName }} {% endif %} {% endif %} ------------------------------------ Functional Head Approval |
{% if approvalStep == 2 %}
Approved / Not Approved
{% elseif approvalStep > 2 %}
{% if departmentHeadObj is not null %}
Approved By {{ departmentHeadObj.fullName }} {% endif %} {% endif %} ------------------------------------ Department Head Approval |
{% if approvalStep == 3 %}
Approved / Not Approved
{% endif %}
-------------------------- CBO Approval |
|---|