working compound days + working public holidays
Some checks failed
Tests / Run Go Tests (push) Failing after 44s
Some checks failed
Tests / Run Go Tests (push) Failing after 44s
This commit is contained in:
@@ -23,6 +23,11 @@ type WorkDay struct {
|
||||
worktimeAbsece Absence
|
||||
}
|
||||
|
||||
// IsEmpty implements [IWorkDay].
|
||||
func (d *WorkDay) IsEmpty() bool {
|
||||
return len(d.Bookings) == 0
|
||||
}
|
||||
|
||||
type WorktimeBase int
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user