{% extends 'timepiece/time-sheet/base.html' %} {% load timepiece_tags %} {% block title %}{{ person.get_full_name }} Time Sheet{% endblock %} {% block content %}
Date | Project | Activity | Location | Time In | Time Out | Breaks | Hours | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
Week of {% week_start entry.start_time %} | ||||||||||
{{ entry.start_time|date:"m/d/Y (D)" }} | {% else %}{% endifchanged %} | {{ entry.project.name }} | {{ entry.activity.name }} | {{ entry.location }} | {{ entry.start_time|date:"P" }} | {{ entry.end_time|date:"P" }} | {{ entry.seconds_paused|seconds_to_hours }} | {{ entry.hours }} | {{ entry.comments|truncatewords:12 }} | {% if entry.is_editable %}Edit | {% endif %}
Overall total for the period: | {{ total|floatformat:2 }} |
No entries exist for this time sheet.
{% endif %} {% if project_entries %}{{ entry.project__name}} | {{ entry.sum }} |
Billable | {{summary.billable}} |
Non-billable | {{summary.non_billable}} |
Invoiced | {{summary.invoiced}} |
Uninvoiced | {{summary.uninvoiced}} |