{% extends 'D2RowelBundle::base.html.twig' %} {% block head_css_extra %} {% endblock head_css_extra %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %} {#
Account | Service | Waybills | Kgs | Excl Vat | Vat | Inc Vat |
---|---|---|---|---|---|---|
{{ waybill_cnt_total }} | {{ kgs_total|number_format(2, '.', '') }} | {{ excl_total|number_format(2, '.', '') }} | {{ vat_total|number_format(2, '.', '') }} | {{ incl_total|number_format(2, '.', '') }} |
{{ company_name }}
Imported File: {{ filename|trim|slice(0, 120) }}
Period: {{ period }}
{% if app.request.get('ma_acc') is not empty %} Account: {{ ma_accounts[app.request.get('ma_acc')] }}
{% endif %}
{% if app.request.get('quoted') == 1 %}All Quoted
{% endif %}
{% if app.request.get('early_invoiced') == 1 %}All Early Invoiced
{% endif %}
{% if app.request.get('adjusted') == 1 %}Adjusted
{% endif %}
{% if sticky_mode_active %} {% else %} {% endif %} | {{ knp_pagination_sortable(rowel_list, 'Date', 'w.waybill_date') }} | {{ knp_pagination_sortable(rowel_list, 'Waybill', 'w.waybill') }} | {{ knp_pagination_sortable(rowel_list, 'Manifest', 'w.manifest') }} | {{ knp_pagination_sortable(rowel_list, 'Route', 'w.route_code') }} | {{ knp_pagination_sortable(rowel_list, 'Sender', 'w.sender') }} | {{ knp_pagination_sortable(rowel_list, 'Origin', 'w.origin') }} | {{ knp_pagination_sortable(rowel_list, 'Receiver', 'w.recipient') }} | {{ knp_pagination_sortable(rowel_list, 'Dest', 'w.dest') }} | {{ knp_pagination_sortable(rowel_list, 'Service', 'w.service') }} | {{ knp_pagination_sortable(rowel_list, 'Pieces', 'w.pieces') }} | {{ knp_pagination_sortable(rowel_list, 'Weight', 'w.weight') }} | {{ knp_pagination_sortable(rowel_list, 'Vol Mass', 'w.vol_mass') }} | {{ knp_pagination_sortable(rowel_list, 'Mass Charged', 'w.mass_charged') }} | {{ knp_pagination_sortable(rowel_list, 'Tariff', 'w.tariff') }} | {{ knp_pagination_sortable(rowel_list, 'Col Chrg', 'w.pickup_chrg') }} | {{ knp_pagination_sortable(rowel_list, 'Del Chrg', 'w.delivery_chrg') }} | {{ knp_pagination_sortable(rowel_list, 'Fuel', 'w.fuel_surcharge') }} | {{ knp_pagination_sortable(rowel_list, 'EToll', 'w.etoll') }} | {{ knp_pagination_sortable(rowel_list, 'Insurance', 'w.insurance') }} | {{ knp_pagination_sortable(rowel_list, 'Hazchem', 'w.hazchem') }} | {{ knp_pagination_sortable(rowel_list, 'Doc Fee', 'w.doc_fee') }} | {{ knp_pagination_sortable(rowel_list, 'Other', 'w.other') }} | {{ knp_pagination_sortable(rowel_list, 'Sub Total', 'w.sub_total') }} | {{ knp_pagination_sortable(rowel_list, 'VAT', 'w.vat') }} | {{ knp_pagination_sortable(rowel_list, 'Total', 'w.total') }} | {{ knp_pagination_sortable(rowel_list, 'R/Kg', 'w.cost_per_kg') }} | {{ knp_pagination_sortable(rowel_list, 'C/Kg', 'w.calc_cost_per_kg') }} | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ with_selected_checkbox('rowel_list', wb_arr['data'].id) }} | {% if is_granted('ROLE_ADMIN_WAYBILL_MANAGE') %} {% if pods == true %} {% else %} {% endif %} {% endif %} | {% if docs == true %} {% else %} {% endif %} | {% if is_granted('ROLE_ADMIN_WAYBILL_EDIT') %} {% if history == true %} {% elseif wb_arr['data'].locked == false %} {% endif %} {% endif %} | {% if wb_arr['data'].waybillDate is not null %} {{ wb_arr['data'].waybillDate|date("Y/m/d") }} {% endif %} | {{ wb_arr['data'].waybill|trim }} | {{ wb_arr['data'].manifest|trim }} | {{ wb_arr['data'].routeCode|trim }} | {{ wb_arr['data'].sender|trim }} | {{ wb_arr['data'].origin|trim }} | {{ wb_arr['data'].recipient|trim }} | {{ wb_arr['data'].dest|trim }} | {{ wb_arr['data'].service|trim }} | {{ wb_arr['data'].pieces }} | {{ wb_arr['data'].weight|number_format(0, '.', '') }} | {{ wb_arr['data'].volMass|number_format(0, '.', '') }} | {{ wb_arr['data'].massCharged|number_format(0, '.', '') }} | {{ wb_arr['data'].tariff|number_format(2, '.', '') }} | {{ wb_arr['data'].pickupChrg|number_format(2, '.', '') }} | {{ wb_arr['data'].deliveryChrg|number_format(2, '.', '') }} | {{ wb_arr['data'].fuelSurcharge|number_format(2, '.', '') }} | {{ wb_arr['data'].etoll|number_format(2, '.', '') }} | {{ wb_arr['data'].insurance|number_format(2, '.', '') }} | {{ wb_arr['data'].hazchem|number_format(2, '.', '') }} | {{ wb_arr['data'].docFee|number_format(2, '.', '') }} | {{ wb_arr['data'].other|number_format(2, '.', '') }} | {{ wb_arr['data'].subTotal|number_format(2, '.', '') }}
{% if wb_arr['data'].creditAllocation is not null %} {{ wb_arr['data'].creditAllocation.amountExVat|number_format(2, '.', '') }}{% endif %} {% if wb_arr['data'].quoted == true %} QT: {{ wb_arr['data'].adjAmountExVat|number_format(2, '.', '') }}{% endif %} {% if wb_arr['data'].billingOverride == true %} CHG: {{ wb_arr['data'].adjAmountExVat|number_format(2, '.', '') }}{% endif %} |
{{ wb_arr['data'].vat|number_format(2, '.', '') }}
{% if wb_arr['data'].creditAllocation is not null %} {{ wb_arr['data'].creditAllocation.vat|number_format(2, '.', '') }}{% endif %} {% if wb_arr['data'].quoted == true %} {{ wb_arr['data'].adjVatTotal|number_format(2, '.', '') }}{% endif %} {% if wb_arr['data'].billingOverride == true %} {{ wb_arr['data'].adjVatTotal|number_format(2, '.', '') }}{% endif %} |
{{ wb_arr['data'].total|number_format(2, '.', '') }}
{% if wb_arr['data'].creditAllocation is not null %} {{ wb_arr['data'].creditAllocation.amountIncVat|number_format(2, '.', '') }}{% endif %} {% if wb_arr['data'].quoted == true %} {{ wb_arr['data'].adjAmountIncVat|number_format(2, '.', '') }}{% endif %} {% if wb_arr['data'].billingOverride == true %} {{ wb_arr['data'].adjAmountIncVat|number_format(2, '.', '') }}{% endif %} |
{{ wb_arr['data'].costPerKg|number_format(2, '.', '') }} | {{ wb_arr['data'].calcCostPerKg|number_format(2, '.', '') }} |