Commit 7fbf7927 authored by arawankar's avatar arawankar

Changes made in srl_container11.xml and srl_container11.srd

-Added retrieval argument for from and to date filter

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183607 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e880923f
...@@ -189,10 +189,24 @@ ...@@ -189,10 +189,24 @@
<name>site_code</name> <name>site_code</name>
<dbname>srl_container.site_code</dbname> <dbname>srl_container.site_code</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;srl_container&quot; ) COLUMN(NAME=&quot;srl_container.serial_no&quot;) COLUMN(NAME=&quot;srl_container.serial_date&quot;) COLUMN(NAME=&quot;srl_container.descr&quot;) COLUMN(NAME=&quot;srl_container.no_art&quot;) COLUMN(NAME=&quot;srl_container.inventory_type&quot;) COLUMN(NAME=&quot;srl_container.content_level&quot;) COLUMN(NAME=&quot;srl_container.item_code&quot;) COLUMN(NAME=&quot;srl_container.lot_no&quot;) COLUMN(NAME=&quot;srl_container.lot_sl&quot;) COLUMN(NAME=&quot;srl_container.create_source&quot;) COLUMN(NAME=&quot;srl_container.srl_no_source&quot;) COLUMN(NAME=&quot;srl_container.add_user&quot;) COLUMN(NAME=&quot;srl_container.add_date&quot;) COLUMN(NAME=&quot;srl_container.add_term&quot;) COLUMN(NAME=&quot;srl_container.chg_user&quot;) COLUMN(NAME=&quot;srl_container.chg_date&quot;) COLUMN(NAME=&quot;srl_container.chg_term&quot;) COLUMN(NAME=&quot;srl_container.status&quot;) COLUMN(NAME=&quot;srl_container.status_date&quot;) COLUMN(NAME=&quot;srl_container.site_code&quot;)) </retrieve> <table_column>
<update>srl_container</update> <type size="130">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>item_descr</name>
<dbname>item.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;srl_container&quot; ) TABLE(NAME=&quot;item&quot; ) COLUMN(NAME=&quot;srl_container.serial_no&quot;) COLUMN(NAME=&quot;srl_container.serial_date&quot;) COLUMN(NAME=&quot;srl_container.descr&quot;) COLUMN(NAME=&quot;srl_container.no_art&quot;) COLUMN(NAME=&quot;srl_container.inventory_type&quot;) COLUMN(NAME=&quot;srl_container.content_level&quot;) COLUMN(NAME=&quot;srl_container.item_code&quot;) COLUMN(NAME=&quot;srl_container.lot_no&quot;) COLUMN(NAME=&quot;srl_container.lot_sl&quot;) COLUMN(NAME=&quot;srl_container.create_source&quot;) COLUMN(NAME=&quot;srl_container.srl_no_source&quot;) COLUMN(NAME=&quot;srl_container.add_user&quot;) COLUMN(NAME=&quot;srl_container.add_date&quot;) COLUMN(NAME=&quot;srl_container.add_term&quot;) COLUMN(NAME=&quot;srl_container.chg_user&quot;) COLUMN(NAME=&quot;srl_container.chg_date&quot;) COLUMN(NAME=&quot;srl_container.chg_term&quot;) COLUMN(NAME=&quot;srl_container.status&quot;) COLUMN(NAME=&quot;srl_container.status_date&quot;) COLUMN(NAME=&quot;srl_container.site_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) JOIN (LEFT=&quot;srl_container.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; )WHERE( EXP1 =&quot;~&quot;SRL_CONTAINER~&quot;.~&quot;SERIAL_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:mfrom_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;SRL_CONTAINER~&quot;.~&quot;SERIAL_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:mto_date&quot; ) ) ARG(NAME = &quot;mfrom_date&quot; TYPE = datetime) ARG(NAME = &quot;mto_date&quot; TYPE = datetime) </retrieve>
<update>SRL_CONTAINER</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument>
<name>mfrom_date</name>
<type>datetime</type>
</argument>
<argument>
<name>mto_date</name>
<type>datetime</type>
</argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
...@@ -735,7 +749,7 @@ ...@@ -735,7 +749,7 @@
<x>7419</x> <x>7419</x>
<y>4</y> <y>4</y>
<height>68</height> <height>68</height>
<width>128</width> <width>622</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -754,6 +768,34 @@ ...@@ -754,6 +768,34 @@
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Item Descr</text>
<border>0</border>
<color>33554432</color>
<x>8050</x>
<y>4</y>
<height>68</height>
<width>544</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_descr_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -1484,7 +1526,7 @@ ...@@ -1484,7 +1526,7 @@
<x>7419</x> <x>7419</x>
<y>0</y> <y>0</y>
<height>60</height> <height>60</height>
<width>128</width> <width>622</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1511,6 +1553,42 @@ ...@@ -1511,6 +1553,42 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>0</border>
<color>0</color>
<x>8050</x>
<y>0</y>
<height>64</height>
<width>544</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -26,7 +26,7 @@ table(column=(type=char(15) update=yes updatewhereclause=yes key=yes name=serial ...@@ -26,7 +26,7 @@ table(column=(type=char(15) update=yes updatewhereclause=yes key=yes name=serial
column=(type=datetime update=yes updatewhereclause=yes name=status_date dbname="srl_container.status_date" ) column=(type=datetime update=yes updatewhereclause=yes name=status_date dbname="srl_container.status_date" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="srl_container.site_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="srl_container.site_code" )
column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" ) column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"srl_container~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"srl_container.serial_no~") COLUMN(NAME=~"srl_container.serial_date~") COLUMN(NAME=~"srl_container.descr~") COLUMN(NAME=~"srl_container.no_art~") COLUMN(NAME=~"srl_container.inventory_type~") COLUMN(NAME=~"srl_container.content_level~") COLUMN(NAME=~"srl_container.item_code~") COLUMN(NAME=~"srl_container.lot_no~") COLUMN(NAME=~"srl_container.lot_sl~") COLUMN(NAME=~"srl_container.create_source~") COLUMN(NAME=~"srl_container.srl_no_source~") COLUMN(NAME=~"srl_container.add_user~") COLUMN(NAME=~"srl_container.add_date~") COLUMN(NAME=~"srl_container.add_term~") COLUMN(NAME=~"srl_container.chg_user~") COLUMN(NAME=~"srl_container.chg_date~") COLUMN(NAME=~"srl_container.chg_term~") COLUMN(NAME=~"srl_container.status~") COLUMN(NAME=~"srl_container.status_date~") COLUMN(NAME=~"srl_container.site_code~") COLUMN(NAME=~"item.descr~") JOIN (LEFT=~"srl_container.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )) " update="srl_container" updatewhere=1 updatekeyinplace=no ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"srl_container~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"srl_container.serial_no~") COLUMN(NAME=~"srl_container.serial_date~") COLUMN(NAME=~"srl_container.descr~") COLUMN(NAME=~"srl_container.no_art~") COLUMN(NAME=~"srl_container.inventory_type~") COLUMN(NAME=~"srl_container.content_level~") COLUMN(NAME=~"srl_container.item_code~") COLUMN(NAME=~"srl_container.lot_no~") COLUMN(NAME=~"srl_container.lot_sl~") COLUMN(NAME=~"srl_container.create_source~") COLUMN(NAME=~"srl_container.srl_no_source~") COLUMN(NAME=~"srl_container.add_user~") COLUMN(NAME=~"srl_container.add_date~") COLUMN(NAME=~"srl_container.add_term~") COLUMN(NAME=~"srl_container.chg_user~") COLUMN(NAME=~"srl_container.chg_date~") COLUMN(NAME=~"srl_container.chg_term~") COLUMN(NAME=~"srl_container.status~") COLUMN(NAME=~"srl_container.status_date~") COLUMN(NAME=~"srl_container.site_code~") COLUMN(NAME=~"item.descr~") JOIN (LEFT=~"srl_container.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )WHERE( EXP1 =~"~~~"SRL_CONTAINER~~~".~~~"SERIAL_DATE~~~"~" OP =~">=~" EXP2 =~":mfrom_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"SRL_CONTAINER~~~".~~~"SERIAL_DATE~~~"~" OP =~"<=~" EXP2 =~":mto_date~" ) ) ARG(NAME = ~"mfrom_date~" TYPE = datetime) ARG(NAME = ~"mto_date~" TYPE = datetime) " update="SRL_CONTAINER" updatewhere=1 updatekeyinplace=no arguments=(("mfrom_date", datetime),("mto_date", datetime)) )
text(band=header alignment="2" text="Serial Number" border="2" color="33554432" x="9" y="8" height="60" width="366" html.valueishtml="0" name=serial_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Serial Number" border="2" color="33554432" x="9" y="8" height="60" width="366" html.valueishtml="0" name=serial_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Serial Date" border="2" color="33554432" x="384" y="8" height="60" width="334" html.valueishtml="0" name=serial_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Serial Date" border="2" color="33554432" x="384" y="8" height="60" width="334" html.valueishtml="0" name=serial_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Inventory Type" border="2" color="33554432" x="1426" y="8" height="60" width="421" html.valueishtml="0" name=inventory_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Inventory Type" border="2" color="33554432" x="1426" y="8" height="60" width="421" html.valueishtml="0" name=inventory_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -47,6 +47,7 @@ text(band=header alignment="2" text="No Art" border="2" color="33554432" x="1129 ...@@ -47,6 +47,7 @@ text(band=header alignment="2" text="No Art" border="2" color="33554432" x="1129
text(band=header alignment="0" text="Status" border="0" color="33554432" x="6510" y="4" height="64" width="357" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Status" border="0" color="33554432" x="6510" y="4" height="64" width="357" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Status Date" border="0" color="33554432" x="6875" y="4" height="64" width="535" html.valueishtml="0" name=status_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Status Date" border="0" color="33554432" x="6875" y="4" height="64" width="535" html.valueishtml="0" name=status_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Site Code" border="0" color="33554432" x="7419" y="4" height="68" width="622" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Site Code" border="0" color="33554432" x="7419" y="4" height="68" width="622" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Item Descr" border="0" color="33554432" x="8050" y="4" height="68" width="544" html.valueishtml="0" name=item_descr_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="9" y="8" height="72" width="366" format="[general]" html.valueishtml="0" name=serial_no visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="9" y="8" height="72" width="366" format="[general]" html.valueishtml="0" name=serial_no visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="384" y="8" height="72" width="334" format="[shortdate] [time]" html.valueishtml="0" name=serial_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="384" y="8" height="72" width="334" format="[shortdate] [time]" html.valueishtml="0" name=serial_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="1426" y="8" height="72" width="421" format="[general]" html.valueishtml="0" name=inventory_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="1426" y="8" height="72" width="421" format="[general]" html.valueishtml="0" name=inventory_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -67,8 +68,7 @@ column(band=detail id=4 alignment="1" tabsequence=40 border="5" color="0" x="112 ...@@ -67,8 +68,7 @@ column(band=detail id=4 alignment="1" tabsequence=40 border="5" color="0" x="112
column(band=detail id=18 alignment="0" tabsequence=120 border="0" color="0" x="6510" y="0" height="60" width="357" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=18 alignment="0" tabsequence=120 border="0" color="0" x="6510" y="0" height="60" width="357" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=19 alignment="0" tabsequence=130 border="0" color="0" x="6875" y="0" height="60" width="535" format="[shortdate] [time]" html.valueishtml="0" name=status_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=19 alignment="0" tabsequence=130 border="0" color="0" x="6875" y="0" height="60" width="535" format="[shortdate] [time]" html.valueishtml="0" name=status_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=140 border="0" color="0" x="7419" y="0" height="60" width="622" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=20 alignment="0" tabsequence=140 border="0" color="0" x="7419" y="0" height="60" width="622" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="0" tabsequence=150 border="0" color="0" x="8055" y="0" height="64" width="544" html.valueishtml="0" name=item_descr visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=21 alignment="0" tabsequence=150 border="0" color="0" x="8050" y="0" height="64" width="544" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Item Descr" border="0" color="33554432" x="8050" y="4" height="68" width="549" html.valueishtml="0" name=item_descr_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment