{% extends "base.html" %} {% block title %}{{ _('Analytics Dashboard') }} - {{ app_name }}{% endblock %} {% block content %}

{{ _('Analytics Dashboard') }}

{{ _('Key metrics and actionable insights') }}

+0%
-
{{ _('Total Hours') }}
{{ _('vs previous period') }}
+0%
-
{{ _('Billable Hours') }}
0% {{ _('of total') }}
Info
-
{{ _('Potential Revenue') }}
{{ _('Avg rate:') }} -
{{ _('Trend') }}
-
{{ _('Avg Daily Hours') }}
0 {{ _('active projects') }}

{{ _('Insights & Recommendations') }}

{{ _('Daily Hours Trend') }}

{{ _('Billable Distribution') }}

{{ _('Task Status Overview') }}

0
{{ _('Tasks Completed') }}
0
{{ _('In Progress') }}
0
{{ _('To Do') }}

{{ _('Revenue by Project') }}

{{ _('Payments Over Time') }}

{{ _('Payment Status') }}

{{ _('Payment Methods') }}

{{ _('Revenue vs Payments') }}

{{ _('Potential Revenue') }}
-
{{ _('Collection Rate') }}
-

{{ _('Hours by Project') }}

{{ _('Weekly Trends') }}

{{ _('Hours by Time of Day') }}

{{ _('Project Completion Rate') }}

{% if current_user.is_admin %}

{{ _('User Performance') }}

{% endif %} {% endblock %} {% block extra_css %}{% endblock %} {% block scripts_extra %} {% endblock %}