initial commit
This commit is contained in:
@@ -105,11 +105,11 @@ int? minutesFromHHMMSS(String? s) {
|
||||
}
|
||||
|
||||
// Abwesenheitscodes und Labels
|
||||
const List<String> kAbsenceCodes = ['GZ', 'K', 'U', 'SU', 'T'];
|
||||
const List<String> kAbsenceCodes = ['G', 'K', 'U', 'SU', 'T'];
|
||||
|
||||
String codeLabel(String? code) {
|
||||
switch (code) {
|
||||
case 'GZ': return 'Gleitzeit';
|
||||
case 'G': return 'Gleitzeit';
|
||||
case 'K': return 'Krankenstand';
|
||||
case 'U': return 'Urlaub';
|
||||
case 'SU': return 'Sonderurlaub';
|
||||
|
||||
Reference in New Issue
Block a user