{% extends 'D2SkyNetBundle::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(skynet_list, 'Date', 'w.waybill_date') }} | {{ knp_pagination_sortable(skynet_list, 'Waybill', 'w.waybill') }} | {{ knp_pagination_sortable(skynet_list, 'MA Ref', 'w.bm_code') }} | {{ knp_pagination_sortable(skynet_list, 'Client Ref', 'w.client_ref') }} | {{ knp_pagination_sortable(skynet_list, 'Ref2', 'w.additional_ref') }} | {{ knp_pagination_sortable(skynet_list, 'Sender', 'w.sender') }} | {{ knp_pagination_sortable(skynet_list, 'Origin', 'w.start_town') }} | {{ knp_pagination_sortable(skynet_list, 'Receiver', 'w.receiver') }} | {{ knp_pagination_sortable(skynet_list, 'Dest', 'w.destination_town') }} | {{ knp_pagination_sortable(skynet_list, 'Service', 'w.service') }} | {{ knp_pagination_sortable(skynet_list, 'Desc', 'w.description') }} | {{ knp_pagination_sortable(skynet_list, 'Pieces', 'w.num_parcels') }} | {{ knp_pagination_sortable(skynet_list, 'Act Mass', 'w.actual_mass') }} | {{ knp_pagination_sortable(skynet_list, 'Vol Mass', 'w.vol_mass') }} | {{ knp_pagination_sortable(skynet_list, 'Mass Chg', 'w.mass_charged') }} | {{ knp_pagination_sortable(skynet_list, 'Freight', 'w.freight') }} | {{ knp_pagination_sortable(skynet_list, 'Fuel', 'w.fuel') }} | {{ knp_pagination_sortable(skynet_list, 'Early', 'w.early_delivery') }} | {{ knp_pagination_sortable(skynet_list, 'Sameday', 'w.sameday') }} | {{ knp_pagination_sortable(skynet_list, 'Drive Away', 'w.drive_away') }} | {{ knp_pagination_sortable(skynet_list, 'Saturday', 'w.saturday_delivery') }} | {{ knp_pagination_sortable(skynet_list, 'Other', 'w.other_charges') }} | {{ knp_pagination_sortable(skynet_list, 'Ex Vat', 'w.excl_vat') }} | {{ knp_pagination_sortable(skynet_list, 'VAT', 'w.vat') }} | {{ knp_pagination_sortable(skynet_list, 'Total', 'w.total') }} | {{ knp_pagination_sortable(skynet_list, 'R/Kg', 'w.cost_per_kg') }} | {{ knp_pagination_sortable(skynet_list, 'C/Kg', 'w.calc_cost_per_kg') }} | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ with_selected_checkbox('skynet_list', wb_arr['data'].id) }} | {% if is_granted('ROLE_ADMIN_WAYBILL_MANAGE') %} {% if pods == true %} {% if multi_pods == false %} {% else %} {% endif %} {% 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'].bmCode }} | {{ wb_arr['data'].clientRef|trim }} | {{ wb_arr['data'].additionalRef|trim }} | {{ wb_arr['data'].sender|trim }} | {{ wb_arr['data'].startTown|trim }} | {{ wb_arr['data'].receiver|trim }} | {{ wb_arr['data'].destinationTown|trim }} | {{ wb_arr['data'].service|trim }} | {{ wb_arr['data'].description|trim }} | {{ wb_arr['data'].numParcels }} | {{ wb_arr['data'].actualMass|number_format(1, '.', '') }} | {{ wb_arr['data'].volMass|number_format(1, '.', '') }} | {{ wb_arr['data'].massCharged|number_format(1, '.', '') }} | {{ wb_arr['data'].freight|number_format(2, '.', '') }} | {{ wb_arr['data'].fuel|number_format(2, '.', '') }} | {{ wb_arr['data'].earlyDelivery|number_format(1, '.', '') }} | {{ wb_arr['data'].sameday|number_format(2, '.', '') }} | {{ wb_arr['data'].driveAway|number_format(2, '.', '') }} | {{ wb_arr['data'].saturdayDelivery|number_format(2, '.', '') }} | {{ wb_arr['data'].otherCharges|number_format(2, '.', '') }} | {{ wb_arr['data'].exclVat|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, '.', '') }} |