- {{ $t('pageTitles.timeSheets') }}
+ {{ $t('timesheet.title') }}
- {{ $t('timesheet.dateRangesTo') }}
+ {{ $t('timesheet.date_ranges_to') }}
- onDateSelected(value)"
- @pressed-previous-button="timesheet_api.getPreviousPayPeriod()"
- @pressed-next-button="timesheet_api.getNextPayPeriod()"
- />
+ onDateSelected(value)"
+ @pressed-previous-button="timesheet_api.getPreviousPayPeriod()"
+ @pressed-next-button="timesheet_api.getNextPayPeriod()"
+ />
@@ -330,8 +267,15 @@ const on_request_delete = async ({ date, shift }: { date: string; shift: any })
+
+ {{ expenses_error }}
+
-
-
-
-
-
-
-
- {{ form_mode === 'create' ? $t('timesheet.add_shift') : form_mode === 'edit' ? $t('timesheet.edit_shift') : $t('timesheet.delete_shift') }}
-
-
-
{{ selected_date }}
-
-
-
-
-
-
- {{ $t('timesheet.delete_confirmation_msg') }}
-
-
-
-
{{ error_banner }}
-
-
Conflits :
-
- -
- {{ c.start_time }}–{{ c.end_time }} ({{ c.type }})
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
\ No newline at end of file