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

{{ _('About') }}

{{ _('Professional time tracking and project management') }}

/ {{ _('About') }}

TimeTracker

{{ _('A comprehensive web-based time tracking application built with Flask, featuring project management, client organization, task management, invoicing, and advanced analytics.') }}

{{ _('Time Tracking') }} {{ _('Project Management') }} {{ _('Invoicing') }} {{ _('Analytics') }}

{{ _('Smart Timers') }}

{{ _('Real-time tracking with idle detection and live updates') }}

{{ _('Client Management') }}

{{ _('Organize clients with contacts, rates, and project relations') }}

{{ _('Task System') }}

{{ _('Break down projects into tasks with progress tracking') }}

{{ _('PDF Invoices') }}

{{ _('Generate professional invoices from tracked time') }}

{{ _('Core Features') }}

{{ _('Advanced Features') }}

{{ _('Platform Support') }}

{{ _('Web Application') }}

  • {{ _('Desktop browsers (Chrome, Firefox, Safari, Edge)') }}
  • {{ _('Mobile responsive design') }}
  • {{ _('Progressive Web App (PWA)') }}
  • {{ _('Touch-friendly tablet interface') }}

{{ _('Operating Systems') }}

  • {{ _('Windows, macOS, Linux') }}
  • {{ _('Android and iOS (browser)') }}
  • {{ _('Raspberry Pi support') }}
  • {{ _('Dockerized deployment') }}

{{ _('Database Support') }}

  • {{ _('PostgreSQL (recommended)') }}
  • {{ _('SQLite (dev/test)') }}
  • {{ _('Automatic migrations with Flask-Migrate') }}
  • {{ _('Backup and restoration tools') }}

{{ _('Technical Specifications') }}

{{ _('Technology Stack') }}

  • {{ _('Backend') }}: Python, Flask, SQLAlchemy
  • {{ _('Frontend') }}: Tailwind CSS, JS, Font Awesome
  • {{ _('Database') }}: PostgreSQL, SQLite
  • {{ _('Deployment') }}: Docker, Docker Compose

{{ _('Key Capabilities') }}

  • {{ _('Real-time') }}: WebSocket updates, live timers
  • {{ _('i18n') }}: Multi-language support
  • {{ _('Security') }}: CSRF, session management
  • {{ _('Mobile') }}: Responsive, PWA

{{ _('Open Source & Community') }}

{{ _('Open Source Benefits') }}

  • {{ _('Full source code available on GitHub') }}
  • {{ _('Licensed under GPL v3.0') }}
  • {{ _('Community-driven development') }}
  • {{ _('Transparent issue tracking and bug reports') }}

{{ _('Deployment Options') }}

  • {{ _('Docker images (GHCR)') }}
  • {{ _('Self-hosted deployment with full control') }}
  • {{ _('Cloud-ready with Compose configs') }}
{{ _('View on GitHub') }} {{ _('Support Development') }}

{{ _('Getting Help & Resources') }}

{{ _('Documentation') }}

{{ _('Step-by-step guides for all features.') }}

{{ _('View Help') }}

{{ _('System Information') }}

{{ _('Status, versions, and configuration details.') }}

{% if current_user.is_admin %} {{ _('System Info') }} {% else %} {{ _('Admin access required') }} {% endif %}

{{ _('Community Support') }}

{{ _('Report issues, request features, contribute.') }}

{{ _('GitHub Issues') }}
{% endblock %}