{% extends "timepiece/time-sheet/base.html" %} {% load timepiece_tags math_tags %} {% load url from future %} {% block title %}Timepiece Entries{% endblock title %} {% block bodyid %}dashboard{% endblock bodyid %} {% block content %} {% if view_entries %}
Project | My Hours | Hours Worked | Hours Remaining | Due Date | |
---|---|---|---|---|---|
{{ type.grouper }}s | |||||
{{ assignment.contract.project }} | {{ assignment.num_hours }} | {{ assignment.hours_worked|floatformat:2 }} ({% widthratio assignment.hours_worked assignment.num_hours 100 %}%) | {{ assignment.hours_remaining|floatformat:2 }} | {{ assignment.end_date }} |
Project | Hours Worked |
---|---|
Current Entry | |
{{ entry.project }} | {% get_active_hours entry %} |
Past Entries | |
{{ entry.project__name }} | {{ entry.sum }} |
Time Totals | |
Total {% if row.billable %}billable{% else %}non-billable{% endif %} time: | {{ row.sum }} |
Total time this week: | {% bar_graph "" current_total hours_per_week %} |