{% extends 'D2PartnerBundle::base.html.twig' %} {% block page_header %}
Back
View Partner Service Definition.
{% endblock page_header %} {% block content %}
Partner Account {% if entity.getAccount %}{{ entity.getAccount.getCompanyName }}{%endif%}
Service Code {{ entity.getServiceCode }}
Internal Service Code {{ entity.getInternalServiceCode }}
Service Type {{ service_type_opts[entity.getServiceType] }}
Destination Type {{ dest_type_opts[entity.getDestinationType] }}
Delivery Period {{ entity.getMaxDeliveryHours }} Hrs
Deliver By {% if entity.getDeliverByTime is not null %} {{ entity.getDeliverByTime| date("H:i") }} {% else %} N/A {% endif %}
Volumetric Devisor {{ entity.getVolumetricDevisor }}
Alert Cost/Kg {{ entity.getAlertCostPerKg }}
Alert Cost Variance {{ entity.getAlertCostVariance }}
Alert High Cost {{ entity.getAlertHighCost }}
Report Rounding {{ rounding_type_opts[entity.getMassRoundingType] }}
Included Service Mass {{ entity.getMaxServiceMass|number_format(1, '.', ' ') }}
Pallets Only {{ entity.getPalletDelivery ? 'Active' : 'Inactive' }}
BDD Delivery {{ entity.getBDDDelivery ? 'Active' : 'Inactive' }}
Sameday Delivery {{ entity.getSamedayDelivery ? 'Active' : 'Inactive' }}
Overnight Delivery {{ entity.getOvernightDelivery ? 'Active' : 'Inactive' }}
Early Delivery {{ entity.getEarlyDelivery ? 'Active' : 'Inactive' }}
Weekend Delivery {{ entity.getWeekendDelivery ? 'Active' : 'Inactive' }}
{% endblock content %}