{% for partner in partner_data %} {% if loop.first %}
Waybill | Level | Comment |
---|---|---|
" ~ esculation['waybill'] ~ " | " ~ esculation_options[esculation['level']] ~ " | " ~ esculation['esculation'] ~ " |
File | Account | Waybills | Unassigned | Inc Vat |
---|---|---|---|---|
{{ file_data['invoice_file'].getOrigPath }} | {% if file_data['invoice_file'].getMaAccount %}{{ file_data['invoice_file'].getMaAccount.getMaAccountName }}{% endif %} | {{ file_data['waybill_cnt'] }} | {{ file_data['unassigned_cnt'] }} | {{ file_data['waybill_total']|number_format(2, '.', '') }} |
{{ file_waybill_cnt }} | {{ file_unassigned_cnt }} | {{ file_waybill_total|number_format(2, '.', '') }} |
Account | Service | Waybills | Kgs | Excl Vat | Vat | Inc Vat |
---|---|---|---|---|---|---|
{{ stat['ma_account_name'] }} | {{ stat['service'] }} | {{ stat['waybill_cnt'] }} | {{ stat['kg_shipped']|number_format(2, '.', '') }} | {{ stat['total_ex_vat']|number_format(2, '.', '') }} | {{ stat['totat_vat']|number_format(2, '.', '') }} | {{ stat['total_inc_vat']|number_format(2, '.', '') }} |
{{ waybill_cnt_total }} | {{ kgs_total|number_format(2, '.', '') }} | {{ excl_total|number_format(2, '.', '') }} | {{ vat_total|number_format(2, '.', '') }} | {{ incl_total|number_format(2, '.', '') }} |
Customer | Waybills | Pcs | Kgs | Excl Vat | Vat | Inc Vat |
---|---|---|---|---|---|---|
{{ stat['cust_name'] }} | {{ stat['waybill_cnt'] }} | {{ stat['pcs'] }} | {{ stat['mass_charged']|number_format(2, '.', '') }} | {{ stat['orig_sub_total']|number_format(2, '.', '') }} | {{ stat['orig_vat']|number_format(2, '.', '') }} | {{ stat['orig_total']|number_format(2, '.', '') }} |
{{ waybill_cnt_total }} | {{ pieces_cnt_total }} | {{ kgs_total|number_format(2, '.', '') }} | {{ excl_total|number_format(2, '.', '') }} | {{ vat_total|number_format(2, '.', '') }} | {{ incl_total|number_format(2, '.', '') }} |
Credit | Excl Vat | Vat | Inc Vat | Waybill | Excl Vat | Vat | Inc Vat | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ stat['credit_note'] }} | {{ stat['cn_sub_total']|number_format(2, '.', '') }} | {{ stat['cn_vat']|number_format(2, '.', '') }} | {{ stat['cn_total']|number_format(2, '.', '') }} | {{ stat['waybill'] }} | {{ stat['cna_sub_total']|number_format(2, '.', '') }} | {{ stat['cna_vat']|number_format(2, '.', '') }} | {{ stat['cna_total']|number_format(2, '.', '') }} | {% set last_cn = stat['credit_note'] %} {% else %}{{ stat['waybill'] }} | {{ stat['cna_sub_total']|number_format(2, '.', '') }} | {{ stat['cna_vat']|number_format(2, '.', '') }} | {{ stat['cna_total']|number_format(2, '.', '') }} | {% endif %}||||
{{ cn_excl_total|number_format(2, '.', '') }} | {{ cn_vat_total|number_format(2, '.', '') }} | {{ cn_incl_total|number_format(2, '.', '') }} | {{ cna_excl_total|number_format(2, '.', '') }} | {{ cna_vat_total|number_format(2, '.', '') }} | {{ cna_incl_total|number_format(2, '.', '') }} |
Alert Status |
Alert Type |