|
|
{{ row.Standort_Name }}
{{ row.Bereich }}
|
{{ row.Kunde }}
{{ row.Kunde2 or '' }}
{% if row.Kunde_Email %}
· E-Mail
{% endif %}
|
{{ row.Verursacher }}
{% if row.Verursacher == 'N.N.' %}
offen
{% endif %}
|
{{ row.Document_No }}
|
{{ row.Invoice_Date|date_format }}
fällig {{ row.Fällig_Datum|date_format }}
|
{{ row.Beleg_Betrag|number_format }} €
|
{{ row.offen|number_format }} €
{{ row.Kunde_gesamt_Bezug }} {{ row.offen_Kunde_gesamt|number_format }} €
|
{% set mahnstufe = row.Mahnstufe or row.Stufe %}
{% if mahnstufe and mahnstufe|string != '0' %}
M{{ mahnstufe }}
{% endif %}
{{ row.Tage }} Tage
|
{% if row.Abwarten %}
{{ row.Abwarten }}
{% endif %}
|
{{ row.Kommentar_Fibu or '' }}
|
{{ row.Kommentar_Abteilung or '' }}
|
{% if row.Wiedervorlage %}
{{ row.Wiedervorlage|date_format }}
{% endif %}
|