{% if allVehicals %}
{% for v in allVehicals %}
{% endfor %}
{% endif %}
Total Revenue
{{totalEarnings}} £
Total Earnings By Driver
{{drivercommission}} £
Total Earning By Admin
{{admincommission}} £
{% if title == 'revenue' %}
{% endif %}
{% if title == 'revenueByID' %}
{% endif %}
{% if driversData.has_other_pages %}
{% endif %}
| Serial No. | Driver | Total Earnings | Completed Jobs |
|---|---|---|---|
| {{forloop.counter}} | {{data.name}} | {{data.total}} £ | {{data.jobcount}} |
| Serial No. | Customer | Total Amount | Driver comission | Date |
|---|---|---|---|---|
| {{data.srno}} | {{data.name}} | {{data.total}} £ | {{data.driverComission}} £ | {{data.Date}} |