ZAPA beton a.s., centrální dispečink Praha - 272 765 845, 9
betonárna 7502 KLADNO areál POLDI - 724 201 654, 312 645 836
TODO:
{{ order.auto_number }}
TODO: PID
TODO: razítko
{{ order._t_human.split()[0] }}
{{ order._t_human.split()[1] }}
TODO: výroba
{{ order._temperature_air_str }}
TODO: počasí
TODO: číslo objednávky
{% set customer = order.customer_record %}
TODO: interní číslo
{{ customer.name }}
{{ customer.address }}
{{ customer.zip }} {{ customer.city }}
{% if customer.company_idnum %}IČO: {{ customer.company_idnum }}{% endif %}
{% if customer.vat_idnum %}DIČ: {{ customer.vat_idnum }}{% endif %}
{{ order.construction_site }}
{{ order.invoice_number }}
{{ order.r_recipe_class }} {{ order.r_exposure_classes }} {% if order.r_cl_content %}CL {{ order.r_cl_content }}{% endif %}
TODO: vyhovuje také pro
{% if order.r_vc %}
TODO: vodní součinitel w/c
{{ order.r_vc }}
{% endif %}
{{ order.r_d_max }}
{{ order.r_consistency_class }}
{{ materials["Cement_oneline"] }}
{{ materials["Addition_oneline"] }}
{{ materials["Admixture_oneline"] }}
TODO: výrobek podle
{{ order.r_description }}
{{ order.r_name }}
{{ order.r_number }}
{{ order.comment }}
{{ order.volume }} m³
TODO:
{{ order.audit_changed_by }}
TODO: expedoval
{{ delivery.driver_name }}
{{ delivery.car_registration_number }}
{{ delivery.site_distance or 0 }} km
{{ order._distance_driven_extra or 0 }}
{{ unload_time_quarter_hours_str }}
{{ delivery._construction_site_arrival_t_human }}
{{ delivery._unload_start_t_human.split()[1] }}
{{ delivery._unload_end_t_human.split()[1] }}
TODO
TODO: čárový kód
TODO: poznámka
{% include 'printouts/_control_buttons.html' %}