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