This commit is contained in:
2026-03-25 22:03:39 +01:00
parent a0073b4fb1
commit faf4ca10c9
5603 changed files with 1030866 additions and 79 deletions

View File

@@ -0,0 +1,72 @@
{
"version": 1,
"created_at": "2026-02-19T20:19:01.405750",
"schedule_items": [
{
"employee": "Dr. Müller",
"date": "2026-02-23",
"type": "work",
"note": ""
},
{
"employee": "Dr. Müller",
"date": "2026-02-24",
"type": "work",
"note": ""
},
{
"employee": "Dr. Müller",
"date": "2026-02-25",
"type": "vacation",
"note": "Skiferien"
},
{
"employee": "Dr. Müller",
"date": "2026-02-26",
"type": "vacation",
"note": "Skiferien"
},
{
"employee": "Dr. Müller",
"date": "2026-02-27",
"type": "vacation",
"note": "Skiferien"
},
{
"employee": "Anna Meier",
"date": "2026-02-23",
"type": "work",
"note": ""
},
{
"employee": "Anna Meier",
"date": "2026-02-24",
"type": "sick",
"note": "Grippe"
},
{
"employee": "Anna Meier",
"date": "2026-02-25",
"type": "work",
"note": ""
},
{
"employee": "Lisa Brunner",
"date": "2026-02-23",
"type": "work",
"note": ""
},
{
"employee": "Lisa Brunner",
"date": "2026-02-24",
"type": "work",
"note": ""
},
{
"employee": "Lisa Brunner",
"date": "2026-02-25",
"type": "work",
"note": "Bürodienst"
}
]
}