{{ invoice['template.title'] }}
Sehr geehrte Damen und Herren,
heute erhalten Sie die Rechnung für die von mir vom {{ invoice['query.begin'] }} bis
zum {{ invoice['query.end'] }} erbrachten Leistungen. Bitte zahlen Sie die Rechnung pünktlich, spätestens
jedoch bis zum {{ invoice['invoice.due_date'] }}.
{% block invoice_details_contact %}
{% if invoice['user.email'] is not empty %}
Bei Rückfragen erreichen Sie mich via E-Mail an {{ invoice['user.email'] }}.
{% endif %}
{% endblock %}
| {{ 'date'|trans }} | {{ 'description'|trans }} | Ticket | # | {{ 'total_rate'|trans }} |
|---|---|---|---|---|
| {{ invoice[id ~ '.name'] }} | ||||
| {{ entry['entry.tags'] }} | ||||
| {{ entry['entry.begin'] }} | {% if entry['entry.meta.tickettitel'] is not empty %} {{ entry['entry.meta.tickettitel'] }} {% else %} {{ entry['entry.description'] }} {% endif %} {% if entry['entry.activity'] is not null %} ({{ entry['entry.activity'] }}) {% endif %} | {{ entry['entry.meta.ticketnummer'] }} | {{ entry['entry.duration_format'] }} | {{ entry['entry.total'] }} |
| Zwischensumme: | {{ totalDuration|duration }} | {{ totalAmount|money(invoice['invoice.currency']) }} | ||
| {{ pos }}{% set pos = pos + 1 %} | {% if entry['entry.description'] is not empty %} {{ entry['entry.description'] }} {% endif %} {% if entry['entry.project'] is not null %} ({{ entry['entry.project'] }}) {% endif %} {% if entry['entry.activity'] is not null %} ({{ entry['entry.activity'] }}) {% endif %} | {{ entry['entry.duration_format'] }} | {{ entry['entry.rate'] }} | {{ entry['entry.total'] }} |
| Auslagen | ||||
| {{ pos }} | {% if entry['entry.description'] is not empty %} {{ entry['entry.description'] }} {% endif %} {% if entry['entry.project'] is not null %} ({{ entry['entry.project'] }}) {% endif %} | {{ entry['entry.amount'] }} | {{ entry['entry.rate'] }} | {{ entry['entry.total'] }} |
| {{ 'invoice.subtotal'|trans }} | {{ invoice['invoice.subtotal'] }} | |||
| {{ 'invoice.tax'|trans }} ({{ invoice['invoice.vat'] }} %) | {{ invoice['invoice.tax'] }} | |||
| {{ 'invoice.total'|trans }} | {{ invoice['invoice.total'] }} | |||
{{ model.template.paymentTerms|md2html }}