Commit c43f3af2 authored by jshinde's avatar jshinde

new columns change date,remarks,change term,change user added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103585 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0a497359
...@@ -242,8 +242,32 @@ ...@@ -242,8 +242,32 @@
<initial>N</initial> <initial>N</initial>
<criteria.dialog>yes</criteria.dialog> <criteria.dialog>yes</criteria.dialog>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;swms_to_awms&quot; ) COLUMN(NAME=&quot;swms_to_awms.tran_id&quot;) COLUMN(NAME=&quot;swms_to_awms.item_code&quot;) COLUMN(NAME=&quot;swms_to_awms.descr&quot;) COLUMN(NAME=&quot;swms_to_awms.unit&quot;) COLUMN(NAME=&quot;swms_to_awms.item_type&quot;) COLUMN(NAME=&quot;swms_to_awms.family_grp&quot;) COLUMN(NAME=&quot;swms_to_awms.in_out&quot;) COLUMN(NAME=&quot;swms_to_awms.ref_ser&quot;) COLUMN(NAME=&quot;swms_to_awms.ref_id&quot;) COLUMN(NAME=&quot;swms_to_awms.tran_date&quot;) COLUMN(NAME=&quot;swms_to_awms.lot_no&quot;) COLUMN(NAME=&quot;swms_to_awms.lot_sl&quot;) COLUMN(NAME=&quot;swms_to_awms.quantity&quot;) COLUMN(NAME=&quot;swms_to_awms.qty_per_art&quot;) COLUMN(NAME=&quot;swms_to_awms.total_qty&quot;) COLUMN(NAME=&quot;swms_to_awms.exp_date&quot;) COLUMN(NAME=&quot;swms_to_awms.mfg_date&quot;) COLUMN(NAME=&quot;swms_to_awms.pallet_no&quot;) COLUMN(NAME=&quot;swms_to_awms.pallet_status&quot;) COLUMN(NAME=&quot;swms_to_awms.msg_stat&quot;) COLUMN(NAME=&quot;swms_to_awms.lock_stat&quot;) COLUMN(NAME=&quot;swms_to_awms.err_cod&quot;) COLUMN(NAME=&quot;swms_to_awms.err_desc&quot;) COLUMN(NAME=&quot;swms_to_awms.qc_type&quot;) COLUMN(NAME=&quot;swms_to_awms.trans_dt_ack&quot;) COLUMN(NAME=&quot;swms_to_awms.stro_pref&quot;) COLUMN(NAME=&quot;swms_to_awms.line_no&quot;) COLUMN(NAME=&quot;swms_to_awms.schedule_status&quot;)WHERE( EXP1 =&quot;~&quot;SWMS_TO_AWMS~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <table_column>
<update>SWMS_TO_AWMS</update> <type size="1500">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>remarks</name>
<dbname>swms_to_awms.remarks</dbname>
</table_column>
<table_column>
<type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>swms_to_awms.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>swms_to_awms.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>swms_to_awms.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;swms_to_awms&quot; ) COLUMN(NAME=&quot;swms_to_awms.tran_id&quot;) COLUMN(NAME=&quot;swms_to_awms.item_code&quot;) COLUMN(NAME=&quot;swms_to_awms.descr&quot;) COLUMN(NAME=&quot;swms_to_awms.unit&quot;) COLUMN(NAME=&quot;swms_to_awms.item_type&quot;) COLUMN(NAME=&quot;swms_to_awms.family_grp&quot;) COLUMN(NAME=&quot;swms_to_awms.in_out&quot;) COLUMN(NAME=&quot;swms_to_awms.ref_ser&quot;) COLUMN(NAME=&quot;swms_to_awms.ref_id&quot;) COLUMN(NAME=&quot;swms_to_awms.tran_date&quot;) COLUMN(NAME=&quot;swms_to_awms.lot_no&quot;) COLUMN(NAME=&quot;swms_to_awms.lot_sl&quot;) COLUMN(NAME=&quot;swms_to_awms.quantity&quot;) COLUMN(NAME=&quot;swms_to_awms.qty_per_art&quot;) COLUMN(NAME=&quot;swms_to_awms.total_qty&quot;) COLUMN(NAME=&quot;swms_to_awms.exp_date&quot;) COLUMN(NAME=&quot;swms_to_awms.mfg_date&quot;) COLUMN(NAME=&quot;swms_to_awms.pallet_no&quot;) COLUMN(NAME=&quot;swms_to_awms.pallet_status&quot;) COLUMN(NAME=&quot;swms_to_awms.msg_stat&quot;) COLUMN(NAME=&quot;swms_to_awms.lock_stat&quot;) COLUMN(NAME=&quot;swms_to_awms.err_cod&quot;) COLUMN(NAME=&quot;swms_to_awms.err_desc&quot;) COLUMN(NAME=&quot;swms_to_awms.qc_type&quot;) COLUMN(NAME=&quot;swms_to_awms.trans_dt_ack&quot;) COLUMN(NAME=&quot;swms_to_awms.stro_pref&quot;) COLUMN(NAME=&quot;swms_to_awms.line_no&quot;) COLUMN(NAME=&quot;swms_to_awms.schedule_status&quot;) COLUMN(NAME=&quot;swms_to_awms.remarks&quot;) COLUMN(NAME=&quot;swms_to_awms.chg_date&quot;) COLUMN(NAME=&quot;swms_to_awms.chg_user&quot;) COLUMN(NAME=&quot;swms_to_awms.chg_term&quot;)WHERE( EXP1 =&quot;SWMS_TO_AWMS.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>swms_to_awms</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -258,8 +282,8 @@ ...@@ -258,8 +282,8 @@
<color>33554432</color> <color>33554432</color>
<x>9</x> <x>9</x>
<y>0</y> <y>0</y>
<height>299</height> <height>331</height>
<width>493</width> <width>533</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
...@@ -811,72 +835,6 @@ ...@@ -811,72 +835,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Transaction Date Ack:</text>
<border>0</border>
<color>33554432</color>
<x>14</x>
<y>257</y>
<height>16</height>
<width>129</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>trans_dt_ack_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>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>146</x>
<y>257</y>
<height>16</height>
<width>70</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>trans_dt_ack</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -971,34 +929,6 @@ ...@@ -971,34 +929,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Error Code:</text>
<border>0</border>
<color>33554432</color>
<x>43</x>
<y>235</y>
<height>16</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>err_cod_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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>22</id>
...@@ -1641,44 +1571,6 @@ ...@@ -1641,44 +1571,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>199</x>
<y>235</y>
<height>16</height>
<width>280</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>err_desc</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>256</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>28</id>
...@@ -2066,6 +1958,394 @@ ...@@ -2066,6 +1958,394 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>199</x>
<y>235</y>
<height>16</height>
<width>280</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>err_desc</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>256</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>146</x>
<y>257</y>
<height>16</height>
<width>70</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>trans_dt_ack</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>Detail</band>
<alignment>1</alignment>
<text>Error Code:</text>
<border>0</border>
<color>33554432</color>
<x>43</x>
<y>235</y>
<height>16</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>err_cod_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>
<ColumnObject>
<band>Detail</band>
<id>29</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>146</x>
<y>279</y>
<height>16</height>
<width>334</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks</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>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Transaction Date Ack:</text>
<border>0</border>
<color>33554432</color>
<x>14</x>
<y>257</y>
<height>16</height>
<width>129</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>trans_dt_ack_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>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Remarks:</text>
<border>0</border>
<color>33554432</color>
<x>43</x>
<y>279</y>
<height>16</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_1</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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change User:</text>
<border>0</border>
<color>33554432</color>
<x>62</x>
<y>301</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_2</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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Date:</text>
<border>0</border>
<color>33554432</color>
<x>209</x>
<y>301</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_3</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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>31</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>146</x>
<y>301</y>
<height>16</height>
<width>60</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</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>
<ColumnObject>
<band>Detail</band>
<id>30</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>293</x>
<y>301</y>
<height>16</height>
<width>53</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</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>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Term:</text>
<border>0</border>
<color>33554432</color>
<x>357</x>
<y>301</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_4</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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>32</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>441</x>
<y>301</y>
<height>16</height>
<width>76</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</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>
......
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