added Gleitzeit + Kurzarbeit closes #23
All checks were successful
Tests / Run Go Tests (push) Successful in 33s

This commit is contained in:
2025-09-13 14:12:39 +02:00
parent ccded6d76b
commit 2d0b117403
18 changed files with 298 additions and 255 deletions

View File

@@ -9,7 +9,7 @@ import (
type AbsenceType struct {
Id int8
Name string
WorkTime float32
WorkTime int8
}
type Absence struct {