extension/anwesenheit_assistenz -> extension/anw_ent_admin; removed hardocoded status; check for overlapping excuse timespans; and a lot more ;)

This commit is contained in:
Johann Hoffmann
2024-07-15 17:38:13 +02:00
parent 66b151dce0
commit 630d2659b3
2 changed files with 110 additions and 8 deletions
+102 -5
View File
@@ -25060,7 +25060,6 @@ array(
)
)
),
// FHC-CORE-ANWESENHEITEN BEGIN
array(
'app' => 'anwesenheiten',
'category' => 'global',
@@ -25144,7 +25143,27 @@ array(
array(
'app' => 'anwesenheiten',
'category' => 'global',
'phrase' => 'entschuldigungAngenommen',
'phrase' => 'abgelehnt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Abgelehnt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'declined',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'anwesenheiten',
'category' => 'global',
'phrase' => 'entschuldigungAkzeptiert',
'insertvon' => 'system',
'phrases' => array(
array(
@@ -25161,6 +25180,26 @@ array(
)
)
),
array(
'app' => 'anwesenheiten',
'category' => 'global',
'phrase' => 'akzeptiert',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Akzeptiert',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'accepted',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'anwesenheiten',
'category' => 'global',
@@ -25175,7 +25214,27 @@ array(
),
array(
'sprache' => 'English',
'text' => 'excuse note open',
'text' => 'excuse note status open',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'anwesenheiten',
'category' => 'global',
'phrase' => 'hochgeladen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Hochgeladen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'uploaded',
'description' => '',
'insertvon' => 'system'
)
@@ -25441,6 +25500,26 @@ array(
)
)
),
array(
'app' => 'anwesenheiten',
'category' => 'global',
'phrase' => 'entschuldigungAutoEmailBetreff',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Entschuldigung zur Befreiung der Anwesenheitspflicht: Neues Dokument wurde hochgeladen.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Excuse note for digital attendances - a new document has been uploaded.',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'anwesenheiten',
'category' => 'global',
@@ -26960,8 +27039,26 @@ array(
'insertvon' => 'system'
)
)
)
// FHC-CORE-ANWESENHEITEN END
),
array(
'app' => 'anwesenheiten',
'category' => 'global',
'phrase' => 'errorInvalidFiletype',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ungültiges Dateiformat!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Invalid Filetype!',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',