{# ******************************************************* #} {# #} {# __ __ _____ _ ___ _____ #} {# \ \ / /__| ___|__ __ _| |_|_ _|_ _| #} {# \ \ /\ / / _ \ |_ / _ \/ _` | __|| | | | #} {# \ V V / __/ _| __/ (_| | |_ | | | | #} {# \_/\_/ \___|_| \___|\__,_|\__|___| |_| #} {# #} {# ******************************************************* #} {% extends 'private/base/base.html.twig' %} {% block stylesheets_addition %} {% endblock %} {% block body %}
{% block topBar %} {% embed 'components/topBar.html.twig' %}{% endembed %} {% endblock %} {% block menu %} {% embed 'components/menu.html.twig' %}{% endembed %} {% endblock %}
{% embed 'components/pageTitle.html.twig' %}{% endembed %}

Drag and drop your project or click in the calendar

{% for project in projects %}
{{ project.label }}
{% endfor %}
How It Works
  • To create or update a TimeSheet, click on a date in the calendar or drag a project from the list on the left. A form will pop up where you can fill in or modify the details.
  • After making changes, click "Save" to confirm and store your TimeSheet. If needed, you can delete a TimeSheet by selecting it and clicking "Delete."
  • All saved TimeSheets are automatically sent to the billing system for further processing.
{% embed 'components/modals/timeSheetModal.html.twig' %}{% endembed %}
{% embed 'components/footer.html.twig' %}{% endembed %}
{% embed 'components/sideBar.html.twig' %}{% endembed %} {% block javascripts_addition %} {% endblock %} {% endblock %}