Browse Source

neue Tabelle rpta_stylesheet2layout inkl dbform

master
Imo John 3 days ago
parent
commit
255a632a41
  1. 70
      src-modules/module/rpta/conf/rpta.xml

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

@ -298,6 +298,33 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" /> @@ -298,6 +298,33 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[RPTA]" />
</rs></privileges>
</table>
<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"/>
<column name="layout_id" type="INTEGER" size="255" default="" notnull="" description="Spaltenlayout" isKey="true" />
<column name="stylesheet_id" type="INTEGER" size="255" default="" notnull="" description="Stylesheet" >
<comment>Optional können einem Spalenlayout Stylesheets zugeordnet werden.</comment>
</column>
<column name="sortnr" type="INTEGER" size="255" default="" notnull="" description="Sortiernummer" />
</columns>
<primaryKeys><rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>rpta_layout2stylesheet</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>rpta_layout2stylesheet_pk</fld>
</row>
</rs>
</primaryKeys>
<indexes>
</indexes>
</table>
<views>
</views>
@ -452,6 +479,15 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t @@ -452,6 +479,15 @@ parent="Berichtsassistent">Abfragen zur Administration von Berichtsassistent </t
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-column from="tid" to="stylesheet_id" />
</relation>
<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>
@ -727,6 +763,17 @@ mode="full"> @@ -727,6 +763,17 @@ mode="full">
<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">
<field-selection complete="false" />
<customfield name="layout_id" type="hidden" overrideValue="tid" />
<customfield name="stylesheet_id" />
<customfield name="sortnr" nullFieldValue="" visibleSize="10" />
<!--<customfield type="link" name="Details" path="/superx/edit/rpta/rpta_stylesheet2layout_edit.jsp"
linkVar="tid" linkid="tid" mandatoryFilter="" mandatoryFilterVar=""/>-->
</customfield>
</form>
<form name="rpta_column2layout_edit"
@ -756,7 +803,30 @@ mode="full"> @@ -756,7 +803,30 @@ mode="full">
<customfield name="description" visibleSize="50" nullFieldValue="" />
</form>
<!--
<form name="rpta_stylesheet2layout_edit"
table="rpta_stylesheet2layout"
path="/edit/rpta/rpta_stylesheet2layout_edit.jsp"
followUp=""
caption="Stylesheets zuordnen"
orderBy="sortnr"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<description>In diesem Formular können Sie Stylesheets den Spaltenlayouts zuordnen.</description>
<filters>
<filter mandatory="true" type="equals">layout_id</filter>
</filters>
<field-selection complete="false" />
<customfield name="tid" />
<customfield name="layout_id" type="label" visibleSize="50" nullFieldValue="" />
<customfield name="stylesheet_id" visibleSize="50" nullFieldValue="" />
<customfield name="sortnr" visibleSize="50" nullFieldValue="" />
</form>
-->
<form name="rpta_resultset_list"
table="rpta_resultset"

Loading…
Cancel
Save