{% load static %}

Welcome, {{ user_type }}!

Travel Bill Report

{% for bill in travel_bills %} {% empty %} {% endfor %}
S.No. Guest Name Cell No. Vehicle Type Vehicle Details From Date & Time To Date & Time Visit Places Opening KMs Closing KMs Total KMs Amount Night Toll Total Amount Driver Name Driver Mobile Document Action
{{ bill.id }} {{ bill.guest_name }} {{ bill.cell_no }} {{ bill.vehicle_type }} {{ bill.vehicle_details }} {{ bill.from_date_time }} {{ bill.to_date_time }} {{ bill.visit_places }} {{ bill.opening_kms }} {{ bill.closing_kms }} {{ bill.total_kms }} {{ bill.amt }} {{ bill.night }} {{ bill.toll }} {{ bill.total_amount }} {{ bill.driver_name }} {{ bill.driver_mobile }} {% if bill.document %} View Document {% else %} No document uploaded {% endif %} {% if user_type|lower == "kds" %} {% elif user_type|lower == "agent" %} {% endif %}
No data available