{{ invoice['template.title'] }}
für den Zeitraum {{ invoice['query.begin'] }} - {{ invoice['query.end'] }}
| {{ invoice[id ~ '.name'] }} | ||||
| Zwischensumme: | {{ totalDuration|duration }} | {{ totalAmount|money(invoice['invoice.currency']) }} | ||
| {{ currentTag }} | ||||
| {{ 'date'|trans }} | {{ 'description'|trans }} | Ticket | # | {{ 'total_rate'|trans }} |
| {{ 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']) }} | ||
| Gesamt: | {{ invoice['invoice.total_time'] }} | {{ invoice['invoice.subtotal'] }} | ||
| {{ 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 }}