{% extends 'base.html.twig' %} {% block body_id 'detaglio' %} {% block formsecondaria %}
{% include 'block/unlock3dlab.html.twig' %}
{% endblock %} {# the homepage is a special page which displays neither a header nor a footer. this is done with the 'trick' of defining empty Twig blocks without any content #} {% block stylesheets %} {{ parent() }} {% endblock %} {% block header %} {% endblock %} {% block js %} {% endblock %} {% block menuleft %} {% if ridotta == false %} {{ parent() }} {% endif %} {% endblock %} {% block c4rg0_menuleft %} {% if ridotta == false %} {{ parent() }} {% endif %} {% endblock %} {% block modal %}
{% include 'modal/modalpallet.html.twig' %}
{% endblock %} {% block body %}

{{ 'global.date_aquisition'|trans }}: {% for ril in rilevazioni %} {{ ril.dt_aquisition|localizeddate('short', 'short', null) }} {% endfor %}

{{ 'global.location'|trans }}: {{ macchina.Luogo.Descrizione }}

{{ 'global.system'|trans }}: {{ macchina.Sistema|raw }}

{{ 'global.operator'|trans }}: {% for ril in rilevazioni %} {% if ril.user != null %}{{ ril.user.fullname }}{% endif %} {% endfor %}

{{ 'global.aquisition_opt'|trans }}:

{{ 'global.3dlab'|trans }}:

{{ 'global.n_aquisitions'|trans }}: {{ n_rilevazioni }}

{{ 'global.fiscal_weight'|trans }}: {% for ril in rilevazioni %} {{ ril.fiscal_w }} {% endfor %}

{{ 'global.volume_detection'|trans }}: {% for ril in rilevazioni %} {{ ril.vol_id }} {% endfor %}

{{ 'global.congruity'|trans }}

{{ "N. Items"|trans }}

{{ diff_ncolli_tot }}

[{{ diff_pc_ncolli_tot }}]

{{ "Mc"|trans }}

{{ diff_volume_tot }}

[{{ diff_pc_volume_tot }}]

{{ "Kg"|trans }}

{{ diff_weight_tot }}

[{{ diff_pc_weight_tot }}]

{% if not ridotta %} {% if prev is not null and prev != '' %}
{% else %}
{% endif %} {% endif %} {% if not ridotta %} {% if not ridotta and next is not null and next != '' %}
{% else %}
{% endif %} {% endif %}

{{ 'global.volumes'|trans }}

  • {{ tot_Inbound|number_format(2, ',', '.') }} Mc
  • {{ tot_RealVolume|number_format(2, ',', '.') }} Mc
  • {{ tot_RealVolumeSurface|number_format(2, ',', '.') }} Mc
  • {{ tot_InboundVolumeSurface|number_format(2, ',', '.') }} Mc

3D

{% if rilevazioni|length > 0 %} {% set ril = rilevazioni|first %}

{{ 'Dimensions'|trans }}

H {{ ril.H|number_format(2, ',', '.') }} M
L {{ ril.L|number_format(2, ',', '.') }} M
W {{ ril.W|number_format(2, ',', '.') }} M
{% endif %}
{% if rilevazioni|length > 1 %}

{{ 'Detailed Analytical Table'|trans }}: n° {{ rilevazioni|length }} {{ 'Aquisitions'|trans }}

{% if not ridotta %} {% endif %} {% if not ridotta %} {% endif %} {% for ril in rilevazioni %} {% if not ridotta %} {% endif %} {% if not ridotta %} {% endif %} {% endfor %} {% if not ridotta %} {% endif %}

ID

{{ 'N. Objects'|trans }}
{{ 'N. Items'|trans }}
[Kg]

Wheight
{{ 'Fiscal ID'|trans }}
[Mc]

{{ 'Volume'|trans }}
DEP Option

A{{ loop.index }}

{{ ril.n }}

{{ ril.tot_colli }}

{{ ril.NetWeight|number_format(2, ',', '.') }}

{{ ril.fiscal_w }}

{{ ril.Volume|number_format(2, ',', '.') }}

Wiev 3D Object

{{ 'TOT'|trans }}

{{ nobj_tot }}

{{ ncolli_tot }}

{{ weight_tot|number_format(2, ',', '.') }}

{{ tot_volume|number_format(2, ',', '.') }}

{% endif %}
{% if rilevazioni|length > 1 %}
{% endif %} {% for ril in rilevazioni %}

Detailed Analytical Table : A{{ loop.index }} detected

Analytical table details: Wiev & Manage
{% if not ridotta %} {% endif %} {% if not ridotta %} {% endif %} {% for line in ril.line %} {% if ril.line|length == 1 %} {% else %} {% endif %} {% if not ridotta %} {% endif %} {% if not ridotta %} {% endif %} {% endfor %}

{{ 'ID'|trans }}

{{ 'N. Items'|trans }}

[Kg]

{{ 'Weight'|trans }}

[Mc]

{{ 'Volume'|trans }}

[m]

{{ 'H'|trans }}

[m]

{{ 'L'|trans }}

[m]

{{ 'W'|trans }}

DEP Option

{{ loop.index }}

{{ line.ncolli }}

{{ ril.NetWeight|number_format(2, ',', '.') }}

- -

{% set Inbound = line.Inbound|number_format(2, ',', '.') %} {% set RealVolume = line.RealVolume|number_format(2, ',', '.') %} {% set RealVolumeSurface = line.RealVolumeSurface|number_format(2, ',', '.') %} {% set InboundVolumeSurface = line.InboundVolumeSurface|number_format(2, ',', '.') %} {% if not ridotta %} {{ 'IN BOUND'|trans }} {{ 'PACKAGE'|trans }} {{ 'SURFACE'|trans }} {{ 'V-SHAPE'|trans }} {% endif %}

{{ Inbound }}

{{ RealVolume }}

{{ RealVolumeSurface }}

{{ InboundVolumeSurface }}

{{ line.H|number_format(2, ',', '.') }}

{{ line.L|number_format(2, ',', '.') }}

{{ line.W|number_format(2, ',', '.') }}

{{ 'DEP'|trans }} {{ 'RIP'|trans }} {% if line.palletOp is not null and line.palletOp != 0 %} {% endif %}

{{ 'TOT'|trans }}: {{ ril.tot_colli }}

{{ ril.tot_colli }}

{{ ril.NetWeight|number_format(2, ',', '.') }}

 

{{ ril.Volume|number_format(2, ',', '.') }}

{% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% include '3d.html.twig' %} {% endblock %} {% block footer %} {% endblock %}