Daniel Quathamer
6 months ago
4 changed files with 34 additions and 4 deletions
@ -0,0 +1,12 @@ |
|||||||
|
--freemarker template |
||||||
|
--(c) 2025 D.Quathamer |
||||||
|
|
||||||
|
<#if COSTAGE_LEISTUNGSSTATUS_MAP?exists> |
||||||
|
|
||||||
|
update costage_leistungen set leistungsstatus_map_kb=${COSTAGE_LEISTUNGSSTATUS_MAP} |
||||||
|
; |
||||||
|
|
||||||
|
</#if> |
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,2 +1,20 @@ |
|||||||
1^COSTAGE_STUDENT_FILTER^1=1^Filter Studierende für CO^Hier werden Studierende für Auswertungen aus CO gefiltert^^COSTAGE_STUD_FILTER^^^310^1^0^0^^1^01.01.1900^31.12.3000^ |
1^COSTAGE_STUDENT_FILTER^1=1^Filter Studierende für CO^Hier werden Studierende für Auswertungen aus CO gefiltert^^COSTAGE_STUD_FILTER^^^310^1^0^0^^1^01.01.1900^31.12.3000^ |
||||||
2^COSTAGE_STORT^^Standorte^Hier werden Standorte konfiguriert^^COSTAGE_STORT^^^310^1^0^0^^0^01.01.1900^31.12.3000^ |
2^COSTAGE_STORT^^Standorte^Hier werden Standorte konfiguriert^^COSTAGE_STORT^^^310^1^0^0^^0^01.01.1900^31.12.3000^ |
||||||
|
2^COSTAGE_LEISTUNGSSTATUS_MAP^case when leistungstyp_nr=1 --reale Prüfung\ |
||||||
|
and leistungsstatus_nr=1 --in Bearbeitung\ |
||||||
|
then 'AN' --angemeldet\ |
||||||
|
when leistungstyp_nr=1 --reale Prüfung\ |
||||||
|
and leistungsstatus_nr=5 --gelöscht\ |
||||||
|
then 'AB' --abgemeldet\ |
||||||
|
when note_negativ_flag='J' \ |
||||||
|
and leistungstyp_nr in (4,9) -- AP Abschlussprüfung, AAP anerkannte Abschlussprüfung\ |
||||||
|
then 'EN' --endgültig nicht bestanden\ |
||||||
|
when note_negativ_flag='J' \ |
||||||
|
then 'NB' --nicht bestanden\ |
||||||
|
when note='Q' --keine Beurteilung\ |
||||||
|
and note_zusatz='Q' --Rücktritt mit anerkanntem Grund\ |
||||||
|
then 'R' --Rücktritt von der Prüfungsanmeldung\ |
||||||
|
when note='Q' --keine Beurteilung\ |
||||||
|
then 'NE' --nicht erschienen\ |
||||||
|
else 'BE' --bestanden\ |
||||||
|
end^Leistungsstatus-Gruppen (CO)^Hier werden Leistungsstatus-Gruppen (CO) konfiguriert. Beispiel der UZK für sx_leistungen_v^^COSTAGE_LEISTUNGSSTATUS^^^310^1^0^0^^1^01.01.1900^31.12.3000^ |
||||||
|
Loading…
Reference in new issue