{{ 'export.period'|trans }}: {{ query.begin|date_short }} - {{ query.end|date_short }}
{{ 'label.customer'|trans }} | {{ 'label.project'|trans }} | {{ 'label.timeBudget'|trans }} | {{ 'label.budget'|trans }} | {{ 'label.duration'|trans }} | {{ 'label.rate_internal'|trans }} | {{ 'label.rate'|trans }} |
---|---|---|---|---|---|---|
{{ customerDuration|duration(decimal) }} | {{ customerInternalRate|money(customerCurrency) }} | {{ customerRate|money(customerCurrency) }} | ||||
{{ summary.customer }} | {{ summary.project }} | {% if budgets[id] is defined and budgets[id].time_left > 0 %} {{ budgets[id].time_left|duration(decimal) }} {% endif %} | {% if budgets[id] is defined and budgets[id].money_left > 0 %} {{ budgets[id].money_left|money(summary.currency) }} {% endif %} | {{ summary.duration|duration(decimal) }} | {{ summary.rate_internal|money(summary.currency) }} | {{ summary.rate|money(summary.currency) }} |
{{ customerDuration|duration(decimal) }} | {{ customerInternalRate|money(customerCurrency) }} | {{ customerRate|money(customerCurrency) }} |
{{ 'label.date'|trans }} | {{ 'label.user'|trans }} | {{ 'label.description'|trans }} | {{ 'label.duration'|trans }} | {{ 'label.rate_internal'|trans }} | {{ 'label.rate'|trans }} | ||
---|---|---|---|---|---|---|---|
{{ entry.begin|date_time }}
{% if entry.end %}
{{ entry.end|date_time }} {% endif %} | {{ entry.user.displayName }} |
{{ entry.project.customer.name }} - {{ entry.project.name }}{% if entry.activity is not null %} - {{ entry.activity.name }}{% endif %}
{% if entry.description is not empty %}
{{ entry.description|escape|desc2html }} {% endif %} |
{{ entry.duration|duration(decimal) }} | {{ entryRate }} | {{ entryRateInternal }} | ||
{{ duration|duration(decimal) }} | {% if currency is not null %}{{ rateInternal|money(currency) }}{% endif %} | {% if currency is not null %}{{ rate|money(currency) }}{% endif %} |