{% from "production_mass_balance_report/report/_helpers.html" import draw_table %} {% set base_url=data['parameters']['base_url'] %}{% set record=records[0] %}
{{ _('Mass Balance') }} |
{{ data['parameters']['company'].rec_name }} | ||||||||||||||||||
{{ _('Efficiency Product Type') }}: {% if data['parameters']['direction'] == 'backward' %}{{ _('Backward') }}{% else %}{{ _('Forward') }}{% endif %} | |||||||||||||||||||
{{ _('Product') }}: {{ data['parameters']['requested_product'].rec_name }} | {% if data['parameters']['lot'] %}{{ _('Lot') }}: {{ data['parameters']['lot'].number }}{% endif %} | ||||||||||||||||||
{{ _('Quantity') }}: {{ _('quantity produced including all outgoing moves in production') }} {{ _('Consumption') }}: {{ _('amount of product consumed per production') }} {{ _('Plan Consumption') }}: {{ _("calculated consumption out of production's quantity field (initial production quantity)") }} |
|||||||||||||||||||
{{ _('From Date') }}: {{ data['parameters']['from_date']|dateformat }} | {{ _('To Date') }}: {{ data['parameters']['to_date']|dateformat }} | ||||||||||||||||||
|