You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
619 lines
25 KiB
619 lines
25 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!--<!DOCTYPE module SYSTEM "../../../conf/superx-module.dtd"> --> |
|
<module name="rpta" version="0.3b" 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]" /> |
|
|
|
</sachgebiete> |
|
<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"/> |
|
<column name="uniquename" type="VARCHAR" size="255" default="" notnull="true" description="Schlüssel" /> |
|
<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="resultset_id" type="INTEGER" size="255" default="" notnull="" 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> |
|
|
|
</columns> |
|
<primaryKeys><rs> |
|
<row> |
|
<fld name='table_cat'>superx</fld> |
|
<fld name='table_schem'>superx</fld> |
|
<fld name='table_name'>rpta_column</fld> |
|
<fld name='column_name'>tid</fld> |
|
<fld name='key_seq'>1</fld> |
|
<fld name='pk_name'>rpta_column_pk</fld> |
|
</row> |
|
</rs> |
|
</primaryKeys> |
|
<indexes> |
|
|
|
</indexes> |
|
</table> |
|
|
|
<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> |
|
<row> |
|
<fld name='table_cat'>superx</fld> |
|
<fld name='table_schem'>superx</fld> |
|
<fld name='table_name'>rpta_column_type</fld> |
|
<fld name='column_name'>tid</fld> |
|
<fld name='key_seq'>1</fld> |
|
<fld name='pk_name'>rpta_column_type_pk</fld> |
|
</row> |
|
</rs> |
|
</primaryKeys> |
|
<indexes> |
|
|
|
</indexes> |
|
</table> |
|
<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"/> |
|
<column name="uniquename" type="VARCHAR" size="255" default="" notnull="true" description="Schlüssel" /> |
|
<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> |
|
<row> |
|
<fld name='table_cat'>superx</fld> |
|
<fld name='table_schem'>superx</fld> |
|
<fld name='table_name'>rpta_format_code</fld> |
|
<fld name='column_name'>tid</fld> |
|
<fld name='key_seq'>1</fld> |
|
<fld name='pk_name'>rpta_format_code_pk</fld> |
|
</row> |
|
</rs> |
|
</primaryKeys> |
|
<indexes> |
|
|
|
</indexes> |
|
</table> |
|
<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"/> |
|
<column name="uniquename" type="VARCHAR" size="255" default="" notnull="true" description="Schlüssel" /> |
|
<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> |
|
|
|
</columns> |
|
<primaryKeys><rs> |
|
<row> |
|
<fld name='table_cat'>superx</fld> |
|
<fld name='table_schem'>superx</fld> |
|
<fld name='table_name'>rpta_column_layout</fld> |
|
<fld name='column_name'>tid</fld> |
|
<fld name='key_seq'>1</fld> |
|
<fld name='pk_name'>rpta_column_layout_pk</fld> |
|
</row> |
|
</rs> |
|
</primaryKeys> |
|
<indexes> |
|
<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> |
|
<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" /> |
|
|
|
</columns> |
|
<primaryKeys><rs> |
|
<row> |
|
<fld name='table_cat'>superx</fld> |
|
<fld name='table_schem'>superx</fld> |
|
<fld name='table_name'>rpta_column2resultset</fld> |
|
<fld name='column_name'>tid</fld> |
|
<fld name='key_seq'>1</fld> |
|
<fld name='pk_name'>rpta_column2resultset_pk</fld> |
|
</row> |
|
</rs> |
|
</primaryKeys> |
|
<indexes> |
|
|
|
</indexes> |
|
</table>--> |
|
<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="" 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="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> |
|
|
|
</columns> |
|
<primaryKeys><rs> |
|
<row> |
|
<fld name='table_cat'>superx</fld> |
|
<fld name='table_schem'>superx</fld> |
|
<fld name='table_name'>rpta_column2layout</fld> |
|
<fld name='column_name'>tid</fld> |
|
<fld name='key_seq'>1</fld> |
|
<fld name='pk_name'>rpta_column2layout_pk</fld> |
|
</row> |
|
</rs> |
|
</primaryKeys> |
|
<indexes> |
|
|
|
</indexes> |
|
</table> |
|
<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"/> |
|
<column name="caption" type="VARCHAR" size="255" default="" notnull="" description="Bezeichnung" /> |
|
<column name="uniquename" type="VARCHAR" size="255" default="" notnull="true" description="Schlüssel" /> |
|
<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> |
|
</columns> |
|
<primaryKeys><rs> |
|
<row> |
|
<fld name='table_cat'>superx</fld> |
|
<fld name='table_schem'>superx</fld> |
|
<fld name='table_name'>rpta_resultset</fld> |
|
<fld name='column_name'>tid</fld> |
|
<fld name='key_seq'>1</fld> |
|
<fld name='pk_name'>rpta_resultset_pk</fld> |
|
</row> |
|
</rs> |
|
</primaryKeys> |
|
<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"> |
|
<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"/> |
|
|
|
</columns> |
|
<primaryKeys><rs> |
|
<row> |
|
<fld name='table_cat'>superx</fld> |
|
<fld name='table_schem'>superx</fld> |
|
<fld name='table_name'>rpta_report_property</fld> |
|
<fld name='column_name'>tid</fld> |
|
<fld name='key_seq'>1</fld> |
|
<fld name='pk_name'>rpta_report_property_pk</fld> |
|
</row> |
|
</rs> |
|
</primaryKeys> |
|
<indexes> |
|
|
|
</indexes> |
|
</table> |
|
|
|
|
|
|
|
<views> |
|
|
|
</views> |
|
|
|
<functions> |
|
|
|
</functions> |
|
<themen> |
|
<thema name="Administration Berichtsassistent" |
|
parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </thema> |
|
</themen> |
|
<masken> |
|
|
|
<maske tid="45000" name="Tabellenausgabe Studierende (amtlich und intern)" thema="Berichtsassistent"> |
|
<description>Berichtsassistent verwalten</description> |
|
<src> |
|
<path>$RPTA_PFAD/masken</path> |
|
</src> |
|
</maske> |
|
|
|
<maske tid="45040" name="Spaltenlayouts verwalten" thema="Administration Berichtsassistent"> |
|
<description>Spaltenlayouts verwalten</description> |
|
<src> |
|
<path>$RPTA_PFAD/masken</path> |
|
</src> |
|
</maske> |
|
<maske tid="45080" name="Stellenbesetzung und Beschäftigung (Liste)" thema="Berichtsassistent"> |
|
<description>Stellenbesetzung und Beschäftigung (Liste)</description> |
|
<src> |
|
<path>$RPTA_PFAD/masken</path> |
|
</src> |
|
</maske> |
|
</masken> |
|
|
|
<data-integrity> |
|
<!--rpta_column--> |
|
<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-column from="tid" to="resultset_id" /> |
|
</relation> |
|
<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-column from="tid" to="resultset_id" /> |
|
</relation> |
|
<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-column from="tid" to="layout_id" /> |
|
</relation> |
|
<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-column from="tid" to="format_code_id" /> |
|
</relation> |
|
</data-integrity> |
|
|
|
</database> |
|
|
|
|
|
<!-- ********************* Liste der RPTA-Prozesse ************************** --> |
|
|
|
<etl> |
|
<etl-step name="Transformation" type="trans"> |
|
<action> |
|
|
|
<nativeaction sql="update systeminfo set datum=today() where tid in (280)" scriptfile="" database=""/> |
|
</action> |
|
</etl-step> |
|
</etl> |
|
<!-- Elemente nur für die neue KV von HIS:--> |
|
<install_upgrade_job> |
|
<install-upgrade-step name="pre_upgrade" type="container" id="rpta_preupgrade_containernode"> |
|
<action error="stop"/> |
|
</install-upgrade-step> |
|
<install-upgrade-step name="upgrade_tables" type="" id="rpta_upgrade_tables_actionstep"> |
|
<action error="stop"> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/upgrade/rpta_upgrade_tables_pg.sql" database=""/> |
|
</action> |
|
</install-upgrade-step> |
|
<install-upgrade-step name="upgrade_fields" type="" id="rpta_upgrade_fields_actionstep"> |
|
<action error="stop"> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/upgrade/rpta_upgrade_fields_pg.sql" database=""/> |
|
</action> |
|
</install-upgrade-step> |
|
<install-upgrade-step name="upgrade_views" type="" id="rpta_upgrade_views_actionstep"> |
|
<action error="stop"> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/upgrade/rpta_upgrade_views_pg.sql" database=""/> |
|
</action> |
|
</install-upgrade-step> |
|
<install-upgrade-step name="install_functions" type="container" id="rpta_install_functions_containernode"> |
|
<action error="stop"/> |
|
</install-upgrade-step> |
|
<install-upgrade-step name="upgrade_indices" type="" id="rpta_upgrade_indices_actionstep"> |
|
<action error="stop"> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/upgrade/rpta_upgrade_indexes_pg.sql" database=""/> |
|
</action> |
|
</install-upgrade-step> |
|
<install-upgrade-step name="fill_tables" type="" id="rpta_fill_tables_actionstep"> |
|
<action error="stop"> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/conf/sx_tables_fuellen.sql" database=""/> |
|
</action> |
|
</install-upgrade-step> |
|
<install-upgrade-step name="Update Module Metadata" type="container" id="rpta_update_module_metadata_container"> |
|
<action error="stop"> |
|
<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=""/> |
|
</action> |
|
</install-upgrade-step> |
|
<install-upgrade-step name="install_masks" type="container" id="rpta_install_masks_containernode"> |
|
<action error="stop"/> |
|
</install-upgrade-step> |
|
</install_upgrade_job> |
|
<install> |
|
<install-step name="Füllen der Modul-Tabellen"> |
|
<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> |
|
</action> |
|
<action> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/sachgebiete_fuellen.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/sx_stylesheets_einfuegen.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/studierende_datenblatt_virtuell.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/stellen_besetzung_virtuell.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/pruefungen_nach_ppruef_virtuell.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_sos_stud_astat_rsz_fuellen.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_sgd_pbe_pbv_fuellen.sql" database=""/> |
|
</action> |
|
</install-step> |
|
</install> |
|
|
|
|
|
<upgrade> |
|
<upgrade-step> |
|
<action error="stop"> |
|
<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> |
|
</action> |
|
<action> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/sachgebiete_fuellen.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/sx_stylesheets_einfuegen.sql" database=""/> |
|
<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/stellen_besetzung_virtuell.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/pruefungen_nach_ppruef_virtuell.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_sos_stud_astat_rsz_fuellen.sql" database=""/> |
|
<nativeaction sql="" scriptfile="$RPTA_PFAD/schluesseltabellen/rpta_column_layout_sgd_pbe_pbv_fuellen.sql" database=""/> |
|
|
|
</action> |
|
<action> |
|
|
|
|
|
</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"> |
|
<description>In diesem Formular können Sie Spaltenlayouts verwalten. </description> |
|
<filters> |
|
</filters> |
|
<field-selection complete="false" /> |
|
<customfield name="tid" nullFieldValue="" /> |
|
<customfield name="caption" nullFieldValue="" visibleSize="30" /> |
|
<customfield name="uniquename" nullFieldValue="" visibleSize="30" /> |
|
<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"> |
|
<description>In diesem Formular können Sie Spaltenlayouts verwalten.</description> |
|
<filters> |
|
<filter mandatory="true" type="equals">tid</filter> |
|
</filters> |
|
<field-selection complete="false" /> |
|
<customfield name="tid" /> |
|
<customfield name="caption" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="uniquename" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="resultset_id" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="whereclause" 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"> |
|
<field-selection complete="false" /> |
|
<customfield name="layout_id" type="hidden" overrideValue="tid" /> |
|
<customfield name="column_id" nullFieldValue="" visibleSize="5" /> |
|
<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> |
|
</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"> |
|
<description>In diesem Formular können Sie Spaltenlayouts verwalten.</description> |
|
<filters> |
|
<filter mandatory="true" type="equals">tid</filter> |
|
</filters> |
|
<field-selection complete="false" /> |
|
<customfield name="tid" /> |
|
<customfield name="caption" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="column_id" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="layout_id" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="sortnr" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="is_visible" visibleSize="50" nullFieldValue="" /> |
|
<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_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> |
|
<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"> |
|
<description>In diesem Formular können Sie Ergebnistabellen verwalten.</description> |
|
<filters> |
|
<filter mandatory="true" type="equals">tid</filter> |
|
</filters> |
|
<field-selection complete="false" /> |
|
<customfield name="tid" /> |
|
<customfield name="caption" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="uniquename" nullFieldValue="" visibleSize="30" /> |
|
<customfield name="fieldclause" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="joinclause" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="whereclause" visibleSize="10" nullFieldValue="" /> |
|
<customfield name="systeminfo_id" visibleSize="10" 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"> |
|
<description>In diesem Formular können Sie Spalten verwalten. Im Details-Formular können Sie Eigenschaften zuordnen.</description> |
|
<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"> |
|
<description>In diesem Formular können Sie Spaltendefinitionen verwalten.</description> |
|
<filters> |
|
<filter mandatory="true" type="equals">tid</filter> |
|
</filters> |
|
<field-selection complete="false" /> |
|
<customfield name="tid" /> |
|
<customfield name="caption" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="uniquename" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="resultset_id" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="srcfieldname" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="targetfieldname" visibleSize="50" nullFieldValue="" /> |
|
<customfield name="column_type" visibleSize="10" nullFieldValue="" /> |
|
<customfield name="col_function" visibleSize="100" nullFieldValue="" /> |
|
<customfield name="is_visible" visibleSize="10" nullFieldValue="" /> |
|
<customfield name="visible_size" visibleSize="10" nullFieldValue="" /> |
|
<customfield name="is_aggregate" visibleSize="10" nullFieldValue="" /> |
|
<customfield name="description" visibleSize="10" nullFieldValue="" /> |
|
|
|
</form> |
|
</dbforms> |
|
</module> |
|
|
|
|