Grenzwerte für Anwesenheit sind nun konfigurierbar

This commit is contained in:
Nikolaus Krondraf
2015-08-18 10:09:21 +02:00
parent 21b2b60fc2
commit 7a1ad9f86d
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -57,6 +57,10 @@ define('CIS_GESAMTNOTE_UEBERSCHREIBEN',true);
// Vertraege fuer Pruefungshonorare anzulegen
define('FAS_GESAMTNOTE_PRUEFUNGSHONORAR',false);
// Grenzwerte für Anwesenheit
define('FAS_ANWESENHEIT_ROT', 70);
define('FAS_ANWESENHEIT_GELB', 90);
// Anzeigeoptionen für LV-Plan Menü
define('CIS_LVPLAN_EXPORT_ANZEIGEN',true);
define('CIS_LVPLAN_PERSONENAUSWAHL_ANZEIGEN',true);