|
@@ -49,6 +49,8 @@ class Shift(models.Model):
|
|
|
KK = 'KKH', _('KKH')
|
|
KK = 'KKH', _('KKH')
|
|
|
ST = 'ST', _('Stapler')
|
|
ST = 'ST', _('Stapler')
|
|
|
AH = 'AH', _('Ausser Haus')
|
|
AH = 'AH', _('Ausser Haus')
|
|
|
|
|
+ FT = 'FT', _('Feiertag')
|
|
|
|
|
+ WF = 'WF', _('F!')
|
|
|
|
|
|
|
|
class ShiftChef(models.TextChoices):
|
|
class ShiftChef(models.TextChoices):
|
|
|
NONE = '', _('None') # Placeholder for "None" if you're using it
|
|
NONE = '', _('None') # Placeholder for "None" if you're using it
|