{% embed 'components/pageTitle.html.twig' %}{% endembed %}
{% embed 'components/modals/timeSheetModal.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.