{% if not ridotta %}
Nota
{% endif %}
-
{{ "N. Obj / Items"|trans }}
{{ nobj_tot }} / {{ ncolli_tot }} {{ diff_ncolli_tot }} [{{ diff_pc_ncolli_tot }}] -
{{ "Mc"|trans }}
{{ volume_tot|number_format(2, ',', '.') }} {{ diff_volume_tot }} [{{ diff_pc_volume_tot }}] -
{{ "Kg"|trans }}
{{ weight_tot|number_format(2, ',', '.') }} {{ diff_weight_tot }} [{{ diff_pc_weight_tot }}]
{{ '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 %}
ID |
{{ 'N. Objects'|trans }} |
{{ 'N. Items'|trans }} |
[Kg] |
{{ 'Fiscal ID'|trans }} |
[Mc] |
{% if not ridotta %}
| {% if not ridotta %} | {% endif %}|
|---|---|---|---|---|---|---|---|---|
A{{ loop.index }} |
{{ ril.n }} |
{{ ril.tot_colli }} |
{{ ril.NetWeight|number_format(2, ',', '.') }} |
{{ ril.fiscal_w }} |
{{ ril.Volume|number_format(2, ',', '.') }} |
{% if not ridotta %}
| {% if not ridotta %}{% endif %} | |
{{ 'TOT'|trans }} |
{{ nobj_tot }} |
{{ ncolli_tot }} |
{{ weight_tot|number_format(2, ',', '.') }} |
{{ tot_volume|number_format(2, ',', '.') }} |
{% if not ridotta %} | {% endif %} |
{{ 'ID'|trans }} |
{{ 'N. Items'|trans }} |
[Kg] |
[Mc] |
[m]{{ 'H'|trans }} |
[m]{{ 'L'|trans }} |
[m]{{ 'W'|trans }} |
{% if not ridotta %}
| {% if not ridotta %} |
{% endif %}
||
|---|---|---|---|---|---|---|---|---|---|---|
{{ loop.index }} |
{{ line.ncolli }} |
{% if ril.line|length == 1 %}
{{ ril.NetWeight|number_format(2, ',', '.') }} |
{% else %}
- - |
{% endif %}
{% 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 %}
{{ Inbound }}{{ RealVolume }}{{ RealVolumeSurface }}{{ InboundVolumeSurface }} |
{{ line.H|number_format(2, ',', '.') }} |
{{ line.L|number_format(2, ',', '.') }} |
{{ line.W|number_format(2, ',', '.') }} |
{% if not ridotta %}
{{ 'DEP'|trans }} {{ 'RIP'|trans }} {% if line.palletOp is not null and line.palletOp != 0 %} {% endif %} |
{% endif %}
| {% if not ridotta %}{% endif %} |
{{ 'TOT'|trans }}: {{ ril.tot_colli }} |
{{ ril.tot_colli }} |
{{ ril.NetWeight|number_format(2, ',', '.') }} |
{{ ril.Volume|number_format(2, ',', '.') }} |
 }})