{{ setup.company_name }}
{{ setup.company_address }}
{{ setup.company_zip }} {{ setup.company_city }}
{{ tran("{company_idnum}") }}: {{ setup.company_idnum }} {{ tran("{Vat ID}") }}: {{ setup.company_vat_idnum }}
{{ setup.company_legal }}
{{ setup.company_zip }} {{ setup.company_city }}
{{ tran("{company_idnum}") }}: {{ setup.company_idnum }} {{ tran("{Vat ID}") }}: {{ setup.company_vat_idnum }}
{{ setup.company_legal }}
{{ tran("{facility}") }}
{{ setup.facility_name }}
{{ setup.facility_address }}
{{ setup.facility_zip }} {{ setup.facility_city }}
{{ setup.facility_code }}
{{ setup.facility_address }}
{{ setup.facility_zip }} {{ setup.facility_city }}
{{ setup.facility_code }}
{{ tran("{taxdocument_printout_no}") }} {{ taxdocument._full_number }}
{{ tran("{date_tax}") }}
{{ taxdocument._date_str }}
{{ tran("{Customer}") }}
{% if taxdocument._customer %} {{ taxdocument._customer.name }}
{{ tran("{company_idnum}") }}: {{ taxdocument._customer.company_idnum }}
{{ tran("{Vat ID}") }}: {{ taxdocument._customer.vat_idnum }}
{% endif %}
{% if taxdocument._customer %} {{ taxdocument._customer.name }}
{{ tran("{company_idnum}") }}: {{ taxdocument._customer.company_idnum }}
{{ tran("{Vat ID}") }}: {{ taxdocument._customer.vat_idnum }}
{% endif %}
{{ tran("{payment_type}") }}: {{ tran(taxdocument._payment_type_name) }}
{% if taxdocument.note %} {{ tran("{note}") }}: {{ taxdocument.note }} {% endif %}
{% if taxdocument.note %} {{ tran("{note}") }}: {{ taxdocument.note }} {% endif %}
{{ tran("{belongs_to_order_no}") }} {{ order._full_number }}
| {{ order._t_human }}
{% if order.construction_site_name %}
| {{ tran("{ConstructionSite}") }}: {{ order.construction_site_name }}
{% endif %}
{% if order.deliveries %}
| {{ tran("{Car}") }}: {{ order.deliveries[0].car_registration_number }}
{% endif %}
{% include 'printouts/_product_header.html' %}
{{ order._volume_str }} m³
{{ order.recipe_description }}
{{ order.recipe_name }}
{{ order.recipe_number }}
| {{ tran("{item}") }} | {{ tran("{amount}") }} | {{ tran("{unit}") }} | {{ tran("{price_per_unit}") }} | {{ tran("{price_total}") }} | |||||||||
| {{ tran("{price_concrete}").capitalize() }}: | {{ order._volume_str }} | m³ | {{ order._best_price_str }} {{ currency }} | {{ order._price_concrete_calculated_str }} {{ currency }} | |||||||||
| {{ tran("{transport}") }}: | 1 | x | {{ order._price_transport_str }} {{ currency }} | {{ order._price_transport_str }} {{ currency }} | |||||||||
| {{ tran("{Surcharge}") }} - {{ surcharge.name }}: | {% if surcharge.price_type == 0 %}1 | x | {{ surcharge._price_total_calculated_amount_str }} {{ currency }} | {% endif %} {% if surcharge.price_type == 1 %}{{ order._volume_str }} | m³ | {{ surcharge._price_amount_str }} {{ currency }} | {% endif %} {% if surcharge.price_type == 2 %}{{ surcharge.amount }} | {{ surcharge.unit_name }} | {{ surcharge._price_amount_str }} {{ currency }} | {% endif %} {% if surcharge.price_type == 3 %}{{ surcharge.percentage }} | % | {% endif %} | {{ surcharge._price_total_calculated_amount_str }} {{ currency }} |
| {{ tran("{price_surcharges_correction}") }}: | 1 | x | {{ order._price_surcharges_correction_str }} {{ currency }} | {{ order._price_surcharges_correction_str }} {{ currency }} | |||||||||
| {{ tran("{total}") }}: | {{ order._price_total_calculated_str }} {{ currency }} | ||||||||||||
{{ tran("{taxdocument_belongs_to_pump_order_no}") }} {{ pump_order._full_number }}
| {{ pump_order._t_human }}
{% if pump_order.construction_site_name %}
| {{ tran("{ConstructionSite}") }}: {{ pump_order.construction_site_name }}
{% endif %}
{% if pump_order.pump_registration_number %}
| {{ tran("{Pump}") }}: {{ pump_order.pump_registration_number }}
{% endif %}
{% if pump_order.driver_name %}
| {{ tran("{Driver}") }}: {{ pump_order.driver_name }}
{% endif %}
| {{ tran("{item}") }} | {{ tran("{amount}") }} | {{ tran("{unit}") }} | {{ tran("{price_per_unit}") }} | {{ tran("{price_total}") }} | ||||||
| {{ tran("{hours}") }}: | {{ pump_order._hours_str }} | h | {{ pump_order._pump_price_per_hour_str }} {{ currency }} | {{ pump_order._price_hours_str }} {{ currency }} | ||||||
| {{ tran("{kms}") }}: | {{ pump_order._kms_str }} | km | {{ pump_order._pump_price_per_km_str }} {{ currency }} | {{ pump_order._price_kms_str }} {{ currency }} | ||||||
| {{ tran("{Surcharge}") }} - {{ surcharge.name }}: | {% if surcharge.price_type == 0 %}1 | x | {{ surcharge._price_total_calculated_amount_str }} {{ currency }} | {% elif surcharge.price_type == 2 %}{{ surcharge.amount }} | {{ surcharge.unit_name }} | {{ surcharge._price_amount_str }} {{ currency }} | {% else %}— | — | — | {% endif %}{{ surcharge._price_total_calculated_amount_str }} {{ currency }} |
| {{ tran("{total}") }}: | {{ pump_order._price_total_str }} {{ currency }} | |||||||||
| {{ tran("{total}") }} ({{ tran("{Without Vat}") if false else tran("{price_total}") }}): | {{ taxdocument._price_net_str }} {{ currency }} |
| {{ tran("{vat}") }} ({{ taxdocument._vat_rate_str }}%): | {{ taxdocument._price_vat_str }} {{ currency }} |
| {{ tran("{grand_total_to_be_paid}") }}: | {{ taxdocument._price_grand_total_str }} {{ currency }} |
{{ tran("{payment_type}") }}: {{ tran(taxdocument._payment_type_name) }}
|
{{ tran("{issued_by}") }}
{{ taxdocument.audit_changed_by }}
|
{{ tran("{took_over}") }}
{{ tran("{signature_hand}") }}
|