Commit 0c100f7a authored by ssalve's avatar ssalve

Sarita : Added column tran_id and make as primary column on 31 July 2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204431 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 46b28b12
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>emp_code</name> <name>emp_code</name>
<dbname>employee_ad.emp_code</dbname> <dbname>employee_ad.emp_code</dbname>
</table_column> </table_column>
...@@ -55,7 +54,6 @@ ...@@ -55,7 +54,6 @@
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>ad_code</name> <name>ad_code</name>
<dbname>employee_ad.ad_code</dbname> <dbname>employee_ad.ad_code</dbname>
</table_column> </table_column>
...@@ -63,7 +61,6 @@ ...@@ -63,7 +61,6 @@
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>eff_date</name> <name>eff_date</name>
<dbname>employee_ad.eff_date</dbname> <dbname>employee_ad.eff_date</dbname>
</table_column> </table_column>
...@@ -71,7 +68,6 @@ ...@@ -71,7 +68,6 @@
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>exp_date</name> <name>exp_date</name>
<dbname>employee_ad.exp_date</dbname> <dbname>employee_ad.exp_date</dbname>
</table_column> </table_column>
...@@ -115,7 +111,7 @@ ...@@ -115,7 +111,7 @@
<dbname>employee_ad.chg_user</dbname> <dbname>employee_ad.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="300">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_term</name> <name>chg_term</name>
...@@ -245,26 +241,22 @@ ...@@ -245,26 +241,22 @@
<name>emp_code__aprv</name> <name>emp_code__aprv</name>
<dbname>employee_ad.emp_code__aprv</dbname> <dbname>employee_ad.emp_code__aprv</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_ad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_ad.emp_code&quot;) COLUMN(NAME=&quot;employee_ad.ad_code&quot;) COLUMN(NAME=&quot;employee_ad.eff_date&quot;) COLUMN(NAME=&quot;employee_ad.exp_date&quot;) COLUMN(NAME=&quot;employee_ad.type&quot;) COLUMN(NAME=&quot;employee_ad.prop_yn&quot;) COLUMN(NAME=&quot;employee_ad.chg_date&quot;) COLUMN(NAME=&quot;employee_ad.chg_user&quot;) COLUMN(NAME=&quot;employee_ad.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee_ad.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.ref_type&quot;) COLUMN(NAME=&quot;employee_ad.ref_no&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee_ad.confirmed&quot;) COLUMN(NAME=&quot;employee_ad.conf_date&quot;) COLUMN(NAME=&quot;employee_ad.emp_code__aprv&quot;) JOIN (LEFT=&quot;employee_ad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee_ad.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;employee_ad.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;employee_ad.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:madcd&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;employee_ad.eff_date&quot; OP =&quot;=&quot; EXP2 =&quot;:meff_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;employee_ad.exp_date&quot; OP =&quot;=&quot; EXP2 =&quot;:mexp_date&quot; ) ) ARG(NAME = &quot;emp&quot; TYPE = string) ARG(NAME = &quot;madcd&quot; TYPE = string) ARG(NAME = &quot;meff_date&quot; TYPE = datetime) ARG(NAME = &quot;mexp_date&quot; TYPE = datetime) </retrieve> <table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name>
<dbname>employee_ad.tran_id</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_ad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_ad.emp_code&quot;) COLUMN(NAME=&quot;employee_ad.ad_code&quot;) COLUMN(NAME=&quot;employee_ad.eff_date&quot;) COLUMN(NAME=&quot;employee_ad.exp_date&quot;) COLUMN(NAME=&quot;employee_ad.type&quot;) COLUMN(NAME=&quot;employee_ad.prop_yn&quot;) COLUMN(NAME=&quot;employee_ad.chg_date&quot;) COLUMN(NAME=&quot;employee_ad.chg_user&quot;) COLUMN(NAME=&quot;employee_ad.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee_ad.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.ref_type&quot;) COLUMN(NAME=&quot;employee_ad.ref_no&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee_ad.confirmed&quot;) COLUMN(NAME=&quot;employee_ad.conf_date&quot;) COLUMN(NAME=&quot;employee_ad.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee_ad.tran_id&quot;) JOIN (LEFT=&quot;employee_ad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee_ad.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;employee_ad.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:mtranId&quot; ) ) ARG(NAME = &quot;mtranId&quot; TYPE = string) </retrieve>
<update>employee_ad</update> <update>employee_ad</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
<name>emp</name> <name>mtranId</name>
<type>string</type> <type>string</type>
</argument> </argument>
<argument>
<name>madcd</name>
<type>string</type>
</argument>
<argument>
<name>meff_date</name>
<type>datetime</type>
</argument>
<argument>
<name>mexp_date</name>
<type>datetime</type>
</argument>
</TableDefinition> </TableDefinition>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
...@@ -297,7 +289,7 @@ ...@@ -297,7 +289,7 @@
<color>0</color> <color>0</color>
<x>8</x> <x>8</x>
<y>306</y> <y>306</y>
<height>51</height> <height>75</height>
<width>574</width> <width>574</width>
<name>gb_2</name> <name>gb_2</name>
<visible>1</visible> <visible>1</visible>
...@@ -1562,7 +1554,7 @@ ...@@ -1562,7 +1554,7 @@
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>130</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>170</x> <x>170</x>
...@@ -1792,6 +1784,71 @@ ...@@ -1792,6 +1784,71 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Transaction ID :</text>
<border>0</border>
<color>0</color>
<x>14</x>
<y>351</y>
<height>16</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>118</x>
<y>351</y>
<height>16</height>
<width>100</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</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