diff --git a/README.md b/README.md index 3a18d81..e9f2946 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,19 @@ Nach dem Auschecken des Repository z.B. in /home/superx/git können Sie es wie f #Installieren Sie ant, z.B. in /home/superx/tools - wget https://dlcdn.apache.org/ant/binaries/apache-ant-1.10.12-bin.tar.gz + wget https://dlcdn.apache.org/ant/binaries/apache-ant-1.10.12-bin.tar.gz #Ergänzen Sie die SQL_ENV um die Zeilen - ANT_HOME=/home/superx/tools/apache-ant-1.10.12 - - export ANT_HOME - - PATH=$PATH:$ANT_HOME/bin - - export PATH + ANT_HOME=/home/superx/tools/apache-ant-1.10.12 + export ANT_HOME + PATH=$PATH:$ANT_HOME/bin + export PATH #Dann gehen Sie ins Verzeichnis - cd git/COSTAGE + cd git/COSTAGE #und führen aus: - ant -DMODULE_PATH=$COSTAGE_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=costage all - \ No newline at end of file + ant -DMODULE_PATH=$COSTAGE_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=costage all diff --git a/src-modules/module/costage/conf/costage.xml b/src-modules/module/costage/conf/costage.xml index 0832b05..9499919 100644 --- a/src-modules/module/costage/conf/costage.xml +++ b/src-modules/module/costage/conf/costage.xml @@ -846,8 +846,155 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[CO]" /> + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
@@ -1021,6 +1168,18 @@ parent="CO Basisdaten">Abfragen zu Prüfungen und Leistungen --> + + + + + + + + + + + + diff --git a/src-modules/module/costage/rohdaten/costage_unload.xml b/src-modules/module/costage/rohdaten/costage_unload.xml index 7ff6445..69c6012 100644 --- a/src-modules/module/costage/rohdaten/costage_unload.xml +++ b/src-modules/module/costage/rohdaten/costage_unload.xml @@ -485,5 +485,217 @@ FROM st_studienformen_v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +klappt noch nicht: +SELECT leistung_nr, + leistungstyp_nr, + leistungsdetailtyp_kb, + matrikelnummer, + vorname, + nachname, + st_studium_nr, + studienidentifikator, + spov_abschluss, + stp_sp_nr, + veranstaltung_nummer, + veranstaltung_semester, + veranstaltung_titel, + veranstaltung_art, + semesterstunden, + unterrichtseinheiten, + thema_individuell, + pv_notenskala_nr, + note, + note_name, + note_zahl, + pv_pruef_zusatz_typen_nr, + note_zusatz, + note_zusatz_name, + note_positiv_flag, + note_negativ_flag, + pv_notenskala_typ_nr, + pv_notenskala_typ_kb, + pv_notenskala_typ_name, + credits, + leistungsdatum, + anerkannt_flag, + zusatzleistung_flag, + leistungsstatus_nr +FROM px_leistungen_v + ; + + + + + + + + + + + + + + + + + + + + + + + + + + + +