Erweitere die Klassen

This commit is contained in:
2025-06-19 14:23:00 +02:00
parent cf6eff6ab0
commit 532c0d60e8
8 changed files with 73 additions and 31 deletions
@@ -12,11 +12,12 @@ use TorstenHettstedt\TimekeepingApi\Models\PeriodDesignationEnum;
class WorkingHoursMonthlyViewRepository extends AbstractWorkingHoursViewRepository
{
protected const string SQL_SELECT = <<<SQL
protected const SQL_SELECT = <<<SQL
select
"Monat" as "period",
"Gesamtarbeitszeit" as "totalHours",
"Arbeitstage" as "workingDays",
"Home-Office-Tage" as "homeOfficeDays",
"Überstunden" as "overtime"
from "Arbeitszeiten - Monat"
SQL;