Testdaten

This commit is contained in:
Alexander Malzkuhn 2025-05-28 12:46:19 +02:00
parent 269e6985d0
commit e4462fe7d5
10 changed files with 105 additions and 4 deletions

View File

@ -6,9 +6,7 @@
"8": "U", "8": "U",
"9": "U", "9": "U",
"10": "U", "10": "U",
"11": "U", "11": "U"
"12": "U",
"13": "U"
}, },
"notes": { "notes": {
"5": {}, "5": {},

View File

@ -0,0 +1,5 @@
{
"archived": 0,
"overtime": 0,
"absence": {}
}

View File

@ -0,0 +1,13 @@
{
"archived": 0,
"overtime": 0,
"absence": {
"23": "U",
"24": "U",
"27": "U",
"28": "U",
"29": "U",
"30": "U",
"31": "U"
}
}

View File

@ -1,4 +1,5 @@
{ {
"archived": 0, "archived": 0,
"total_hours": 0 "total_hours": 0,
"absence": {}
} }

View File

@ -0,0 +1,20 @@
{
"archived": 0,
"overtime": 0,
"absence": {
"9": "U",
"10": "U",
"12": "U",
"13": "U",
"14": "U",
"15": "U",
"16": "U",
"17": "U",
"18": "U",
"26": "U",
"27": "U",
"28": "U",
"29": "U",
"30": "U"
}
}

View File

View File

@ -0,0 +1,21 @@
{
"archived": 0,
"overtime": 0,
"absence": {
"1": "U",
"2": "U",
"3": "U",
"4": "U",
"5": "U",
"6": "U",
"7": "U",
"8": "U",
"9": "U",
"10": "U",
"11": "U",
"12": "U",
"13": "U",
"14": "U",
"15": "U"
}
}

View File

@ -0,0 +1,10 @@
{
"archived": 0,
"overtime": 0,
"absence": {
"18": "U",
"19": "U",
"20": "U",
"21": "U"
}
}

View File

@ -0,0 +1,19 @@
{
"archived": 0,
"overtime": 0,
"absence": {
"2": "U",
"3": "U",
"4": "U",
"5": "U",
"6": "U",
"7": "U",
"8": "U",
"9": "U",
"10": "U",
"11": "U",
"12": "U",
"13": "U",
"14": "U"
}
}

View File

@ -0,0 +1,14 @@
{
"0": [
"2025-05-05",
"2025-05-05"
],
"1": [
"2025-05-06",
"2025-05-14"
],
"2": [
"2025-05-19",
"2025-05-22"
]
}