Commit 6a99d5e9 authored by ssalve's avatar ssalve

Sarita : Updated changes of srl_container11.xml on 05 APR 2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@199295 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4844ed7d
...@@ -175,8 +175,8 @@ ...@@ -175,8 +175,8 @@
<name>status</name> <name>status</name>
<dbname>srl_container.status</dbname> <dbname>srl_container.status</dbname>
<values> <values>
<item display="Confirm" data="A"/> <item display="Confirmed" data="A"/>
<item display="Sync" data="C"/> <item display="Splitted" data="C"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
...@@ -199,7 +199,13 @@ ...@@ -199,7 +199,13 @@
<name>item_descr</name> <name>item_descr</name>
<dbname>item.descr</dbname> <dbname>item.descr</dbname>
</table_column> </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> <table_column>
<type size="9">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>status_detail</name>
<dbname>status_detail</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;) COMPUTE(NAME=&quot;case when (srl_container.status=&apos; &apos; or srl_container.status is null ) then &apos;&apos; else (case when srl_container.status=&apos;C&apos; then &apos;Splitted&apos; when srl_container.status=&apos;A&apos; then &apos;Confirmed&apos; else status end) end as status_detail&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> <update>SRL_CONTAINER</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -1593,6 +1599,70 @@ ...@@ -1593,6 +1599,70 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1457</x>
<y>1</y>
<height>16</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>status_detail</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</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>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Status Detail</text>
<border>5</border>
<color>0</color>
<x>1456</x>
<y>1</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>status_detail_t</name>
<visible>1</visible>
<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>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
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