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

{{ _('Settings') }}

{{ _('Manage your account settings and preferences') }}

{{ _('Profile Information') }}

{{ _('Username cannot be changed') }}

{{ _('Required for email notifications') }}

{{ _('Notification Preferences') }}

{{ _('Display Preferences') }}

{{ _('Time Rounding Preferences') }}

{{ _('Configure how your time entries are rounded. This affects how durations are calculated when you stop timers.') }}

{{ _('Time entries will be rounded to this interval') }}

{{ _('Example') }}

{{ _('Overtime Settings') }}

{{ _('Set your standard working hours per day. Any time worked beyond this will be counted as overtime.') }}

{{ _('hours') }}

{{ _('Typically 8 hours for a full-time job') }}

{{ _('How it works') }}

{{ _('If you work more than your standard hours in a day, the extra time will be tracked as overtime in reports and analytics.') }}

{{ _('UI Customization') }}

{{ _('Customize which features are visible in your navigation menu. Hide features you don\'t use to simplify your interface. Core features like Dashboard, Log Time, Projects, Tasks, Invoices, Expenses, and Clients are always visible. Some options may be disabled system-wide by an administrator.') }}

{% if not settings or settings.ui_allow_calendar %} {% else %}

{{ _('Calendar is disabled system-wide by an administrator.') }}

{% endif %}

{{ _('Time Tracking') }}

{% if not settings or settings.ui_allow_project_templates %}
{% endif %} {% if not settings or settings.ui_allow_gantt_chart %}
{% endif %} {% if not settings or settings.ui_allow_kanban_board %}
{% endif %} {% if not settings or settings.ui_allow_weekly_goals %}
{% if settings.ui_allow_issues %}
{% endif %} {% endif %}

{{ _('CRM') }}

{% if not settings or settings.ui_allow_quotes %}
{% endif %}

{{ _('Finance & Expenses') }}

{% if not settings or settings.ui_allow_reports %}
{% endif %} {% if not settings or settings.ui_allow_report_builder %}
{% endif %} {% if not settings or settings.ui_allow_scheduled_reports %}
{% endif %} {% if not settings or settings.ui_allow_invoice_approvals %}
{% endif %} {% if not settings or settings.ui_allow_payment_gateways %}
{% endif %} {% if not settings or settings.ui_allow_recurring_invoices %}
{% endif %} {% if not settings or settings.ui_allow_payments %}
{% endif %} {% if not settings or settings.ui_allow_mileage %}
{% endif %} {% if not settings or settings.ui_allow_per_diem %}
{% endif %} {% if not settings or settings.ui_allow_budget_alerts %}
{% endif %}

{{ _('Inventory') }}

{% if not settings or settings.ui_allow_inventory %}
{% else %}

{{ _('Inventory is disabled system-wide by an administrator.') }}

{% endif %}

{{ _('Analytics') }}

{% if not settings or settings.ui_allow_analytics %}
{% endif %}

{{ _('Tools & Data') }}

{% if not settings or settings.ui_allow_tools %}
{% endif %}

{{ _('Regional Settings') }}

{{ _('Cancel') }}
{% endblock %}