{% extends 'base.html.twig' %} {% block body %}

Walk-in Job Order

{%if ftags.vehicle_dropdown %}
{% else %} {% endif %} {% if obj.getReferenceJO %}
{% endif %}

Customer Details

{% trans %}country_code_prefix{% endtrans %}
{% trans %}country_code_prefix{% endtrans %}
{% trans %}country_code_prefix{% endtrans %}
{% trans %}country_code_prefix{% endtrans %}

Vehicle Details

Battery Details

Transaction Details


Hubs

{% if mode != 'view-all' %} {% endif %}
{% if mode == 'view-all' %} {% else %} {% for hub in hubs %} {% endfor %} {% endif %}
Hub Branch Contact Numbers Distance in KM Action
{{ obj.getHub.getName }} {{ obj.getHub.getBranch }} {{ obj.getHub.getContactNumbers }}
{{ hub.getName }} {{ hub.getBranch }} {{ hub.getContactNumbers }}

Invoice

{% if ftags.invoice_edit %} {% else %} {% endif %}
{% if not obj.getInvoice or (obj.getInvoice and obj.getInvoice.getItems|length == 0) %} {% else %} {% for item in obj.getInvoice.getItems %} {% endfor %} {% endif %}
Item Quantity Unit Price Amount
No items to display.
{{ item.getTitle }} {{ item.getQuantity|number_format }} {{ item.getPrice|number_format(2) }} {{ (item.getPrice * item.getQuantity)|number_format(2) }}
{% if mode != 'view-all' %} {% if ftags.set_map_coordinate and is_granted('joborder.cancel') and not obj.isCancelled %} Cancel Job Order {% endif %} {% endif %} Back
{% endblock %} {% block scripts %} {% endblock %}