This commit is contained in:
2026-05-08 14:53:53 +02:00
parent 01f05b23e9
commit 3ca2fea861
10597 changed files with 2474786 additions and 488 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"
}
]
}