{% extends "layout.html" %} {% block content %}

User Preferences

Configure your personal display preferences and time tracking settings.

{% if company_config %}

Company Work Policies (Read-only)

These policies are set by your administrator and apply to all employees. {% if g.user.role == Role.ADMIN or g.user.role == Role.SYSTEM_ADMIN %} Click here to modify these settings. {% endif %}

Region: {{ company_config.work_region.value }}
Standard Work Day: {{ company_config.standard_hours_per_day }} hours
Break Policy: {% if company_config.require_breaks %} {{ company_config.break_duration_minutes }} minutes after {{ company_config.break_after_hours }} hours {% else %} No mandatory breaks {% endif %}
{% endif %}

Display Format Settings

Customize how dates and times are displayed throughout the application.

Choose how dates are displayed
If unchecked, will use 12-hour format with AM/PM

Example:

Time Rounding Settings

Time rounding helps standardize billing and reporting by rounding time entries to specified intervals.

Round time entries to the nearest interval
If unchecked, will always round up

Example:

{% endblock %}