Commit 691b070f authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 18/02/20

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216760 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5d8f25ed
...@@ -87,8 +87,8 @@ ...@@ -87,8 +87,8 @@
<dbname>pay_stru_chg_req_hdr.wf_status</dbname> <dbname>pay_stru_chg_req_hdr.wf_status</dbname>
<initial>O</initial> <initial>O</initial>
<values> <values>
<item display="O" data="Opened"/> <item display="Opened" data="O"/>
<item display="S" data="Submit"/> <item display="Submitted" data="S"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
...@@ -99,9 +99,9 @@ ...@@ -99,9 +99,9 @@
<dbname>pay_stru_chg_req_hdr.req_status</dbname> <dbname>pay_stru_chg_req_hdr.req_status</dbname>
<initial>U</initial> <initial>U</initial>
<values> <values>
<item display="U" data="Unapproved"/> <item display="Unapproved" data="U"/>
<item display="A" data="Approved"/> <item display="Approved" data="A"/>
<item display="C" data="Cancel"/> <item display="Canceled" data="C"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
...@@ -188,23 +188,11 @@ ...@@ -188,23 +188,11 @@
<dbname>employee.dept_code</dbname> <dbname>employee.dept_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="18">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_fname</name> <name>emp_name</name>
<dbname>employee.emp_fname</dbname> <dbname>employee.emp_fname</dbname>
</table_column> </table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_mname</name>
<dbname>employee.emp_mname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_lname</name>
<dbname>employee.emp_lname</dbname>
</table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -248,26 +236,50 @@ ...@@ -248,26 +236,50 @@
<name>ad_alloc_group_descr</name> <name>ad_alloc_group_descr</name>
<dbname>allwdedn.descr</dbname> <dbname>allwdedn.descr</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;pay_stru_chg_req_hdr&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.cancel_remarks&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.wf_status&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.req_status&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.status_date&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code__auth1&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code__auth2&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code__auth3&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.chg_term&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;department.descr&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_code__aprv__name&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_code__auth1__name&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_code__auth2__name&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_code__auth3__name&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.ad_alloc_group&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;pay_stru_chg_req_hdr.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;employee.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; ) JOIN (LEFT=&quot;pay_stru_chg_req_hdr.ad_alloc_group&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; )WHERE( EXP1 =&quot;PAY_STRU_CHG_REQ_HDR.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = number) </retrieve> <table_column>
<type size="31">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>designation</name>
<dbname>employee.designation</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>design_code</name>
<dbname>employee.design_code</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>pay_site</name>
<dbname>employee.pay_site</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>site_descr</name>
<dbname>site.site_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;pay_stru_chg_req_hdr&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;site&quot; ) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.cancel_remarks&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.wf_status&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.req_status&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.status_date&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code__auth1&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code__auth2&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.emp_code__auth3&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.chg_term&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;department.descr&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_code__aprv__name&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_code__auth1__name&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_code__auth2__name&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_code__auth3__name&quot;) COLUMN(NAME=&quot;pay_stru_chg_req_hdr.ad_alloc_group&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee.designation&quot;) COLUMN(NAME=&quot;employee.design_code&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COMPUTE(NAME=&quot;SITE.DESCR as site_descr&quot;) JOIN (LEFT=&quot;pay_stru_chg_req_hdr.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;employee.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; ) JOIN (LEFT=&quot;pay_stru_chg_req_hdr.ad_alloc_group&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee.pay_site&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; )WHERE( EXP1 =&quot;PAY_STRU_CHG_REQ_HDR.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>PAY_STRU_CHG_REQ_HDR</update> <update>PAY_STRU_CHG_REQ_HDR</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
<name>tran_id</name> <name>tran_id</name>
<type>number</type> <type>string</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Basic</text> <text>Other</text>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>20</x> <x>20</x>
<y>9</y> <y>353</y>
<height>129</height> <height>249</height>
<width>609</width> <width>609</width>
<name>gb_1</name> <name>gb_3</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -283,15 +295,15 @@ ...@@ -283,15 +295,15 @@
</GroupBox> </GroupBox>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Other</text> <text>Status</text>
<border>5</border> <border>5</border>
<color>33554432</color> <color>134217735</color>
<x>14</x> <x>20</x>
<y>268</y> <y>228</y>
<height>249</height> <height>111</height>
<width>611</width> <width>609</width>
<name>gb_3</name> <name>gb_2</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -307,14 +319,14 @@ ...@@ -307,14 +319,14 @@
</GroupBox> </GroupBox>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Status</text> <text>Basic</text>
<border>5</border> <border>5</border>
<color>134217735</color> <color>33554432</color>
<x>18</x> <x>20</x>
<y>148</y> <y>2</y>
<height>111</height> <height>218</height>
<width>607</width> <width>609</width>
<name>gb_2</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -332,17 +344,17 @@ ...@@ -332,17 +344,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Employee Code:</text> <text>Ad Code :</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>55</x> <x>49</x>
<y>31</y> <y>141</y>
<height>17</height> <height>16</height>
<width>107</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>ad_alloc_group_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -353,62 +365,24 @@ ...@@ -353,62 +365,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>168</x>
<y>32</y>
<height>19</height>
<width>118</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</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>
<text>Department Code:</text> <text>Remarks:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>53</x> <x>48</x>
<y>56</y> <y>167</y>
<height>16</height> <height>16</height>
<width>107</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dept_code_t</name> <name>remarks_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -425,27 +399,25 @@ ...@@ -425,27 +399,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>26</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>160</x>
<y>56</y> <y>142</y>
<height>19</height> <height>16</height>
<width>119</width> <width>120</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dept_code</name> <name>ad_alloc_group</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -464,17 +436,17 @@ ...@@ -464,17 +436,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Remarks:</text> <text>Tran Id:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>255</color>
<x>51</x> <x>48</x>
<y>107</y> <y>20</y>
<height>16</height> <height>16</height>
<width>107</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -489,31 +461,21 @@ ...@@ -489,31 +461,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Tran Date:</text>
<tabsequence>40</tabsequence> <border>2</border>
<border>5</border> <color>255</color>
<color>33554432</color> <x>311</x>
<x>164</x> <y>20</y>
<y>107</y> <height>16</height>
<height>19</height> <width>107</width>
<width>368</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks</name> <name>tran_date_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -526,22 +488,32 @@ ...@@ -526,22 +488,32 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>2</id>
<text>Tran Id:</text> <alignment>0</alignment>
<border>2</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color> <color>255</color>
<x>44</x> <x>422</x>
<y>168</y> <y>20</y>
<height>16</height> <height>19</height>
<width>107</width> <width>141</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>tran_date</name>
<visible>1</visible> <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> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -554,7 +526,7 @@ ...@@ -554,7 +526,7 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -562,10 +534,10 @@ ...@@ -562,10 +534,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>156</x> <x>160</x>
<y>167</y> <y>20</y>
<height>19</height> <height>19</height>
<width>123</width> <width>118</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -596,17 +568,17 @@ ...@@ -596,17 +568,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Tran Date:</text> <text>Employee Code:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>33554432</color>
<x>299</x> <x>48</x>
<y>167</y> <y>45</y>
<height>16</height> <height>17</height>
<width>107</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date_t</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -623,23 +595,23 @@ ...@@ -623,23 +595,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>33554432</color>
<x>410</x> <x>160</x>
<y>167</y> <y>45</y>
<height>19</height> <height>19</height>
<width>141</width> <width>118</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -659,55 +631,27 @@ ...@@ -659,55 +631,27 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Required Status:</text>
<border>2</border>
<color>255</color>
<x>46</x>
<y>194</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>req_status_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>7</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>158</x> <x>291</x>
<y>194</y> <y>45</y>
<height>19</height> <height>16</height>
<width>127</width> <width>272</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>req_status</name> <name>emp_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -726,17 +670,17 @@ ...@@ -726,17 +670,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Status Date:</text> <text>Department Code:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>33554432</color>
<x>299</x> <x>48</x>
<y>194</y> <y>70</y>
<height>16</height> <height>16</height>
<width>107</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status_date_t</name> <name>dept_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -753,23 +697,23 @@ ...@@ -753,23 +697,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>33554432</color>
<x>410</x> <x>160</x>
<y>195</y> <y>70</y>
<height>19</height> <height>19</height>
<width>141</width> <width>118</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status_date</name> <name>dept_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -789,55 +733,27 @@ ...@@ -789,55 +733,27 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>21</id>
<text>Work flow Status:</text>
<border>2</border>
<color>255</color>
<x>45</x>
<y>220</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status_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>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>156</x> <x>291</x>
<y>220</y> <y>70</y>
<height>19</height> <height>16</height>
<width>129</width> <width>272</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>wf_status</name> <name>dept_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -856,17 +772,17 @@ ...@@ -856,17 +772,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Emp Code Aprv:</text> <text>Designation:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>33554432</color>
<x>42</x> <x>48</x>
<y>294</y> <y>95</y>
<height>16</height> <height>16</height>
<width>107</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv_t</name> <name>design_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -883,27 +799,25 @@ ...@@ -883,27 +799,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>28</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>33554432</color>
<x>157</x> <x>291</x>
<y>294</y> <y>95</y>
<height>19</height> <height>16</height>
<width>110</width> <width>272</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>designation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -921,27 +835,25 @@ ...@@ -921,27 +835,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>29</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>33554432</color>
<x>156</x> <x>160</x>
<y>319</y> <y>95</y>
<height>19</height> <height>16</height>
<width>112</width> <width>118</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth1</name> <name>design_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -960,17 +872,17 @@ ...@@ -960,17 +872,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Emp Code Auth1:</text> <text>Company Name:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>33554432</color>
<x>41</x> <x>48</x>
<y>319</y> <y>118</y>
<height>16</height> <height>16</height>
<width>107</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth1_t</name> <name>site_descr_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -985,21 +897,30 @@ ...@@ -985,21 +897,30 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>30</id>
<text>Emp Code Auth2:</text> <alignment>0</alignment>
<border>2</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color> <color>255</color>
<x>41</x> <x>160</x>
<y>342</y> <y>118</y>
<height>16</height> <height>16</height>
<width>107</width> <width>118</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth2_t</name> <name>pay_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1012,30 +933,28 @@ ...@@ -1012,30 +933,28 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>31</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>33554432</color>
<x>155</x> <x>291</x>
<y>342</y> <y>118</y>
<height>19</height> <height>16</height>
<width>112</width> <width>272</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth2</name> <name>site_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1051,21 +970,29 @@ ...@@ -1051,21 +970,29 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>27</id>
<text>Emp Code Auth3:</text> <alignment>0</alignment>
<border>2</border> <tabsequence>32766</tabsequence>
<color>255</color> <border>5</border>
<x>41</x> <color>33554432</color>
<y>365</y> <x>291</x>
<y>142</y>
<height>16</height> <height>16</height>
<width>107</width> <width>272</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth3_t</name> <name>ad_alloc_group_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1078,26 +1005,26 @@ ...@@ -1078,26 +1005,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>33554432</color>
<x>156</x> <x>160</x>
<y>365</y> <y>167</y>
<height>19</height> <height>19</height>
<width>112</width> <width>403</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth3</name> <name>remarks</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>120</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1117,53 +1044,25 @@ ...@@ -1117,53 +1044,25 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Add User:</text>
<border>2</border>
<color>255</color>
<x>41</x>
<y>387</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_user_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>14</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>154</x> <x>160</x>
<y>388</y> <y>192</y>
<height>19</height> <height>19</height>
<width>114</width> <width>403</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_user</name> <name>cancel_remarks</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>120</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1186,17 +1085,17 @@ ...@@ -1186,17 +1085,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Add Date:</text> <text>Cancel Remarks:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>255</color>
<x>274</x> <x>47</x>
<y>392</y> <y>192</y>
<height>16</height> <height>16</height>
<width>80</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_date_t</name> <name>cancel_remarks_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1213,23 +1112,23 @@ ...@@ -1213,23 +1112,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>360</x> <x>366</x>
<y>392</y> <y>547</y>
<height>19</height> <height>19</height>
<width>148</width> <width>144</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_date</name> <name>chg_user</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1255,15 +1154,15 @@ ...@@ -1255,15 +1154,15 @@
<text>Add Term:</text> <text>Add Term:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>255</color>
<x>41</x> <x>44</x>
<y>411</y> <y>500</y>
<height>16</height> <height>16</height>
<width>107</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_term_t</name> <name>add_term_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1284,8 +1183,8 @@ ...@@ -1284,8 +1183,8 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>153</x> <x>156</x>
<y>411</y> <y>500</y>
<height>19</height> <height>19</height>
<width>114</width> <width>114</width>
<format>[general]</format> <format>[general]</format>
...@@ -1293,7 +1192,7 @@ ...@@ -1293,7 +1192,7 @@
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_term</name> <name>add_term</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>300</limit> <limit>300</limit>
<case>any</case> <case>any</case>
...@@ -1318,18 +1217,18 @@ ...@@ -1318,18 +1217,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Cancel Remarks:</text> <text>Change Date:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>255</color>
<x>40</x> <x>42</x>
<y>434</y> <y>546</y>
<height>16</height> <height>16</height>
<width>107</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cancel_remarks_t</name> <name>chg_date_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1345,23 +1244,23 @@ ...@@ -1345,23 +1244,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>151</x> <x>154</x>
<y>434</y> <y>546</y>
<height>19</height> <height>19</height>
<width>115</width> <width>114</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cancel_remarks</name> <name>chg_date</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>120</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1384,18 +1283,18 @@ ...@@ -1384,18 +1283,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change Date:</text> <text>Change User:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>255</color>
<x>39</x> <x>274</x>
<y>457</y> <y>548</y>
<height>16</height> <height>16</height>
<width>107</width> <width>87</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1409,26 +1308,54 @@ ...@@ -1409,26 +1308,54 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Chg Term:</text>
<tabsequence>32766</tabsequence> <border>2</border>
<border>5</border>
<color>255</color> <color>255</color>
<x>151</x> <x>41</x>
<y>457</y> <y>572</y>
<height>19</height> <height>16</height>
<width>114</width> <width>107</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>change_term_t</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <font>
<limit>0</limit> <face>Arial</face>
<case>any</case> <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>18</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>153</x>
<y>572</y>
<height>19</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>300</limit>
<case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1450,18 +1377,102 @@ ...@@ -1450,18 +1377,102 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change User:</text> <text>Emp Code Aprv:</text>
<border>2</border> <border>2</border>
<color>255</color> <color>255</color>
<x>271</x> <x>45</x>
<y>459</y> <y>383</y>
<height>16</height> <height>16</height>
<width>87</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>emp_code__aprv_t</name>
<visible>1</visible> <visible>0</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>Emp Code Auth1:</text>
<border>2</border>
<color>255</color>
<x>44</x>
<y>408</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__auth1_t</name>
<visible>0</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>Emp Code Auth2:</text>
<border>2</border>
<color>255</color>
<x>44</x>
<y>431</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__auth2_t</name>
<visible>0</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>Emp Code Auth3:</text>
<border>2</border>
<color>255</color>
<x>44</x>
<y>454</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__auth3_t</name>
<visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1477,21 +1488,21 @@ ...@@ -1477,21 +1488,21 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>363</x> <x>160</x>
<y>458</y> <y>383</y>
<height>19</height> <height>19</height>
<width>144</width> <width>110</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>emp_code__aprv</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
...@@ -1513,21 +1524,31 @@ ...@@ -1513,21 +1524,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>10</id>
<text>Chg Term:</text> <alignment>0</alignment>
<border>2</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color> <color>255</color>
<x>38</x> <x>159</x>
<y>483</y> <y>408</y>
<height>16</height> <height>19</height>
<width>107</width> <width>112</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>change_term_t</name> <name>emp_code__auth1</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1540,26 +1561,26 @@ ...@@ -1540,26 +1561,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>150</x> <x>158</x>
<y>483</y> <y>431</y>
<height>19</height> <height>19</height>
<width>72</width> <width>112</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>emp_code__auth2</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>300</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1581,25 +1602,27 @@ ...@@ -1581,25 +1602,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>291</x> <x>159</x>
<y>32</y> <y>454</y>
<height>16</height> <height>19</height>
<width>90</width> <width>112</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname</name> <name>emp_code__auth3</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1617,21 +1640,21 @@ ...@@ -1617,21 +1640,21 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>385</x> <x>279</x>
<y>31</y> <y>384</y>
<height>16</height> <height>16</height>
<width>90</width> <width>233</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname</name> <name>emp_code__aprv__name</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -1653,21 +1676,21 @@ ...@@ -1653,21 +1676,21 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>480</x> <x>277</x>
<y>31</y> <y>411</y>
<height>16</height> <height>16</height>
<width>90</width> <width>236</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>emp_code__auth1__name</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -1689,21 +1712,21 @@ ...@@ -1689,21 +1712,21 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>23</id> <id>24</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>293</x> <x>276</x>
<y>57</y> <y>432</y>
<height>16</height> <height>16</height>
<width>240</width> <width>238</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dept_descr</name> <name>emp_code__auth2__name</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -1725,21 +1748,21 @@ ...@@ -1725,21 +1748,21 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>25</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>276</x> <x>275</x>
<y>295</y> <y>455</y>
<height>16</height> <height>16</height>
<width>233</width> <width>237</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv__name</name> <name>emp_code__auth3__name</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -1759,27 +1782,57 @@ ...@@ -1759,27 +1782,57 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Add User:</text>
<border>2</border>
<color>255</color>
<x>44</x>
<y>476</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_user_t</name>
<visible>0</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>25</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>274</x> <x>157</x>
<y>322</y> <y>477</y>
<height>16</height> <height>19</height>
<width>236</width> <width>114</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth1__name</name> <name>add_user</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1795,27 +1848,57 @@ ...@@ -1795,27 +1848,57 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Add Date:</text>
<border>2</border>
<color>255</color>
<x>277</x>
<y>481</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_date_t</name>
<visible>0</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>26</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>273</x> <x>363</x>
<y>343</y> <y>481</y>
<height>16</height> <height>19</height>
<width>238</width> <width>148</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth2__name</name> <name>add_date</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1833,25 +1916,27 @@ ...@@ -1833,25 +1916,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>272</x> <x>412</x>
<y>366</y> <y>275</y>
<height>16</height> <height>19</height>
<width>237</width> <width>141</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__auth3__name</name> <name>status_date</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1870,18 +1955,18 @@ ...@@ -1870,18 +1955,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Ad Code :</text> <text>Status Date:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>255</color>
<x>53</x> <x>301</x>
<y>82</y> <y>274</y>
<height>16</height> <height>16</height>
<width>106</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_alloc_group_t</name> <name>status_date_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1891,31 +1976,31 @@ ...@@ -1891,31 +1976,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>255</color>
<x>167</x> <x>160</x>
<y>83</y> <y>273</y>
<height>16</height> <height>19</height>
<width>120</width> <width>127</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_alloc_group</name> <name>req_status</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1931,27 +2016,83 @@ ...@@ -1931,27 +2016,83 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Required Status:</text>
<border>2</border>
<color>255</color>
<x>48</x>
<y>274</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>req_status_t</name>
<visible>0</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>Work flow Status:</text>
<border>2</border>
<color>255</color>
<x>47</x>
<y>300</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status_t</name>
<visible>0</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>29</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>255</color>
<x>291</x> <x>158</x>
<y>83</y> <y>300</y>
<height>16</height> <height>19</height>
<width>240</width> <width>129</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_alloc_group_descr</name> <name>wf_status</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
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