{{ 'invoice.from'|trans }} | {% if not invoice['user.see_others'] and invoice['user.display'] is defined %} {{ invoice['user.display'] }} {% else %} {{ invoice['template.company'] }} {% endif %} |
---|---|
{{ 'date'|trans }} | {% if invoice['query.begin_month_number'] != invoice['query.end_month_number'] or invoice['query.begin_year'] != invoice['query.end_year'] %} {{ invoice['query.begin'] }} - {{ invoice['query.end'] }} {% else %} {{ invoice['query.end_month'] }} {{ invoice['query.end_year'] }} {% endif %} |
{{ 'customer'|trans }} | {% if invoice['customer.number'] is not empty %} [{{ invoice['customer.number'] }}] {% endif %} {{ invoice['customer.name'] }} {% if invoice['customer.contact'] is not empty %} / {{ invoice['customer.contact'] }} {% endif %} |
{{ 'project'|trans }} | {{ invoice['query.project.name'] }} {% if invoice['query.project.order_number'] is not empty %} ({{ 'orderNumber'|trans }}: {{ invoice['query.project.order_number'] }}) {% endif %} |
{{ 'activity'|trans }} | {{ invoice['query.activity.name'] }} |
{{ 'date'|trans }} | {% if invoice['user.see_others'] %}{{ 'user'|trans }} | {% endif %}{{ 'activity'|trans }} | {{ 'hours'|trans }} |
---|---|---|---|
{{ timesheet['entry.begin'] }} | {% if invoice['user.see_others'] %}{{ timesheet['entry.user_display'] }} | {% endif %}{% if timesheet['entry.description'] is not empty %} {{ timesheet['entry.description']|nl2br }} {% else %} {% if timesheet['entry.activity'] is defined %} {{ timesheet['entry.activity'] }} / {% endif %} {{ timesheet['entry.project'] }} {% endif %} | {{ timesheet['entry.amount'] }} |
{% if invoice['user.see_others'] %} | {% endif %} | {{ 'invoice.total_working_time'|trans }} | {{ invoice['invoice.duration_decimal'] }} |
{{ 'payment_terms'|trans }}
{{ 'invoice.signature_user'|trans }}
{{ 'invoice.signature_customer'|trans }}