{% extends 'D2BillingBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Back
Configure {{ entity.account.companyName }} / {{ entity.maAccount.account.companyName }} settings.
{% endblock page_header %} {% block content %}
Copy Service Allocations Add Service Allocation

Traffic Lighting

{% set last_service_code = '' %} {% for allocation in allocations %} {% set last_service_code = allocation.serviceDefinition.serviceCode %} {% endfor %}
ServiceTraffic Light Definitions
{% if last_service_code != allocation.serviceDefinition.serviceCode %} {{ allocation.serviceDefinition.serviceCode }} {% endif %} {% set alloc_defs = d2_ordered_traffic_lighting(allocation.id) %} {% if alloc_defs|length > 0 %} {% for definition in alloc_defs %} {% endfor %}
ColorMin KgMax KgMust QuoteImport Alert
{{ definition.color }} {{ definition.minKg }} {{ definition.maxKg }} {{ definition.requiresQuote ? 'Active' : 'Inactive' }} {{ definition.alertOnImport ? 'Active' : 'Inactive' }}
{% endif %}
{% if last_service_code != allocation.serviceDefinition.serviceCode %} {% endif %}

Add Service Limit

Additional Checks

{% for limit in limits %} {% endfor %}
ServiceMax KgMax LengthMax WidthMax Depth
{{ limit.serviceDefinition.serviceCode }} {{ limit.maxKg }} {{ limit.maxLength }} {{ limit.maxWidth }} {{ limit.maxDepth }}
{% endblock content %}