Browse Source

xml-Formatierung by Geany PrettyPrinter

master
Imo John 3 days ago
parent
commit
3be7178777
  1. 415
      src-modules/module/rpta/conf/rpta.xml

415
src-modules/module/rpta/conf/rpta.xml

@ -1,16 +1,11 @@ @@ -1,16 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--<!DOCTYPE module SYSTEM "../../../conf/superx-module.dtd"> -->
<module name="rpta" version="0.5b" sachgebiet_id="330"
sachgebiet="Berichtsassistent" systeminfo_id="330"
system="Berichtsassistent" thema="Berichtsassistent" thema_parent="Abfragen">
<module name="rpta" version="0.5b" sachgebiet_id="330" sachgebiet="Berichtsassistent" systeminfo_id="330" system="Berichtsassistent" thema="Berichtsassistent" thema_parent="Abfragen">
<database name="superx" system="superx">
<sachgebiete>
<sachgebiet id="331" name="Berichtsassistent Administr."
rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
<sachgebiet id="331" name="Berichtsassistent Administr." rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</sachgebiete>
<table name="rpta_column" thema="Berichtsassistent" typ="Schlüsseltabelle"
releaseUnload="empty">
<table name="rpta_column" thema="Berichtsassistent" typ="Schlüsseltabelle" releaseUnload="empty">
<description>Schlüsseltabelle für Spaltendefinitionen</description>
<columns>
<column name="tid" type="SERIAL" size="" default="" notnull="true" description="tid" isKey="true" />
@ -18,15 +13,23 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -18,15 +13,23 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
<column name="caption" type="VARCHAR" size="255" default="" notnull="" description="Bezeichnung" />
<column name="srcfieldname" type="VARCHAR" size="255" default="" notnull="false" description="Feldname (Quelle)" />
<column name="targetfieldname" type="VARCHAR" size="255" default="" notnull="false" description="Feldname (Ziel)" />
<column name="column_type" type="INTEGER" size="" default="" notnull="true" description="Spaltentyp" ><comment>Physische Spalte/Logische Spalte/Lookup</comment></column>
<column name="col_function" type="TEXT" size="255" default="" notnull="" description="Funktion" ><comment>Bei logischen Spalten/Lookup</comment></column>
<column name="is_aggregate" type="SMALLINT" size="2" default="" notnull="" description="Aggregierte Spalte" ></column>
<column name="column_type" type="INTEGER" size="" default="" notnull="true" description="Spaltentyp">
<comment>Physische Spalte/Logische Spalte/Lookup</comment>
</column>
<column name="col_function" type="TEXT" size="255" default="" notnull="" description="Funktion">
<comment>Bei logischen Spalten/Lookup</comment>
</column>
<column name="is_aggregate" type="SMALLINT" size="2" default="" notnull="" description="Aggregierte Spalte" />
<column name="resultset_id" type="INTEGER" size="255" default="" notnull="true" description="Resultset" />
<column name="custom" type="INTEGER" size="255" default="1" notnull="" description="Manuell erstellt" ><comment>0 = Auslieferung</comment></column>
<column name="description" type="TEXT" size="255" default="" notnull="" description="Beschreibung" ><comment>Erläuterungstext</comment></column>
<column name="custom" type="INTEGER" size="255" default="1" notnull="" description="Manuell erstellt">
<comment>0 = Auslieferung</comment>
</column>
<column name="description" type="TEXT" size="255" default="" notnull="" description="Beschreibung">
<comment>Erläuterungstext</comment>
</column>
</columns>
<primaryKeys><rs>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
@ -44,16 +47,15 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -44,16 +47,15 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</index>
</indexes>
</table>
<table name="rpta_column_type" thema="Berichtsassistent" typ="Schlüsseltabelle"
releaseUnload="empty">
<table name="rpta_column_type" thema="Berichtsassistent" typ="Schlüsseltabelle" releaseUnload="empty">
<description>Spaltentypen</description>
<columns>
<column name="tid" type="SERIAL" size="" default="" notnull="true" description="tid" isKey="true" />
<column name="uniquename" type="VARCHAR" size="255" default="" notnull="true" description="Schlüssel" />
<column name="caption" type="VARCHAR" size="255" default="" notnull="" description="Bezeichnung" />
</columns>
<primaryKeys><rs>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
@ -64,12 +66,9 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -64,12 +66,9 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</row>
</rs>
</primaryKeys>
<indexes>
</indexes>
<indexes />
</table>
<table name="rpta_format_code" thema="Berichtsassistent" typ="Schlüsseltabelle"
releaseUnload="empty">
<table name="rpta_format_code" thema="Berichtsassistent" typ="Schlüsseltabelle" releaseUnload="empty">
<description>Zahlen- oder Datumsformat</description>
<columns>
<column name="tid" type="SERIAL" size="" default="" notnull="true" description="tid" isKey="true" />
@ -77,7 +76,8 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -77,7 +76,8 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
<column name="caption" type="VARCHAR" size="255" default="" notnull="" description="Bezeichnung" />
<column name="sql_code" type="VARCHAR" size="255" default="" notnull="" description="Bezeichnung" />
</columns>
<primaryKeys><rs>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
@ -88,12 +88,9 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -88,12 +88,9 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</row>
</rs>
</primaryKeys>
<indexes>
</indexes>
<indexes />
</table>
<table name="rpta_column_layout" thema="Berichtsassistent" typ="Schlüsseltabelle"
releaseUnload="empty">
<table name="rpta_column_layout" thema="Berichtsassistent" typ="Schlüsseltabelle" releaseUnload="empty">
<description>Spaltenlayouts</description>
<columns>
<column name="tid" type="SERIAL" size="" default="" notnull="true" description="tid" isKey="true" />
@ -101,13 +98,20 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -101,13 +98,20 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
<column name="caption" type="VARCHAR" size="255" default="" notnull="" description="Bezeichnung" sortable="true" />
<column name="resultset_id" type="INTEGER" size="255" default="" notnull="" description="Resultset" />
<column name="whereclause" type="TEXT" size="255" default="" notnull="false" description="Bedingung (optional)" />
<column name="description" type="TEXT" size="255" default="" notnull="" description="Beschreibung" ><comment>Erläuterungstext</comment></column>
<column name="userinfo_id" type="INTEGER" size="255" default="" notnull="" description="Angelegt von" ></column>
<column name="sortnr" type="INTEGER" size="255" default="" notnull="" description="Sortiernummer" sortable="true"><comment>Kann leer bleiben, wenn nach Bezeichnung sortiert wird.</comment></column>
<column name="description" type="TEXT" size="255" default="" notnull="" description="Beschreibung">
<comment>Erläuterungstext</comment>
</column>
<column name="userinfo_id" type="INTEGER" size="255" default="" notnull="" description="Angelegt von" />
<column name="sortnr" type="INTEGER" size="255" default="" notnull="" description="Sortiernummer" sortable="true">
<comment>Kann leer bleiben, wenn nach Bezeichnung sortiert wird.</comment>
</column>
<column name="sortclause" type="TEXT" size="255" default="" notnull="false" description="Sortierung (order by)" />
<column name="is_virtual" type="SMALLINT" size="255" default="1" notnull="true" description="Virtuelle Tabelle" ><comment>1=ja,0=nein. Bei 0 wird es nachts berechnet</comment></column>
<column name="is_virtual" type="SMALLINT" size="255" default="1" notnull="true" description="Virtuelle Tabelle">
<comment>1=ja,0=nein. Bei 0 wird es nachts berechnet</comment>
</column>
</columns>
<primaryKeys><rs>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
@ -122,10 +126,8 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -122,10 +126,8 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
<index name="ix_rpta_column_layout" type="unique">
<index-column name="uniquename" />
</index>
</indexes>
</table>
<!--<table name="rpta_column2resultset" thema="Berichtsassistent" typ="Schlüsseltabelle"
releaseUnload="empty">
<description>Spalten zu Resultsets</description>
@ -149,23 +151,30 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -149,23 +151,30 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</indexes>
</table>-->
<table name="rpta_column2layout" thema="Berichtsassistent" typ="Schlüsseltabelle"
releaseUnload="empty">
<table name="rpta_column2layout" thema="Berichtsassistent" typ="Schlüsseltabelle" releaseUnload="empty">
<description>Spalten zu Layouts</description>
<columns>
<column name="tid" type="SERIAL" size="" default="" notnull="true" description="tid" isKey="true" />
<column name="column_id" type="INTEGER" size="255" default="" notnull="" description="Spalte" />
<column name="layout_id" type="INTEGER" size="255" default="" notnull="" description="Layout" isKey="true" />
<column name="sortnr" type="SMALLINT" size="2" default="" notnull="" description="Sortiernr." sortable="true" />
<column name="is_visible" type="SMALLINT" size="2" default="1" notnull="" description="Sichtbare Spalte" ></column>
<column name="visible_size" type="SMALLINT" size="2" default="" notnull="" description="Breite in Zeichen" ><comment>Bei String-Spalten</comment></column>
<column name="format_code_id" type="INTEGER" size="255" default="" notnull="" description="Format-Code" ><comment>Bei DECIMAL- und Datumsspalten</comment></column>
<column name="is_visible" type="SMALLINT" size="2" default="1" notnull="" description="Sichtbare Spalte" />
<column name="visible_size" type="SMALLINT" size="2" default="" notnull="" description="Breite in Zeichen">
<comment>Bei String-Spalten</comment>
</column>
<column name="format_code_id" type="INTEGER" size="255" default="" notnull="" description="Format-Code">
<comment>Bei DECIMAL- und Datumsspalten</comment>
</column>
<column name="targetfieldname" type="VARCHAR" size="255" default="" notnull="" description="Zielfeld" currentlyUsed="false" />
<column name="caption" type="VARCHAR" size="255" default="" notnull="" description="Bezeichnung der Spalte"><comment>Kann leer bleiben wenn der Spaltenname der Quellspalte übernommen werden soll.</comment></column>
<column name="description" type="TEXT" size="255" default="" notnull="" description="Beschreibung" ><comment>Erläuterungstext</comment></column>
<column name="caption" type="VARCHAR" size="255" default="" notnull="" description="Bezeichnung der Spalte">
<comment>Kann leer bleiben wenn der Spaltenname der Quellspalte übernommen werden soll.</comment>
</column>
<column name="description" type="TEXT" size="255" default="" notnull="" description="Beschreibung">
<comment>Erläuterungstext</comment>
</column>
</columns>
<primaryKeys><rs>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
@ -176,12 +185,9 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -176,12 +185,9 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</row>
</rs>
</primaryKeys>
<indexes>
</indexes>
<indexes />
</table>
<table name="rpta_resultset" thema="Berichtsassistent" typ="Schlüsseltabelle"
releaseUnload="empty">
<table name="rpta_resultset" thema="Berichtsassistent" typ="Schlüsseltabelle" releaseUnload="empty">
<description>Schlüsseltabelle für mögliche Resultsets</description>
<columns>
<column name="tid" type="SERIAL" size="" default="" notnull="true" description="tid" isKey="true" />
@ -190,13 +196,13 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -190,13 +196,13 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
<column name="fieldclause" type="TEXT" size="255" default="" notnull="false" description="Spalten (physisch)" />
<column name="joinclause" type="TEXT" size="255" default="" notnull="false" description="Tabellen (physisch)" />
<column name="whereclause" type="TEXT" size="255" default="" notnull="false" description="Bedingung" />
<column name="systeminfo_id" type="INTEGER" size="255"
default="" notnull="true" description="Komponente">
<column name="systeminfo_id" type="INTEGER" size="255" default="" notnull="true" description="Komponente" />
<column name="is_virtual" type="SMALLINT" size="255" default="1" notnull="true" description="Virtuelle Tabelle">
<comment>1=ja,0=nein. Bei 0 wird sie nachts berechnet</comment>
</column>
<column name="is_virtual" type="SMALLINT" size="255" default="1" notnull="true" description="Virtuelle Tabelle" ><comment>1=ja,0=nein. Bei 0 wird sie nachts berechnet</comment></column>
</columns>
<primaryKeys><rs>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
@ -207,27 +213,25 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -207,27 +213,25 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</row>
</rs>
</primaryKeys>
<indexes><index name="ix_rpta_resultset" type="unique">
<indexes>
<index name="ix_rpta_resultset" type="unique">
<index-column name="uniquename" />
<index-column name="systeminfo_id" />
</index>
</indexes>
</table>
<table name="rpta_report_property" thema="Berichtsassistent" typ="Datentabelle"
releaseUnload="empty">
<table name="rpta_report_property" thema="Berichtsassistent" typ="Datentabelle" releaseUnload="empty">
<description>Eigenschaften für Berichte</description>
<columns>
<column name="tid" type="SERIAL" size="" default="" notnull="true" description="tid" isKey="true" />
<column name="caption" type="VARCHAR" size="255" default="" notnull="" description="Eigenschaft Name" />
<column name="uniquename" type="VARCHAR" size="255" default="" notnull="" description="Schlüssel" />
<column name="default_value" type="VARCHAR" size="255" default="" notnull="false" description="Default-Wert" />
<column name="description" type="VARCHAR" size="255" default=""
notnull="false" description="Beschreibung der Variable" />
<column name="value_range" type="TEXT" size="32255" default=""
notnull="false" description="Wertebereich"/>
<column name="description" type="VARCHAR" size="255" default="" notnull="false" description="Beschreibung der Variable" />
<column name="value_range" type="TEXT" size="32255" default="" notnull="false" description="Wertebereich" />
</columns>
<primaryKeys><rs>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
@ -238,13 +242,11 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -238,13 +242,11 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</row>
</rs>
</primaryKeys>
<indexes>
</indexes>
<indexes />
</table>
<table name="rpta_exam_unit" thema="Berichtsassistent" typ="Hilfstabelle" caption="Berichtsassistent">
<columns><column name="matrikel_nr" type ="INTEGER" size ="10" default ="" notnull ="false" />
<columns>
<column name="matrikel_nr" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="labnr" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="sourcesystem" type ="INTEGER" size ="4" default ="" notnull ="false" description="Quellsystem der Prüfung">
<comment>z.B. 5=sospos,6=HISinOne</comment>
@ -288,18 +290,20 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -288,18 +290,20 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
<index-column name="part" />
</index>
</indexes>
<primaryKeys><rs>
</rs></primaryKeys>
<foreignKeys><rs>
</rs></foreignKeys>
<importedKeys><rs>
</rs></importedKeys>
<privileges><rs>
</rs></privileges>
<primaryKeys>
<rs />
</primaryKeys>
<foreignKeys>
<rs />
</foreignKeys>
<importedKeys>
<rs />
</importedKeys>
<privileges>
<rs />
</privileges>
</table>
<table name="rpta_stylesheet2layout" thema="Berichtsassistent" typ="Schlüsseltabelle"
releaseUnload="empty">
<table name="rpta_stylesheet2layout" thema="Berichtsassistent" typ="Schlüsseltabelle" releaseUnload="empty">
<description>Stylesheet zu Spaltenlayout</description>
<columns>
<column name="tid" type="SERIAL" size="" default="" notnull="true" description="tid" isKey="true" />
@ -309,7 +313,8 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -309,7 +313,8 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</column>
<column name="sortnr" type="INTEGER" size="255" default="" notnull="" description="Sortiernummer" />
</columns>
<primaryKeys><rs>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
@ -320,31 +325,20 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -320,31 +325,20 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</row>
</rs>
</primaryKeys>
<indexes>
</indexes>
<indexes />
</table>
<views>
</views>
<functions>
</functions>
<views />
<functions />
<themen>
<thema name="Administration Berichtsassistent"
parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </thema>
<thema name="Administration Berichtsassistent" parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent</thema>
</themen>
<masken>
<maske tid="48000" name="Tabellenausgabe Studierende (amtlich und intern)" thema="Berichtsassistent">
<description>Berichtsassistent verwalten</description>
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske>
<maske tid="48040" name="Spaltenlayouts verwalten" thema="Administration Berichtsassistent">
<description>Spaltenlayouts verwalten</description>
<src>
@ -382,53 +376,54 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t @@ -382,53 +376,54 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t
</src>
</maske>
<maske tid="48250" name="Beschäftigungsverhältnisse" thema="Berichtsassistent">
<description></description>
<description />
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske>
<maske tid="48280" name="SuperX-Connect Kennzahlen" thema="Berichtsassistent">
<description></description>
<description />
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske>
<maske tid="48310" name="Übergang Bachelor-Master" thema="Berichtsassistent">
<description></description>
<description />
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske>
<maske tid="48380" name="Spaltenlayout löschen" thema="Administration Berichtsassistent">
<description></description>
<description />
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske>
<maske tid="48410" name="Spaltenlayout kopieren" thema="Administration Berichtsassistent">
<description></description>
<description />
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske>
<maske tid="48430" name="Bewerbungen und Zulassungen" thema="Berichtsassistent">
<description></description>
<description />
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske>
<maske tid="48460" name="Kontostände Finanzbuchhaltung" thema="Berichtsassistent">
<description></description>
<description />
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske>
<maske tid="48490" name="Absolvierende nach Studiengang" thema="Berichtsassistent">
<description></description>
<description />
<src>
<path>$RPTA_PFAD/masken</path>
</src>
</maske> <!--<maske tid="48140" name="Leistungen und Studiengänge (Makro)" thema="Berichtsassistent">
</maske>
<!--<maske tid="48140" name="Leistungen und Studiengänge (Makro)" thema="Berichtsassistent">
<description>Leistungen und Studiengänge</description>
<src>
<path>$RPTA_PFAD/masken</path>
@ -441,71 +436,48 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t @@ -441,71 +436,48 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t
</src>
</maske>-->
</masken>
<data-integrity>
<!--rpta_column-->
<relation from="rpta_column_type" to="rpta_column" delete="FALSE"
displayType="select" visibleFields="caption" format="%s">
<relation from="rpta_column_type" to="rpta_column" delete="FALSE" displayType="select" visibleFields="caption" format="%s">
<relation-column from="tid" to="column_type" />
</relation>
<relation from="rpta_resultset" to="rpta_column_layout" delete="FALSE"
displayType="select" visibleFields="caption" format="%s">
<relation from="rpta_resultset" to="rpta_column_layout" delete="FALSE" displayType="select" visibleFields="caption" format="%s">
<relation-column from="tid" to="resultset_id" />
</relation>
<relation from="userinfo" to="rpta_column_layout" delete="FALSE"
displayType="select" visibleFields="benutzer" format="%s">
<relation from="userinfo" to="rpta_column_layout" delete="FALSE" displayType="select" visibleFields="benutzer" format="%s">
<relation-column from="tid" to="userinfo_id" />
</relation>
<relation from="rpta_resultset" to="rpta_column" delete="FALSE"
displayType="select" visibleFields="caption" format="%s">
<relation from="rpta_resultset" to="rpta_column" delete="FALSE" displayType="select" visibleFields="caption" format="%s">
<relation-column from="tid" to="resultset_id" />
</relation>
<relation from="systeminfo" to="rpta_resultset" delete="FALSE"
displayType="select" visibleFields="name" format="%s">
<relation from="systeminfo" to="rpta_resultset" delete="FALSE" displayType="select" visibleFields="name" format="%s">
<relation-column from="tid" to="systeminfo_id" />
</relation>
<relation from="rpta_column_layout" to="rpta_column2layout" delete="FALSE"
displayType="select" visibleFields="caption" format="%s">
<relation from="rpta_column_layout" to="rpta_column2layout" delete="FALSE" displayType="select" visibleFields="caption" format="%s">
<relation-column from="tid" to="layout_id" />
</relation>
<relation from="rpta_column" to="rpta_column2layout" delete="FALSE"
displayType="select" visibleFields="caption" format="%s">
<relation from="rpta_column" to="rpta_column2layout" delete="FALSE" displayType="select" visibleFields="caption" format="%s">
<relation-column from="tid" to="column_id" />
</relation>
<relation from="rpta_format_code" to="rpta_column2layout" delete="FALSE"
displayType="select" visibleFields="caption" format="%s">
<relation from="rpta_format_code" to="rpta_column2layout" delete="FALSE" displayType="select" visibleFields="caption" format="%s">
<relation-column from="tid" to="format_code_id" />
</relation>
<relation from="sx_stylesheets" to="rpta_stylesheet2layout" delete="FALSE"
displayType="select" visibleFields="filename" format="%s">
<relation from="sx_stylesheets" to="rpta_stylesheet2layout" delete="FALSE" displayType="select" visibleFields="filename" format="%s">
<relation-column from="tid" to="stylesheet_id" />
</relation>
<relation from="rpta_column_layout" to="rpta_stylesheet2layout" delete="FALSE"
displayType="select" visibleFields="caption" format="%s">
<relation from="rpta_column_layout" to="rpta_stylesheet2layout" delete="FALSE" displayType="select" visibleFields="caption" format="%s">
<relation-column from="tid" to="layout_id" />
</relation>
</data-integrity>
</database>
<!-- ********************* Liste der RPTA-Prozesse ************************** -->
<etl>
<etl-step name="Upload der RPTA-Modul-Rohdaten" type="load" rohdaten="no">
<!-- hier dürfen keine Actions stehen, damit in HIS1 das Ladedatum aktualisiert wird -->
</etl-step>
<etl-step name="Upload der RPTA-Modul-Rohdaten" type="load" rohdaten="no"><!-- hier dürfen keine Actions stehen, damit in HIS1 das Ladedatum aktualisiert wird --></etl-step>
<etl-step name="Transformation" type="trans">
<action>
<nativeaction sql="update systeminfo set datum=today() where tid in (280)" scriptfile="" database="" />
</action>
</etl-step>
<etl-step name="Aggregation" type="aggr">
<action>
<nativeaction sql="" scriptfile="$RPTA_PFAD/hilfstabellen/rpta_exam_unit_fuellen.sql" database="" />
@ -515,7 +487,6 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t @@ -515,7 +487,6 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t
<action>
<nativeaction sql="" scriptfile="$RPTA_PFAD/hilfstabellen/vacuum_pg.sql" database="POSTGRES" />
</action>
</etl-step>
</etl>
<!-- Elemente nur für die neue KV von HIS:-->
@ -564,7 +535,6 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t @@ -564,7 +535,6 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t
<nativeaction sql="" scriptfile="$RPTA_PFAD/conf/module_metadata.sql" database="" />
</action>
</install-upgrade-step>
<install-upgrade-step name="update_topic_tree" type="" id="rpta_update_topictree_actionstep">
<action error="stop">
<nativeaction sql="" scriptfile="$RPTA_PFAD/upgrade/rpta_upgrade_themenbaum.sql" database="" />
@ -574,7 +544,6 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t @@ -574,7 +544,6 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t
<action error="stop" />
</install-upgrade-step>
</install_upgrade_job>
<install>
<install-step name="Füllen der Modul-Tabellen">
<action>
@ -584,13 +553,18 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t @@ -584,13 +553,18 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t
description char(200) ,
comment char(200) ,
version integer default 1
) ;"
scriptfile="" database=""/>
) ;" scriptfile="" database="" />
</action>
<action>
<loadtable refresh="true" delimiter="^" header="false" tabname="rpta_column_type"><file path="$RPTA_PFAD/schluesseltabellen/rpta_column_type.unl"/></loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="rpta_format_code"><file path="$RPTA_PFAD/schluesseltabellen/rpta_format_code.unl"/></loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="tmp_templates"><file path="$RPTA_PFAD/schluesseltabellen/fm_templates.unl"/></loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="rpta_column_type">
<file path="$RPTA_PFAD/schluesseltabellen/rpta_column_type.unl" />
</loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="rpta_format_code">
<file path="$RPTA_PFAD/schluesseltabellen/rpta_format_code.unl" />
</loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="tmp_templates">
<file path="$RPTA_PFAD/schluesseltabellen/fm_templates.unl" />
</loadtable>
</action>
<action>
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/fm_templates_fuellen.sql" database="" />
@ -624,13 +598,10 @@ scriptfile="" database=""/> @@ -624,13 +598,10 @@ scriptfile="" database=""/>
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_internationale_studierende_sicht.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_ba_ma_uebergang_nach_abschluss_fuellen.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_ba_ma_uebergang_nach_abschluss_fach_fuellen.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/macro_masken_bez_fuellen.sql" database="" />
</action>
</install-step>
</install>
<upgrade>
<upgrade-step>
<action>
@ -640,25 +611,27 @@ scriptfile="" database=""/> @@ -640,25 +611,27 @@ scriptfile="" database=""/>
description char(200) ,
comment char(200) ,
version integer default 1
) ;"
scriptfile="" database=""/>
) ;" scriptfile="" database="" />
</action>
<action>
<loadtable refresh="true" delimiter="^" header="false" tabname="rpta_column_type"><file path="$RPTA_PFAD/schluesseltabellen/rpta_column_type.unl"/></loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="rpta_format_code"><file path="$RPTA_PFAD/schluesseltabellen/rpta_format_code.unl"/></loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="tmp_templates"><file path="$RPTA_PFAD/schluesseltabellen/fm_templates.unl"/></loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="rpta_column_type">
<file path="$RPTA_PFAD/schluesseltabellen/rpta_column_type.unl" />
</loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="rpta_format_code">
<file path="$RPTA_PFAD/schluesseltabellen/rpta_format_code.unl" />
</loadtable>
<loadtable refresh="true" delimiter="^" header="false" tabname="tmp_templates">
<file path="$RPTA_PFAD/schluesseltabellen/fm_templates.unl" />
</loadtable>
</action>
<action>
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/fm_templates_fuellen.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/sachgebiete_fuellen.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/sx_stylesheets_einfuegen.sql" database="" />
<!--nachfolgende Scripte benötigen bereits die Metadaten, daher manuell vorab ausführen:-->
<nativeaction sql="" scriptfile="$RPTA_PFAD/conf/sx_tables_fuellen.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/conf/sx_fields_fuellen.sql" database="" />
<!--nun sind die Metadaten vorhanden-->
<nativeaction sql="" scriptfile="$RPTA_PFAD/upgrade/rpta_upgrade_man.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/studierende_datenblatt_virtuell.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/absolvierende_datenblatt_virtuell.sql" database="" />
@ -684,41 +657,20 @@ scriptfile="" database=""/> @@ -684,41 +657,20 @@ scriptfile="" database=""/>
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_internationale_studierende_sicht.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_ba_ma_uebergang_nach_abschluss_fuellen.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_ba_ma_uebergang_nach_abschluss_fach_fuellen.sql" database="" />
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/macro_masken_bez_fuellen.sql" database="" />
</action>
</upgrade-step>
</upgrade>
<uninstall-step name="Deinstalliere Schlüssel">
<action error="stop">
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/sachgebiete_loeschen.sql" database="" />
</action>
</uninstall-step>
<!-- ********************* Liste der RPTA-Prozesse ************************** -->
<dbforms>
<form name="rpta_column_layout_list"
table="rpta_column_layout"
path="/edit/rpta/rpta_column_layout_list.jsp"
followUp=""
caption="Spaltenlayouts verwalten"
orderBy="sortnr,caption"
gotoHt=""
helpfile=""
maxRows="*"
mode="full">
<form name="rpta_column_layout_list" table="rpta_column_layout" path="/edit/rpta/rpta_column_layout_list.jsp" followUp="" caption="Spaltenlayouts verwalten" orderBy="sortnr,caption" gotoHt="" helpfile="" maxRows="*" mode="full">
<description>In diesem Formular können Sie Spaltenlayouts verwalten.</description>
<filters>
</filters>
<filters />
<field-selection complete="false" />
<customfield name="tid" nullFieldValue="" />
<customfield name="caption" nullFieldValue="" visibleSize="30" />
@ -726,18 +678,7 @@ scriptfile="" database=""/> @@ -726,18 +678,7 @@ scriptfile="" database=""/>
<customfield name="sortnr" nullFieldValue="" visibleSize="30" />
<customfield type="link" name="Details" path="/superx/edit/rpta/rpta_column_layout_edit.jsp" linkid="tid" />
</form>
<form name="rpta_column_layout_edit"
table="rpta_column_layout"
path="/edit/rpta/rpta_column_layout_edit.jsp"
followUp=""
caption="Spaltenlayouts bearbeiten"
orderBy="caption"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<form name="rpta_column_layout_edit" table="rpta_column_layout" path="/edit/rpta/rpta_column_layout_edit.jsp" followUp="" caption="Spaltenlayouts bearbeiten" orderBy="caption" gotoHt="" helpfile="" maxRows="1" mode="full">
<description>In diesem Formular können Sie Spaltenlayouts verwalten.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
@ -751,22 +692,14 @@ mode="full"> @@ -751,22 +692,14 @@ mode="full">
<customfield name="sortclause" visibleSize="50" nullFieldValue="" />
<customfield name="description" visibleSize="50" nullFieldValue="" />
<customfield name="sortnr" visibleSize="10" nullFieldValue="" />
<customfield name="Spalten" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="rpta_column2layout" parentField="tid" childField="layout_id"
orderBy="sortnr" allowNew="true"
mode="full">
<customfield name="Spalten" type="subform" multipart="false" autoUpdate="false" maxRows="*" table="rpta_column2layout" parentField="tid" childField="layout_id" orderBy="sortnr" allowNew="true" mode="full">
<field-selection complete="false" />
<customfield name="layout_id" type="hidden" overrideValue="tid" />
<customfield name="column_id" type="include" path="/edit/rpta/rpta_column_layout_add_column.inc" />
<customfield name="sortnr" nullFieldValue="" visibleSize="10" />
<customfield type="link" name="Details" path="/superx/edit/rpta/rpta_column2layout_edit.jsp"
linkVar="tid" linkid="tid" mandatoryFilter="" mandatoryFilterVar=""/>
<customfield type="link" name="Details" path="/superx/edit/rpta/rpta_column2layout_edit.jsp" linkVar="tid" linkid="tid" mandatoryFilter="" mandatoryFilterVar="" />
</customfield>
<customfield name="Stylesheets" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="rpta_stylesheet2layout" parentField="tid" childField="layout_id"
orderBy="sortnr" allowNew="true"
mode="full">
<customfield name="Stylesheets" type="subform" multipart="false" autoUpdate="false" maxRows="*" table="rpta_stylesheet2layout" parentField="tid" childField="layout_id" orderBy="sortnr" allowNew="true" mode="full">
<field-selection complete="false" />
<customfield name="layout_id" type="hidden" overrideValue="tid" />
<customfield name="stylesheet_id" />
@ -775,18 +708,7 @@ mode="full"> @@ -775,18 +708,7 @@ mode="full">
linkVar="tid" linkid="tid" mandatoryFilter="" mandatoryFilterVar=""/>-->
</customfield>
</form>
<form name="rpta_column2layout_edit"
table="rpta_column2layout"
path="/edit/rpta/rpta_column2layout_edit.jsp"
followUp=""
caption="Spaltenlayouts bearbeiten"
orderBy="sortnr"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<form name="rpta_column2layout_edit" table="rpta_column2layout" path="/edit/rpta/rpta_column2layout_edit.jsp" followUp="" caption="Spaltenlayouts bearbeiten" orderBy="sortnr" gotoHt="" helpfile="" maxRows="1" mode="full">
<description>In diesem Formular können Sie Spaltenlayouts verwalten.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
@ -801,7 +723,6 @@ mode="full"> @@ -801,7 +723,6 @@ mode="full">
<customfield name="visible_size" visibleSize="50" nullFieldValue="" />
<customfield name="format_code_id" visibleSize="50" nullFieldValue="" />
<customfield name="description" visibleSize="50" nullFieldValue="" />
</form>
<!--
<form name="rpta_stylesheet2layout_edit"
@ -827,37 +748,16 @@ mode="full"> @@ -827,37 +748,16 @@ mode="full">
</form>
-->
<form name="rpta_resultset_list"
table="rpta_resultset"
path="/edit/rpta/rpta_resultset_list.jsp"
followUp=""
caption="Resultsets verwalten"
orderBy="caption"
gotoHt=""
helpfile=""
maxRows="*"
mode="full">
<form name="rpta_resultset_list" table="rpta_resultset" path="/edit/rpta/rpta_resultset_list.jsp" followUp="" caption="Resultsets verwalten" orderBy="caption" gotoHt="" helpfile="" maxRows="*" mode="full">
<description>In diesem Formular können Sie Ergebnistabellen verwalten. Im Details-Formular können Sie Eigenschaften zuordnen.</description>
<filters>
</filters>
<filters />
<field-selection complete="false" />
<customfield name="tid" nullFieldValue="" />
<customfield name="caption" nullFieldValue="" visibleSize="30" />
<customfield name="uniquename" nullFieldValue="" visibleSize="30" />
<customfield type="link" name="Details" path="/superx/edit/rpta/rpta_resultset_edit.jsp" linkid="tid" />
</form>
<form name="rpta_resultset_edit"
table="rpta_resultset"
path="/edit/rpta/rpta_resultset_edit.jsp"
followUp=""
caption="Ergebnistabellen bearbeiten"
orderBy="caption"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<form name="rpta_resultset_edit" table="rpta_resultset" path="/edit/rpta/rpta_resultset_edit.jsp" followUp="" caption="Ergebnistabellen bearbeiten" orderBy="caption" gotoHt="" helpfile="" maxRows="1" mode="full">
<description>In diesem Formular können Sie Ergebnistabellen verwalten.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
@ -871,40 +771,17 @@ mode="full"> @@ -871,40 +771,17 @@ mode="full">
<customfield name="whereclause" visibleSize="10" nullFieldValue="" />
<customfield name="systeminfo_id" visibleSize="10" nullFieldValue="" />
<customfield name="is_virtual" visibleSize="5" nullFieldValue="" />
</form>
<form name="rpta_column_list"
table="rpta_column"
path="/edit/rpta/rpta_column_list.jsp"
followUp=""
caption="Spalten verwalten"
orderBy="caption"
gotoHt=""
helpfile=""
maxRows="*"
mode="full">
<form name="rpta_column_list" table="rpta_column" path="/edit/rpta/rpta_column_list.jsp" followUp="" caption="Spalten verwalten" orderBy="caption" gotoHt="" helpfile="" maxRows="*" mode="full">
<description>In diesem Formular können Sie Spalten verwalten. Im Details-Formular können Sie Eigenschaften zuordnen.</description>
<filters>
</filters>
<filters />
<field-selection complete="false" />
<customfield name="tid" nullFieldValue="" />
<customfield name="caption" nullFieldValue="" visibleSize="30" />
<customfield name="column_type_id" nullFieldValue="" visibleSize="30" />
<customfield type="link" name="Details" path="/superx/edit/rpta/rpta_column_edit.jsp" linkid="tid" />
</form>
<form name="rpta_column_edit"
table="rpta_column"
path="/edit/rpta/rpta_column_edit.jsp"
followUp=""
caption="Spaltendefinition bearbeiten"
orderBy="caption"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<form name="rpta_column_edit" table="rpta_column" path="/edit/rpta/rpta_column_edit.jsp" followUp="" caption="Spaltendefinition bearbeiten" orderBy="caption" gotoHt="" helpfile="" maxRows="1" mode="full">
<description>In diesem Formular können Sie Spaltendefinitionen verwalten.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
@ -922,8 +799,6 @@ mode="full"> @@ -922,8 +799,6 @@ mode="full">
<customfield name="visible_size" visibleSize="10" nullFieldValue="" />
<customfield name="is_aggregate" visibleSize="10" nullFieldValue="" />
<customfield name="description" visibleSize="10" nullFieldValue="" />
</form>
</dbforms>
</module>

Loading…
Cancel
Save