{% extends "layout.html" %} {% block content %} {% if not g.user %}
Experience the future of time management with {{ g.branding.app_name if g.branding else 'TimeTrack' }}'s intelligent tracking system
Start tracking in seconds with our intuitive one-click interface
Gain insights with comprehensive reports and visual dashboards
Organize work into sprints with agile project tracking
Manage teams, projects, and resources all in one place
Bank-level encryption with role-based access control
Perfect for agencies managing multiple client accounts
Create your free account in seconds. No credit card required.
Add your company, teams, and projects to organize your time tracking.
Click "Arrive" to start tracking, "Leave" when done. It's that simple!
The software {{ g.branding.app_name if g.branding else 'TimeTrack' }} runs is open source software.
Host it yourself or use our free hosted version.
The source is available on GitHub:
https://github.com/nullmedium/TimeTrack
Start tracking your time effectively today - no strings attached
Create Free AccountTrack your work hours efficiently
Select a project and task to begin tracking your work
| Date | Time | Project / Task | Duration | Break | Notes | Actions |
|---|---|---|---|---|---|---|
|
{{ entry.arrival_time.strftime('%d') }}
{{ entry.arrival_time.strftime('%b') }}
|
{{ entry.arrival_time|format_time }}
β
{{ entry.departure_time|format_time if entry.departure_time else 'Active' }}
|
{% if entry.project %}
{{ entry.project.code }}
{% endif %}
{% if entry.task %}
{{ entry.task.title }}
{% elif entry.project %}
{{ entry.project.name }}
{% else %}
No project
{% endif %}
|
{{ entry.duration|format_duration if entry.duration is not none else 'In progress' }} | {{ entry.total_break_duration|format_duration if entry.total_break_duration else '-' }} | {{ entry.notes[:30] + '...' if entry.notes and entry.notes|length > 30 else entry.notes or '-' }} |
{% if entry.departure_time and not active_entry %}
{% endif %}
|
Start tracking your time to see entries here