Time Utilization by {{ report.client ? report.client.client : "no client selected" }}
Dedicated Resources ({{ resources | length }})
From {{ report.from | date('F jS, Y') }} to {{ report.to | date('F jS, Y') }} - Total Hours: {{ totalHours | round(2) }}
Business Unit |
Total Hours Spent |
Consultant hours |
Client Contact |
{{ report.client ? report.client.client : "/** no client selected **/" }} |
{% for contact in contacts %}
- {{ contact.contact }}
{% endfor %}
|
{% for row in results %}
{{ row['assignment'] }} |
{{ row['totalHours'] }} |
{{ row['hoursByUser'] }} |
|
{% endfor %}