Commit 1d39fdb4 authored by dpingle's avatar dpingle

* Changes done employee work info [31/08/2019]

emp_work_info21.xml
w_emp_work_info.sql
d_emp_work_info21.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206634 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a6aef884
......@@ -153,3 +153,26 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
----------------------------------------------------- Dipesh [31/08/2019] Start
delete OBJ_ACTIONS WHERE OBJ_NAME ='emp_work_info' and line_no=3;
delete OBJ_ACTIONS WHERE OBJ_NAME ='emp_work_info' and line_no=21;
delete OBJ_ACTIONS WHERE OBJ_NAME ='emp_work_info' and line_no=22;
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('emp_work_info',39,'ibase/resource/objaction/exprtExl.svg','Export To
Excel','a','a','B','Export2XLS','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('emp_work_info',40,'ibase/resource/objaction/Audit-trail.svg','View Audit Trail','audit_trail','1','X','Audit Trail','1','1','1','U',null,null,null,null,null,null,null,'1',null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
update TRANSETUP set ref_ser='E-LOAN' where TRAN_WINDOW='w_emp_work_info';
UPDATE EMPLOYEE SET training_prd= 0 WHERE emp_code ='T0005';
UPDATE EMPLOYEE SET training_prd= 0 WHERE emp_code ='T0006';
----------------------------------------------------- Dipesh [31/08/2019] End
......@@ -137,20 +137,6 @@
<name>resi_date</name>
<dbname>employee.resi_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>employee.chg_user</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>employee.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
......@@ -174,15 +160,6 @@
<name>probation_date</name>
<dbname>employee.probation_date</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>probation_prd</name>
<dbname>employee.probation_prd</dbname>
<initial>0</initial>
<validation>number(gettext()) &gt;= 0</validation>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
......@@ -212,22 +189,6 @@
<name>confirmed</name>
<dbname>employee.confirmed</dbname>
<initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>probation</name>
<dbname>employee.probation</dbname>
<initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="25">char</type>
......@@ -319,30 +280,6 @@
<name>gratuity_date</name>
<dbname>employee.gratuity_date</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>eligible_ot</name>
<dbname>employee.eligible_ot</dbname>
<initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>standby_mode</name>
<dbname>employee.standby_mode</dbname>
<initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
......@@ -422,7 +359,6 @@
<updatewhereclause>yes</updatewhereclause>
<name>emp_mname_long</name>
<dbname>employee.emp_mname_long</dbname>
<initial>1</initial>
</table_column>
<table_column>
<type size="30">char</type>
......@@ -437,7 +373,54 @@
<name>revision_no</name>
<dbname>employee.revision_no</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.emp_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;employee.mode_app&quot;) COLUMN(NAME=&quot;employee.date_conf&quot;) COLUMN(NAME=&quot;employee.designation&quot;) COLUMN(NAME=&quot;employee.work_shift&quot;) COLUMN(NAME=&quot;employee.shift_rot&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.resi_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.proj_code&quot;) COLUMN(NAME=&quot;employee.training_prd&quot;) COLUMN(NAME=&quot;employee.probation_date&quot;) COLUMN(NAME=&quot;employee.probation_prd&quot;) COLUMN(NAME=&quot;employee.notice_prd&quot;) COLUMN(NAME=&quot;employee.relieve_date&quot;) COLUMN(NAME=&quot;employee.stan_code&quot;) COLUMN(NAME=&quot;employee.confirmed&quot;) COLUMN(NAME=&quot;employee.probation&quot;) COLUMN(NAME=&quot;employee.joined_as&quot;) COLUMN(NAME=&quot;employee.hol_tblno&quot;) COLUMN(NAME=&quot;employee.date_join&quot;) COLUMN(NAME=&quot;employee.proc_group&quot;) COLUMN(NAME=&quot;employee.tot_exp&quot;) COLUMN(NAME=&quot;employee.status&quot;) COLUMN(NAME=&quot;employee.site_code__payment&quot;) COLUMN(NAME=&quot;employee.normal_rate&quot;) COLUMN(NAME=&quot;employee.ot_rate&quot;) COLUMN(NAME=&quot;employee.func_group&quot;) COLUMN(NAME=&quot;employee.pattern_code&quot;) COLUMN(NAME=&quot;employee.gratuity_date&quot;) COLUMN(NAME=&quot;employee.eligible_ot&quot;) COLUMN(NAME=&quot;employee.standby_mode&quot;) COLUMN(NAME=&quot;employee.work_tblno&quot;) COLUMN(NAME=&quot;employee.supp_code__con&quot;) COLUMN(NAME=&quot;employee.shift_index&quot;) COLUMN(NAME=&quot;employee.occupation_code&quot;) COLUMN(NAME=&quot;employee.pension_scheme&quot;) COLUMN(NAME=&quot;employee.user_id&quot;) COLUMN(NAME=&quot;employee.work_loc_code&quot;) COLUMN(NAME=&quot;employee.ext_no&quot;) COMPUTE(NAME=&quot;FN_GET_WORKLOC_DESCR( employee.work_loc_code ) as work_loc_descr&quot;) COMPUTE(NAME=&quot;FN_GET_DESCR_GENCODES(&apos;OCCUPATION_CODE&apos; , &apos;W_EMP&apos; , employee.occupation_code) as occupation_descr&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.revision_no&quot;)WHERE( EXP1 =&quot;( employee.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:memp )&quot; ) ) ARG(NAME = &quot;memp&quot; TYPE = string) </retrieve>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>employee.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>employee.chg_user</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>probation_prd</name>
<dbname>employee.probation_prd</dbname>
<initial>0</initial>
<validation>number(gettext()) &gt;= 0</validation>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>probation</name>
<dbname>employee.probation</dbname>
<initial>N</initial>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>eligible_ot</name>
<dbname>employee.eligible_ot</dbname>
<initial>N</initial>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>standby_mode</name>
<dbname>employee.standby_mode</dbname>
<initial>N</initial>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.emp_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;employee.mode_app&quot;) COLUMN(NAME=&quot;employee.date_conf&quot;) COLUMN(NAME=&quot;employee.designation&quot;) COLUMN(NAME=&quot;employee.work_shift&quot;) COLUMN(NAME=&quot;employee.shift_rot&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.resi_date&quot;) COLUMN(NAME=&quot;employee.proj_code&quot;) COLUMN(NAME=&quot;employee.training_prd&quot;) COLUMN(NAME=&quot;employee.probation_date&quot;) COLUMN(NAME=&quot;employee.notice_prd&quot;) COLUMN(NAME=&quot;employee.relieve_date&quot;) COLUMN(NAME=&quot;employee.stan_code&quot;) COLUMN(NAME=&quot;employee.confirmed&quot;) COLUMN(NAME=&quot;employee.joined_as&quot;) COLUMN(NAME=&quot;employee.hol_tblno&quot;) COLUMN(NAME=&quot;employee.date_join&quot;) COLUMN(NAME=&quot;employee.proc_group&quot;) COLUMN(NAME=&quot;employee.tot_exp&quot;) COLUMN(NAME=&quot;employee.status&quot;) COLUMN(NAME=&quot;employee.site_code__payment&quot;) COLUMN(NAME=&quot;employee.normal_rate&quot;) COLUMN(NAME=&quot;employee.ot_rate&quot;) COLUMN(NAME=&quot;employee.func_group&quot;) COLUMN(NAME=&quot;employee.pattern_code&quot;) COLUMN(NAME=&quot;employee.gratuity_date&quot;) COLUMN(NAME=&quot;employee.work_tblno&quot;) COLUMN(NAME=&quot;employee.supp_code__con&quot;) COLUMN(NAME=&quot;employee.shift_index&quot;) COLUMN(NAME=&quot;employee.occupation_code&quot;) COLUMN(NAME=&quot;employee.pension_scheme&quot;) COLUMN(NAME=&quot;employee.user_id&quot;) COLUMN(NAME=&quot;employee.work_loc_code&quot;) COLUMN(NAME=&quot;employee.ext_no&quot;) COMPUTE(NAME=&quot;FN_GET_WORKLOC_DESCR( employee.work_loc_code ) as work_loc_descr&quot;) COMPUTE(NAME=&quot;FN_GET_DESCR_GENCODES(&apos;OCCUPATION_CODE&apos; , &apos;W_EMP&apos; , employee.occupation_code) as occupation_descr&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.revision_no&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.probation_prd&quot;) COLUMN(NAME=&quot;employee.probation&quot;) COLUMN(NAME=&quot;employee.eligible_ot&quot;) COLUMN(NAME=&quot;employee.standby_mode&quot;)WHERE( EXP1 =&quot;( employee.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:memp )&quot; ) ) ARG(NAME = &quot;memp&quot; TYPE = string) </retrieve>
<update>EMPLOYEE</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>yes</updatekeyinplace>
......@@ -446,12 +429,36 @@
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Others :</text>
<border>2</border>
<color>33554432</color>
<x>5</x>
<y>539</y>
<height>60</height>
<width>590</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Work</text>
<border>2</border>
<color>0</color>
<x>5</x>
<x>3</x>
<y>2</y>
<height>530</height>
<width>587</width>
......@@ -744,7 +751,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>31</id>
<id>27</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
......@@ -810,7 +817,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<id>15</id>
<alignment>1</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
......@@ -876,7 +883,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<id>49</id>
<alignment>1</alignment>
<tabsequence>120</tabsequence>
<border>5</border>
......@@ -942,7 +949,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<id>17</id>
<alignment>1</alignment>
<tabsequence>130</tabsequence>
<border>5</border>
......@@ -1008,7 +1015,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<id>18</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -1099,7 +1106,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>32</id>
<id>28</id>
<alignment>1</alignment>
<tabsequence>160</tabsequence>
<border>5</border>
......@@ -1148,7 +1155,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>function_group_t</name>
<name>func_group_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -1165,7 +1172,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>36</id>
<id>32</id>
<alignment>0</alignment>
<tabsequence>190</tabsequence>
<border>5</border>
......@@ -1200,43 +1207,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>37</id>
<alignment>0</alignment>
<tabsequence>210</tabsequence>
<border>5</border>
<color>0</color>
<x>172</x>
<y>343</y>
<height>16</height>
<width>63</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eligible_ot</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>35</id>
<id>31</id>
<alignment>0</alignment>
<tabsequence>230</tabsequence>
<border>5</border>
......@@ -1506,7 +1477,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>34</id>
<id>30</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -1544,7 +1515,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>45</id>
<id>39</id>
<alignment>0</alignment>
<tabsequence>270</tabsequence>
<border>5</border>
......@@ -1581,7 +1552,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>44</id>
<id>38</id>
<alignment>0</alignment>
<tabsequence>280</tabsequence>
<border>5</border>
......@@ -1616,52 +1587,14 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>172</x>
<y>469</y>
<height>16</height>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_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>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date :</text>
<border>0</border>
<color>33554432</color>
<x>69</x>
<y>469</y>
<x>21</x>
<y>569</y>
<height>16</height>
<width>99</width>
<html>
......@@ -1684,7 +1617,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>27</id>
<id>23</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
......@@ -1693,7 +1626,7 @@
<y>70</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -1719,7 +1652,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -1755,7 +1688,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>29</id>
<id>25</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
......@@ -1790,7 +1723,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>28</id>
<id>24</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
......@@ -1828,7 +1761,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>26</id>
<id>22</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
......@@ -1865,25 +1798,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<id>20</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>503</x>
<y>175</y>
<y>196</y>
<height>16</height>
<width>38</width>
<format>[general]</format>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>probation</name>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="ddlb">
<EditStyle style="edit">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1901,51 +1835,15 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>503</x>
<y>196</y>
<x>481</x>
<y>217</y>
<height>16</height>
<width>38</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>481</x>
<y>217</y>
<height>16</height>
<width>60</width>
<width>60</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2009,7 +1907,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>30</id>
<id>26</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -2045,7 +1943,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>33</id>
<id>29</id>
<alignment>1</alignment>
<tabsequence>170</tabsequence>
<border>5</border>
......@@ -2083,7 +1981,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>40</id>
<id>34</id>
<alignment>0</alignment>
<tabsequence>180</tabsequence>
<border>5</border>
......@@ -2120,7 +2018,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>39</id>
<id>33</id>
<alignment>0</alignment>
<tabsequence>200</tabsequence>
<border>5</border>
......@@ -2157,43 +2055,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>38</id>
<alignment>0</alignment>
<tabsequence>220</tabsequence>
<border>5</border>
<color>0</color>
<x>468</x>
<y>343</y>
<height>16</height>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>standby_mode</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>46</id>
<id>40</id>
<alignment>0</alignment>
<tabsequence>290</tabsequence>
<border>5</border>
......@@ -2228,44 +2090,6 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>450</x>
<y>469</y>
<height>16</height>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</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>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -2412,10 +2236,10 @@
<text>Probation Date :</text>
<border>0</border>
<color>0</color>
<x>332</x>
<x>271</x>
<y>175</y>
<height>16</height>
<width>103</width>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -2436,12 +2260,12 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>439</x>
<x>373</x>
<y>175</y>
<height>16</height>
<width>60</width>
......@@ -2475,7 +2299,7 @@
<text>Confirmation Date :</text>
<border>0</border>
<color>0</color>
<x>329</x>
<x>246</x>
<y>196</y>
<height>16</height>
<width>106</width>
......@@ -2504,7 +2328,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>439</x>
<x>357</x>
<y>196</y>
<height>16</height>
<width>60</width>
......@@ -2685,7 +2509,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>period_code_t</name>
<name>work_tblno_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -2790,8 +2614,8 @@
<text>Chg User :</text>
<border>0</border>
<color>33554432</color>
<x>346</x>
<y>469</y>
<x>249</x>
<y>569</y>
<height>16</height>
<width>99</width>
<html>
......@@ -2814,7 +2638,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>41</id>
<id>35</id>
<alignment>0</alignment>
<tabsequence>240</tabsequence>
<border>5</border>
......@@ -2889,15 +2713,15 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>48</id>
<id>42</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>243</x>
<x>370</x>
<y>385</y>
<height>16</height>
<width>298</width>
<width>173</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2927,7 +2751,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>47</id>
<id>41</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -2964,7 +2788,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<id>21</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
......@@ -2973,18 +2797,17 @@
<y>70</y>
<height>16</height>
<width>182</width>
<format>[general]</format>
<format>[General]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>joined_as</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>25</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -3002,7 +2825,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>43</id>
<id>37</id>
<alignment>0</alignment>
<tabsequence>260</tabsequence>
<border>5</border>
......@@ -3078,12 +2901,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>42</id>
<id>36</id>
<alignment>0</alignment>
<tabsequence>250</tabsequence>
<border>5</border>
<color>0</color>
<x>172</x>
<x>173</x>
<y>385</y>
<height>16</height>
<width>66</width>
......@@ -3268,7 +3091,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>49</id>
<id>43</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -3304,7 +3127,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>50</id>
<id>44</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -3340,7 +3163,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>51</id>
<id>45</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -3376,7 +3199,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>52</id>
<id>46</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
......@@ -3410,6 +3233,270 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Occupation Descr</text>
<border>0</border>
<color>0</color>
<x>257</x>
<y>385</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>occupation_descr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-11</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Probation : </text>
<border>0</border>
<color>0</color>
<x>436</x>
<y>175</y>
<height>16</height>
<width>63</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>probation_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Confirmed :</text>
<border>0</border>
<color>0</color>
<x>427</x>
<y>196</y>
<height>16</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>47</id>
<alignment>0</alignment>
<tabsequence>300</tabsequence>
<border>0</border>
<color>0</color>
<x>126</x>
<y>569</y>
<height>16</height>
<width>55</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>48</id>
<alignment>0</alignment>
<tabsequence>310</tabsequence>
<border>0</border>
<color>0</color>
<x>352</x>
<y>569</y>
<height>16</height>
<width>50</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>50</id>
<alignment>0</alignment>
<tabsequence>320</tabsequence>
<border>5</border>
<color>255</color>
<x>501</x>
<y>174</y>
<height>16</height>
<width>40</width>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>probation</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>51</id>
<alignment>0</alignment>
<tabsequence>330</tabsequence>
<border>5</border>
<color>255</color>
<x>171</x>
<y>343</y>
<height>16</height>
<width>78</width>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eligible_ot</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>52</id>
<alignment>0</alignment>
<tabsequence>340</tabsequence>
<border>5</border>
<color>255</color>
<x>471</x>
<y>342</y>
<height>16</height>
<width>70</width>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>standby_mode</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -17,17 +17,13 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(5) update=yes updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(5) update=yes updatewhereclause=yes name=work_site dbname="employee.work_site" )
column=(type=datetime update=yes updatewhereclause=yes name=resi_date dbname="employee.resi_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee.chg_user" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=proj_code dbname="employee.proj_code" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=training_prd dbname="employee.training_prd" initial="0" validation="number(gettext()) >= 0" )
column=(type=datetime update=yes updatewhereclause=yes name=probation_date dbname="employee.probation_date" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=probation_prd dbname="employee.probation_prd" initial="0" validation="number(gettext()) >= 0" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=notice_prd dbname="employee.notice_prd" initial="0" validation="number(gettext()) >= 0" )
column=(type=datetime update=yes updatewhereclause=yes name=relieve_date dbname="employee.relieve_date" )
column=(type=char(5) updatewhereclause=yes name=stan_code dbname="employee.stan_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="employee.confirmed" initial="N" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=probation dbname="employee.probation" initial="N" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="employee.confirmed" initial="N" )
column=(type=char(25) update=yes updatewhereclause=yes name=joined_as dbname="employee.joined_as" )
column=(type=char(5) update=yes updatewhereclause=yes name=hol_tblno dbname="employee.hol_tblno" )
column=(type=datetime update=yes updatewhereclause=yes name=date_join dbname="employee.date_join" )
......@@ -40,8 +36,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(5) update=yes updatewhereclause=yes name=func_group dbname="employee.func_group" )
column=(type=char(10) update=yes updatewhereclause=yes name=pattern_code dbname="employee.pattern_code" )
column=(type=datetime update=yes updatewhereclause=yes name=gratuity_date dbname="employee.gratuity_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot dbname="employee.eligible_ot" initial="N" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=standby_mode dbname="employee.standby_mode" initial="N" values="Yes Y/No N/" )
column=(type=char(5) update=yes updatewhereclause=yes name=work_tblno dbname="employee.work_tblno" )
column=(type=char(10) update=yes updatewhereclause=yes name=supp_code__con dbname="employee.supp_code__con" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=shift_index dbname="employee.shift_index" )
......@@ -53,11 +47,18 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(4000) updatewhereclause=yes name=work_loc_descr dbname="work_loc_descr" )
column=(type=char(4000) updatewhereclause=yes name=occupation_descr dbname="occupation_descr" )
column=(type=char(30) updatewhereclause=yes name=emp_fname_long dbname="employee.emp_fname_long" )
column=(type=char(30) updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" initial="1" )
column=(type=char(30) updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" )
column=(type=char(30) updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=revision_no dbname="employee.revision_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.mode_app~") COLUMN(NAME=~"employee.date_conf~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"employee.work_shift~") COLUMN(NAME=~"employee.shift_rot~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.resi_date~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.proj_code~") COLUMN(NAME=~"employee.training_prd~") COLUMN(NAME=~"employee.probation_date~") COLUMN(NAME=~"employee.probation_prd~") COLUMN(NAME=~"employee.notice_prd~") COLUMN(NAME=~"employee.relieve_date~") COLUMN(NAME=~"employee.stan_code~") COLUMN(NAME=~"employee.confirmed~") COLUMN(NAME=~"employee.probation~") COLUMN(NAME=~"employee.joined_as~") COLUMN(NAME=~"employee.hol_tblno~") COLUMN(NAME=~"employee.date_join~") COLUMN(NAME=~"employee.proc_group~") COLUMN(NAME=~"employee.tot_exp~") COLUMN(NAME=~"employee.status~") COLUMN(NAME=~"employee.site_code__payment~") COLUMN(NAME=~"employee.normal_rate~") COLUMN(NAME=~"employee.ot_rate~") COLUMN(NAME=~"employee.func_group~") COLUMN(NAME=~"employee.pattern_code~") COLUMN(NAME=~"employee.gratuity_date~") COLUMN(NAME=~"employee.eligible_ot~") COLUMN(NAME=~"employee.standby_mode~") COLUMN(NAME=~"employee.work_tblno~") COLUMN(NAME=~"employee.supp_code__con~") COLUMN(NAME=~"employee.shift_index~") COLUMN(NAME=~"employee.occupation_code~") COLUMN(NAME=~"employee.pension_scheme~") COLUMN(NAME=~"employee.user_id~") COLUMN(NAME=~"employee.work_loc_code~") COLUMN(NAME=~"employee.ext_no~") COMPUTE(NAME=~"FN_GET_WORKLOC_DESCR( employee.work_loc_code ) as work_loc_descr~") COMPUTE(NAME=~"FN_GET_DESCR_GENCODES('OCCUPATION_CODE' , 'W_EMP' , employee.occupation_code) as occupation_descr~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_mname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.revision_no~")WHERE( EXP1 =~"( employee.emp_code~" OP =~"=~" EXP2 =~":memp )~" ) ) ARG(NAME = ~"memp~" TYPE = string) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=yes arguments=(("memp", string)) )
groupbox(band=detail text="Work"border="2" color="0" x="5" y="2" height="530" width="587" name=gb_1 visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee.chg_user" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=probation_prd dbname="employee.probation_prd" initial="0" validation="number(gettext()) >= 0" )
column=(type=char(1) update=yes updatewhereclause=yes name=probation dbname="employee.probation" initial="N" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot dbname="employee.eligible_ot" initial="N" )
column=(type=char(1) update=yes updatewhereclause=yes name=standby_mode dbname="employee.standby_mode" initial="N" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.mode_app~") COLUMN(NAME=~"employee.date_conf~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"employee.work_shift~") COLUMN(NAME=~"employee.shift_rot~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.resi_date~") COLUMN(NAME=~"employee.proj_code~") COLUMN(NAME=~"employee.training_prd~") COLUMN(NAME=~"employee.probation_date~") COLUMN(NAME=~"employee.notice_prd~") COLUMN(NAME=~"employee.relieve_date~") COLUMN(NAME=~"employee.stan_code~") COLUMN(NAME=~"employee.confirmed~") COLUMN(NAME=~"employee.joined_as~") COLUMN(NAME=~"employee.hol_tblno~") COLUMN(NAME=~"employee.date_join~") COLUMN(NAME=~"employee.proc_group~") COLUMN(NAME=~"employee.tot_exp~") COLUMN(NAME=~"employee.status~") COLUMN(NAME=~"employee.site_code__payment~") COLUMN(NAME=~"employee.normal_rate~") COLUMN(NAME=~"employee.ot_rate~") COLUMN(NAME=~"employee.func_group~") COLUMN(NAME=~"employee.pattern_code~") COLUMN(NAME=~"employee.gratuity_date~") COLUMN(NAME=~"employee.work_tblno~") COLUMN(NAME=~"employee.supp_code__con~") COLUMN(NAME=~"employee.shift_index~") COLUMN(NAME=~"employee.occupation_code~") COLUMN(NAME=~"employee.pension_scheme~") COLUMN(NAME=~"employee.user_id~") COLUMN(NAME=~"employee.work_loc_code~") COLUMN(NAME=~"employee.ext_no~") COMPUTE(NAME=~"FN_GET_WORKLOC_DESCR( employee.work_loc_code ) as work_loc_descr~") COMPUTE(NAME=~"FN_GET_DESCR_GENCODES('OCCUPATION_CODE' , 'W_EMP' , employee.occupation_code) as occupation_descr~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_mname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.revision_no~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.probation_prd~") COLUMN(NAME=~"employee.probation~") COLUMN(NAME=~"employee.eligible_ot~") COLUMN(NAME=~"employee.standby_mode~")WHERE( EXP1 =~"( employee.emp_code~" OP =~"=~" EXP2 =~":memp )~" ) ) ARG(NAME = ~"memp~" TYPE = string) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=yes arguments=(("memp", string)) )
groupbox(band=detail text="Others :"border="2" color="33554432" x="5" y="539" height="60" width="590" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
groupbox(band=detail text="Work"border="2" color="0" x="3" y="2" height="530" width="587" name=gb_1 visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="67" y="27" height="16" width="101" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Mode of Appoint. :" border="0" color="0" x="44" y="49" height="16" width="124" html.valueishtml="0" name=mode_app_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Joined As :" border="0" color="0" x="67" y="70" height="16" width="101" html.valueishtml="0" name=joined_as_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
......@@ -67,22 +68,21 @@ column(band=detail id=11 alignment="0" tabsequence=50 border="5" color="0" x="17
text(band=detail alignment="1" text="Work Site :" border="0" color="0" x="67" y="133" height="16" width="101" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=12 alignment="0" tabsequence=70 border="5" color="0" x="172" y="133" height="16" width="66" format="[general]" html.valueishtml="0" name=work_site visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Payment Site :" border="0" color="0" x="67" y="154" height="16" width="101" html.valueishtml="0" name=site_code__payment_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=31 alignment="0" tabsequence=90 border="5" color="0" x="172" y="154" height="16" width="66" format="[general]" html.valueishtml="0" name=site_code__payment visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=27 alignment="0" tabsequence=90 border="5" color="0" x="172" y="154" height="16" width="66" format="[general]" html.valueishtml="0" name=site_code__payment visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Training Period :" border="0" color="0" x="67" y="175" height="16" width="101" html.valueishtml="0" name=training_prd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=17 alignment="1" tabsequence=110 border="5" color="0" x="172" y="175" height="16" width="66" format="#0" html.valueishtml="0" name=training_prd visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="1" tabsequence=110 border="5" color="0" x="172" y="175" height="16" width="66" format="#0" html.valueishtml="0" name=training_prd visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Probation Period :" border="0" color="0" x="67" y="196" height="16" width="101" html.valueishtml="0" name=probation_prd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="1" tabsequence=120 border="5" color="0" x="172" y="196" height="16" width="66" format="#0" html.valueishtml="0" name=probation_prd visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=49 alignment="1" tabsequence=120 border="5" color="0" x="172" y="196" height="16" width="66" format="#0" html.valueishtml="0" name=probation_prd visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Notice Period :" border="0" color="0" x="67" y="217" height="16" width="101" html.valueishtml="0" name=notice_prd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=20 alignment="1" tabsequence=130 border="5" color="0" x="172" y="217" height="16" width="66" format="#0" html.valueishtml="0" name=notice_prd visible="1" edit.limit=3 edit.case=any edit.format="##0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="1" tabsequence=130 border="5" color="0" x="172" y="217" height="16" width="66" format="#0" html.valueishtml="0" name=notice_prd visible="1" edit.limit=3 edit.case=any edit.format="##0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Relieved on :" border="0" color="0" x="67" y="238" height="16" width="101" html.valueishtml="0" name=relieve_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="255" x="172" y="238" height="16" width="66" format="[shortdate] [time]" html.valueishtml="0" name=relieve_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="255" x="172" y="238" height="16" width="66" format="[shortdate] [time]" html.valueishtml="0" name=relieve_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Shift Rotate :" border="0" color="0" x="67" y="259" height="16" width="101" html.valueishtml="0" name=shift_rot_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Normal Rate :" border="0" color="33554432" x="75" y="280" height="16" width="93" html.valueishtml="0" name=normal_rate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=32 alignment="1" tabsequence=160 border="5" color="0" x="172" y="280" height="16" width="73" format="[general]" html.valueishtml="0" name=normal_rate visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Function Group :" border="0" color="33554432" x="62" y="301" height="16" width="106" html.valueishtml="0" name=function_group_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=36 alignment="0" tabsequence=190 border="5" color="0" x="172" y="322" height="16" width="73" format="[shortdate] [time]" html.valueishtml="0" name=gratuity_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=37 alignment="0" tabsequence=210 border="5" color="0" x="172" y="343" height="16" width="63" format="[general]" html.valueishtml="0" name=eligible_ot visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=35 alignment="0" tabsequence=230 border="5" color="0" x="172" y="364" height="16" width="73" format="[general]" html.valueishtml="0" name=pattern_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=28 alignment="1" tabsequence=160 border="5" color="0" x="172" y="280" height="16" width="73" format="[general]" html.valueishtml="0" name=normal_rate visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Function Group :" border="0" color="33554432" x="62" y="301" height="16" width="106" html.valueishtml="0" name=func_group_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=32 alignment="0" tabsequence=190 border="5" color="0" x="172" y="322" height="16" width="73" format="[shortdate] [time]" html.valueishtml="0" name=gratuity_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=31 alignment="0" tabsequence=230 border="5" color="0" x="172" y="364" height="16" width="73" format="[general]" html.valueishtml="0" name=pattern_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Occupation Code :" border="0" color="33554432" x="55" y="385" height="16" width="113" html.valueishtml="0" name=occupation_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=9 alignment="0" tabsequence=150 border="5" color="0" x="172" y="259" height="16" width="73" format="[general]" html.valueishtml="0" name=shift_rot visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Pension Scheme :" border="0" color="33554432" x="69" y="406" height="16" width="99" html.valueishtml="0" name=pension_scheme_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
......@@ -91,62 +91,66 @@ text(band=detail alignment="1" text="User ID :" border="0" color="33554432" x="6
text(band=detail alignment="1" text="Gratuity Date :" border="0" color="33554432" x="75" y="322" height="16" width="93" html.valueishtml="0" name=gratuity_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Eligible For Extra Working :" border="0" color="33554432" x="16" y="343" height="16" width="152" html.valueishtml="0" name=eligible_ot_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Pattern Code :" border="0" color="33554432" x="75" y="364" height="16" width="93" html.valueishtml="0" name=pattern_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="255" x="172" y="301" height="16" width="73" format="[general]" html.valueishtml="0" name=func_group visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=45 alignment="0" tabsequence=270 border="5" color="0" x="172" y="427" height="16" width="73" format="[general]" html.valueishtml="0" name=work_loc_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=44 alignment="0" tabsequence=280 border="5" color="0" x="172" y="448" height="16" width="91" format="[general]" html.valueishtml="0" name=user_id visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="255" x="172" y="469" height="16" width="91" format="[general]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg Date :" border="0" color="33554432" x="69" y="469" height="16" width="99" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=27 alignment="0" tabsequence=30 border="5" color="0" x="475" y="70" height="16" width="66" format="[general]" html.valueishtml="0" name=date_join visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="255" x="450" y="91" height="16" width="91" format="[general]" html.valueishtml="0" name=proj_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=29 alignment="1" tabsequence=60 border="5" color="0" x="450" y="112" height="16" width="91" format="##0" html.valueishtml="0" name=tot_exp visible="1" editmask.mask="##0" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=28 alignment="0" tabsequence=80 border="5" color="0" x="450" y="133" height="16" width="91" format="[general]" html.valueishtml="0" name=proc_group visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=26 alignment="0" tabsequence=100 border="5" color="0" x="450" y="154" height="16" width="91" format="" html.valueishtml="0" name=hol_tblno visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="255" x="503" y="175" height="16" width="38" format="[general]" html.valueishtml="0" name=probation visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="255" x="503" y="196" height="16" width="38" format="[general]" html.valueishtml="0" name=confirmed visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="172" y="301" height="16" width="73" format="[general]" html.valueishtml="0" name=func_group visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=39 alignment="0" tabsequence=270 border="5" color="0" x="172" y="427" height="16" width="73" format="[general]" html.valueishtml="0" name=work_loc_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=38 alignment="0" tabsequence=280 border="5" color="0" x="172" y="448" height="16" width="91" format="[general]" html.valueishtml="0" name=user_id visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Chg Date :" border="0" color="33554432" x="21" y="569" height="16" width="99" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=23 alignment="0" tabsequence=30 border="5" color="0" x="475" y="70" height="16" width="66" format="[shortdate] [time]" html.valueishtml="0" name=date_join visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="450" y="91" height="16" width="91" format="[general]" html.valueishtml="0" name=proj_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=25 alignment="1" tabsequence=60 border="5" color="0" x="450" y="112" height="16" width="91" format="##0" html.valueishtml="0" name=tot_exp visible="1" editmask.mask="##0" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=80 border="5" color="0" x="450" y="133" height="16" width="91" format="[general]" html.valueishtml="0" name=proc_group visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=22 alignment="0" tabsequence=100 border="5" color="0" x="450" y="154" height="16" width="91" format="" html.valueishtml="0" name=hol_tblno visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="255" x="503" y="196" height="16" width="38" format="[Yes/No]" html.valueishtml="0" name=confirmed visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="481" y="217" height="16" width="60" format="[general]" html.valueishtml="0" name=resi_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=8 alignment="0" tabsequence=140 border="5" color="0" x="450" y="238" height="16" width="91" format="[general]" html.valueishtml="0" name=work_shift visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="450" y="259" height="16" width="91" format="[general]" html.valueishtml="0" name=status visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=33 alignment="1" tabsequence=170 border="5" color="0" x="468" y="280" height="16" width="73" format="[general]" html.valueishtml="0" name=ot_rate visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=40 alignment="0" tabsequence=180 border="5" color="0" x="468" y="301" height="16" width="73" format="[general]" html.valueishtml="0" name=supp_code__con visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=39 alignment="0" tabsequence=200 border="5" color="0" x="468" y="322" height="16" width="73" format="[general]" html.valueishtml="0" name=work_tblno visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=38 alignment="0" tabsequence=220 border="5" color="0" x="468" y="343" height="16" width="73" format="[general]" html.valueishtml="0" name=standby_mode visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=46 alignment="0" tabsequence=290 border="5" color="0" x="468" y="448" height="16" width="73" format="[general]" html.valueishtml="0" name=ext_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="450" y="469" height="16" width="91" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="5" color="255" x="450" y="259" height="16" width="91" format="[general]" html.valueishtml="0" name=status visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=29 alignment="1" tabsequence=170 border="5" color="0" x="468" y="280" height="16" width="73" format="[general]" html.valueishtml="0" name=ot_rate visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=34 alignment="0" tabsequence=180 border="5" color="0" x="468" y="301" height="16" width="73" format="[general]" html.valueishtml="0" name=supp_code__con visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=33 alignment="0" tabsequence=200 border="5" color="0" x="468" y="322" height="16" width="73" format="[general]" html.valueishtml="0" name=work_tblno visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=40 alignment="0" tabsequence=290 border="5" color="0" x="468" y="448" height="16" width="73" format="[general]" html.valueishtml="0" name=ext_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Joined on :" border="0" color="0" x="408" y="70" height="16" width="63" html.valueishtml="0" name=date_join_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Current Project :" border="0" color="0" x="340" y="91" height="16" width="106" html.valueishtml="0" name=proj_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Previous Experience :" border="0" color="0" x="327" y="112" height="16" width="119" html.valueishtml="0" name=tot_exp_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Process Group :" border="0" color="0" x="360" y="133" height="16" width="86" html.valueishtml="0" name=proc_group_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Holiday Table :" border="0" color="0" x="360" y="154" height="16" width="86" html.valueishtml="0" name=hol_tblno_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Probation Date :" border="0" color="0" x="332" y="175" height="16" width="103" html.valueishtml="0" name=probation_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="255" x="439" y="175" height="16" width="60" format="[shortdate] [time]" html.valueishtml="0" name=probation_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Confirmation Date :" border="0" color="0" x="329" y="196" height="16" width="106" html.valueishtml="0" name=date_conf_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x="439" y="196" height="16" width="60" format="[general]" html.valueishtml="0" name=date_conf visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Probation Date :" border="0" color="0" x="271" y="175" height="16" width="96" html.valueishtml="0" name=probation_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="255" x="373" y="175" height="16" width="60" format="[shortdate] [time]" html.valueishtml="0" name=probation_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Confirmation Date :" border="0" color="0" x="246" y="196" height="16" width="106" html.valueishtml="0" name=date_conf_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x="357" y="196" height="16" width="60" format="[general]" html.valueishtml="0" name=date_conf visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Resignation Date :" border="0" color="0" x="360" y="217" height="16" width="117" html.valueishtml="0" name=resi_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Work Shift :" border="0" color="0" x="368" y="238" height="16" width="78" html.valueishtml="0" name=work_shift_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Status :" border="0" color="0" x="368" y="258" height="16" width="78" html.valueishtml="0" name=status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Extra Working Rate :" border="0" color="33554432" x="344" y="280" height="16" width="120" html.valueishtml="0" name=ot_rate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Contractor Code :" border="0" color="33554432" x="359" y="301" height="16" width="105" html.valueishtml="0" name=supp_code__con_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Work Table :" border="0" color="33554432" x="393" y="322" height="16" width="71" html.valueishtml="0" name=period_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Work Table :" border="0" color="33554432" x="393" y="322" height="16" width="71" html.valueishtml="0" name=work_tblno_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Standby Mode :" border="0" color="33554432" x="360" y="343" height="16" width="104" html.valueishtml="0" name=standby_mode_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Shift Index :" border="0" color="33554432" x="401" y="364" height="16" width="63" html.valueishtml="0" name=shift_index_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Ext. No. :" border="0" color="33554432" x="405" y="448" height="16" width="59" html.valueishtml="0" name=ext_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg User :" border="0" color="33554432" x="346" y="469" height="16" width="99" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=41 alignment="0" tabsequence=240 border="5" color="0" x="468" y="364" height="16" width="73" format="[general]" html.valueishtml="0" name=shift_index visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Chg User :" border="0" color="33554432" x="249" y="569" height="16" width="99" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=35 alignment="0" tabsequence=240 border="5" color="0" x="468" y="364" height="16" width="73" format="[general]" html.valueishtml="0" name=shift_index visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=10 border="5" color="0" x="172" y="49" height="16" width="369" format="[general]" html.valueishtml="0" name=mode_app visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=48 alignment="0" tabsequence=32766 border="5" color="0" x="243" y="385" height="16" width="298" format="[general]" html.valueishtml="0" name=occupation_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=47 alignment="0" tabsequence=32766 border="5" color="255" x="249" y="427" height="16" width="292" format="[general]" html.valueishtml="0" name=work_loc_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=25 alignment="0" tabsequence=20 border="5" color="0" x="172" y="70" height="16" width="182" format="[general]" html.valueishtml="0" name=joined_as visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=43 alignment="0" tabsequence=260 border="5" color="0" x="172" y="406" height="16" width="182" format="[general]" html.valueishtml="0" name=pension_scheme visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=42 alignment="0" tabsequence=32766 border="5" color="0" x="370" y="385" height="16" width="173" format="[general]" html.valueishtml="0" name=occupation_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="255" x="249" y="427" height="16" width="292" format="[general]" html.valueishtml="0" name=work_loc_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=21 alignment="0" tabsequence=20 border="5" color="0" x="172" y="70" height="16" width="182" format="[General]" html.valueishtml="0" name=joined_as visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=37 alignment="0" tabsequence=260 border="5" color="0" x="172" y="406" height="16" width="182" format="[general]" html.valueishtml="0" name=pension_scheme visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=40 border="5" color="0" x="172" y="91" height="16" width="66" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=42 alignment="0" tabsequence=250 border="5" color="0" x="172" y="385" height="16" width="66" format="[general]" html.valueishtml="0" name=occupation_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=36 alignment="0" tabsequence=250 border="5" color="0" x="173" y="385" height="16" width="66" format="[general]" html.valueishtml="0" name=occupation_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="248" y="492" height="16" width="95" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="347" y="492" height="16" width="95" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="446" y="492" height="16" width="95" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="172" y="27" height="17" width="72" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=49 alignment="0" tabsequence=32766 border="5" color="0" x="248" y="27" height="15" width="95" format="[general]" html.valueishtml="0" name=emp_fname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=50 alignment="0" tabsequence=32766 border="5" color="0" x="347" y="27" height="15" width="95" format="[general]" html.valueishtml="0" name=emp_mname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=51 alignment="0" tabsequence=32766 border="5" color="0" x="446" y="27" height="15" width="95" format="[general]" html.valueishtml="0" name=emp_lname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=52 alignment="0" tabsequence=32766 border="0" color="0" x="171" y="492" height="15" width="73" format="[general]" html.valueishtml="0" name=revision_no visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=43 alignment="0" tabsequence=32766 border="5" color="0" x="248" y="27" height="15" width="95" format="[general]" html.valueishtml="0" name=emp_fname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=44 alignment="0" tabsequence=32766 border="5" color="0" x="347" y="27" height="15" width="95" format="[general]" html.valueishtml="0" name=emp_mname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=45 alignment="0" tabsequence=32766 border="5" color="0" x="446" y="27" height="15" width="95" format="[general]" html.valueishtml="0" name=emp_lname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=46 alignment="0" tabsequence=32766 border="0" color="0" x="171" y="492" height="15" width="73" format="[general]" html.valueishtml="0" name=revision_no visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="0" text="Occupation Descr" border="0" color="0" x="257" y="385" height="16" width="109" html.valueishtml="0" name=occupation_descr_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="0" text="Probation : " border="0" color="0" x="436" y="175" height="16" width="63" html.valueishtml="0" name=probation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Confirmed :" border="0" color="0" x="427" y="196" height="16" width="71" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=47 alignment="0" tabsequence=300 border="0" color="0" x="126" y="569" height="16" width="55" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=48 alignment="0" tabsequence=310 border="0" color="0" x="352" y="569" height="16" width="50" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=50 alignment="0" tabsequence=320 border="5" color="255" x="501" y="174" height="16" width="40" format="[Yes/No]" html.valueishtml="0" name=probation visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=51 alignment="0" tabsequence=330 border="5" color="255" x="171" y="343" height="16" width="78" format="[Yes/No]" html.valueishtml="0" name=eligible_ot visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=52 alignment="0" tabsequence=340 border="5" color="255" x="471" y="342" height="16" width="70" format="[Yes/No]" html.valueishtml="0" name=standby_mode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
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