Commit d0910e19 authored by arawankar's avatar arawankar

-Check In on behalf of Rohini T.

-Changes made in below xml and srd file to add retirement age and retirement date column

emp_complete21.xml
emp_master21.xml
emp_temp21.xml
emp_work_info21.xml
d_emp_master21.srd
d_emp_temp21.srd
d_emp_work_info21.srd
d_empfull_edit.srd

-Added alter statement for below 2 columns
1.Retirement_age  2.Retirement_date
A18KSUN005.SQL
DDL_A18KSUN005.SQL


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@199531 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3656237f
set define off;
ALTER TABLE EMPLOYEE ADD RETIREMENT_AGE NUMBER(3);
ALTER TABLE EMPLOYEE ADD RETIREMENT_DATE DATE ;
Insert into SITE_ENV (SITE_CODE,MODULE_CODE,LEVEL_TYPE,LEVEL_CODE,PAR_NAME,DESCR,EFF_DATE,UPTO_DATE,PAR_VALUE,CHG_DATE,CHG_USER,CHG_TERM,DDF_LVDESC)
values ('99999','ADM','X','ZZZZZ','RETIREMENT_CALC_DBF','Parameter for retirement date calculatio','01-JAN-2019','01-DEC-2040',null,SYSDATE,'BASE ','BASE',null);
Insert into SITE_ENV (SITE_CODE,MODULE_CODE,LEVEL_TYPE,LEVEL_CODE,PAR_NAME,DESCR,EFF_DATE,UPTO_DATE,PAR_VALUE,CHG_DATE,CHG_USER,CHG_TERM,DDF_LVDESC)
values ('99999','ADM','X','ZZZZZ','RETIREMENT_DATE','RETIREMENT_DATE','01-JAN-2019','01-DEC-2040','Y',SYSDATE,'BASE ','BASE ',null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_complete','1','retirement_age',null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_work_info','1','retirement_age',null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_master','1','retirement_age',null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_work_info','1','retirement_age',null);
commit;
ALTER TABLE EMPLOYEE ADD RETIREMENT_AGE NUMBER(3);
ALTER TABLE EMPLOYEE ADD RETIREMENT_DATE DATE ;
INSERT INTO pbcatcol( pbc_tnam, pbc_ownr, pbc_cnam, pbc_labl, pbc_lpos, pbc_hdr, pbc_hpos, pbc_jtfy, pbc_mask, pbc_case, pbc_hght, pbc_wdth, pbc_ptrn, pbc_bmap, pbc_init, pbc_edit, pbc_cmnt )VALUES ('EMPLOYEE', 'APPVIS', 'RETIREMENT_AGE', 'retirement_age', 23, 'retirement_age', 25, 25, '', 0, 0, 0, '', 'N', '', '', 'Retirement age of the employee') ;
INSERT INTO pbcatcol( pbc_tnam, pbc_ownr, pbc_cnam, pbc_labl, pbc_lpos, pbc_hdr, pbc_hpos, pbc_jtfy, pbc_mask, pbc_case, pbc_hght, pbc_wdth, pbc_ptrn, pbc_bmap, pbc_init, pbc_edit, pbc_cmnt )VALUES ('EMPLOYEE', 'APPVIS', 'RETIREMENT_DATE', 'retirement_date', 23, 'retirement_date', 25, 25, '', 0, 0, 0, '', 'N', '', '', 'Retirement date of the employee') ;
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -257,15 +257,6 @@ ...@@ -257,15 +257,6 @@
<name>proc_group</name> <name>proc_group</name>
<dbname>employee.proc_group</dbname> <dbname>employee.proc_group</dbname>
</table_column> </table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>tot_exp</name>
<dbname>employee.tot_exp</dbname>
<initial>0</initial>
<validation>number(gettext()) &gt;= 0</validation>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
...@@ -436,7 +427,21 @@ ...@@ -436,7 +427,21 @@
<name>revision_no</name> <name>revision_no</name>
<dbname>employee.revision_no</dbname> <dbname>employee.revision_no</dbname>
</table_column> </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 precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>retirement_age</name>
<dbname>employee.retirement_age</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>retirement_date</name>
<dbname>employee.retirement_date</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.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;) COLUMN(NAME=&quot;employee.retirement_age&quot;) COLUMN(NAME=&quot;employee.retirement_date&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> <update>EMPLOYEE</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>yes</updatekeyinplace> <updatekeyinplace>yes</updatekeyinplace>
...@@ -452,7 +457,7 @@ ...@@ -452,7 +457,7 @@
<color>0</color> <color>0</color>
<x>5</x> <x>5</x>
<y>2</y> <y>2</y>
<height>530</height> <height>581</height>
<width>587</width> <width>587</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
...@@ -679,7 +684,7 @@ ...@@ -679,7 +684,7 @@
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -743,9 +748,9 @@ ...@@ -743,9 +748,9 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>31</id> <id>30</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -811,7 +816,7 @@ ...@@ -811,7 +816,7 @@
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>17</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>110</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -877,7 +882,7 @@ ...@@ -877,7 +882,7 @@
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>19</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>120</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -943,7 +948,7 @@ ...@@ -943,7 +948,7 @@
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>20</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>130</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -1098,9 +1103,9 @@ ...@@ -1098,9 +1103,9 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>32</id> <id>31</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>160</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -1164,9 +1169,9 @@ ...@@ -1164,9 +1169,9 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>36</id> <id>35</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>180</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -1199,9 +1204,9 @@ ...@@ -1199,9 +1204,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>37</id> <id>36</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>210</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -1235,9 +1240,9 @@ ...@@ -1235,9 +1240,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>35</id> <id>34</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>230</tabsequence> <tabsequence>220</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -1303,7 +1308,7 @@ ...@@ -1303,7 +1308,7 @@
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>150</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -1505,7 +1510,7 @@ ...@@ -1505,7 +1510,7 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>34</id> <id>33</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
...@@ -1543,9 +1548,9 @@ ...@@ -1543,9 +1548,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>45</id> <id>44</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>270</tabsequence> <tabsequence>260</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -1580,9 +1585,9 @@ ...@@ -1580,9 +1585,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>44</id> <id>43</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>280</tabsequence> <tabsequence>270</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -1615,72 +1620,6 @@ ...@@ -1615,72 +1620,6 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </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>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_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>67108864</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>27</id>
...@@ -1752,46 +1691,11 @@ ...@@ -1752,46 +1691,11 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>29</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>450</x>
<y>112</y>
<height>16</height>
<width>91</width>
<format>##0</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tot_exp</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>##0</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>28</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>450</x> <x>450</x>
...@@ -1829,7 +1733,7 @@ ...@@ -1829,7 +1733,7 @@
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>26</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>450</x> <x>450</x>
...@@ -1973,7 +1877,7 @@ ...@@ -1973,7 +1877,7 @@
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>450</x> <x>450</x>
...@@ -2008,7 +1912,7 @@ ...@@ -2008,7 +1912,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>30</id> <id>29</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
...@@ -2044,9 +1948,9 @@ ...@@ -2044,9 +1948,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>33</id> <id>32</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>170</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>468</x> <x>468</x>
...@@ -2082,9 +1986,9 @@ ...@@ -2082,9 +1986,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>40</id> <id>39</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>180</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>468</x> <x>468</x>
...@@ -2119,9 +2023,9 @@ ...@@ -2119,9 +2023,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>39</id> <id>38</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>190</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>468</x> <x>468</x>
...@@ -2156,9 +2060,9 @@ ...@@ -2156,9 +2060,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>38</id> <id>37</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>220</tabsequence> <tabsequence>210</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>468</x> <x>468</x>
...@@ -2192,9 +2096,9 @@ ...@@ -2192,9 +2096,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>46</id> <id>45</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>290</tabsequence> <tabsequence>280</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>468</x> <x>468</x>
...@@ -2227,44 +2131,6 @@ ...@@ -2227,44 +2131,6 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -2783,39 +2649,11 @@ ...@@ -2783,39 +2649,11 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User :</text>
<border>0</border>
<color>33554432</color>
<x>346</x>
<y>469</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_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>67108864</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>41</id> <id>40</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>240</tabsequence> <tabsequence>230</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>468</x> <x>468</x>
...@@ -2888,7 +2726,7 @@ ...@@ -2888,7 +2726,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>48</id> <id>47</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
...@@ -2926,7 +2764,7 @@ ...@@ -2926,7 +2764,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>47</id> <id>46</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
...@@ -3001,9 +2839,9 @@ ...@@ -3001,9 +2839,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>43</id> <id>42</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>260</tabsequence> <tabsequence>250</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -3077,9 +2915,9 @@ ...@@ -3077,9 +2915,9 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>42</id> <id>41</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>250</tabsequence> <tabsequence>240</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>172</x> <x>172</x>
...@@ -3115,23 +2953,23 @@ ...@@ -3115,23 +2953,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>248</x> <x>172</x>
<y>492</y> <y>27</y>
<height>16</height> <height>17</height>
<width>95</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -3153,27 +2991,61 @@ ...@@ -3153,27 +2991,61 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>48</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>248</x>
<y>27</y>
<height>15</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_long</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>49</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>347</x> <x>347</x>
<y>492</y> <y>27</y>
<height>16</height> <height>15</height>
<width>95</width> <width>95</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname</name> <name>emp_mname_long</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3191,27 +3063,25 @@ ...@@ -3191,27 +3063,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>50</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>446</x> <x>446</x>
<y>492</y> <y>27</y>
<height>16</height> <height>15</height>
<width>95</width> <width>95</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>emp_lname_long</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3229,23 +3099,165 @@ ...@@ -3229,23 +3099,165 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>52</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>290</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>171</x>
<y>469</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_age</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>53</id>
<alignment>0</alignment>
<tabsequence>300</tabsequence>
<border>5</border>
<color>0</color>
<x>171</x>
<y>489</y>
<height>15</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date</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>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Age :</text>
<border>0</border>
<color>0</color>
<x>59</x>
<y>469</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_age_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Date :</text>
<border>0</border>
<color>0</color>
<x>59</x>
<y>488</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date :</text>
<border>0</border>
<color>33554432</color>
<x>69</x>
<y>509</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_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>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>172</x> <x>172</x>
<y>27</y> <y>509</y>
<height>17</height> <height>16</height>
<width>72</width> <width>91</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -3262,26 +3274,92 @@ ...@@ -3262,26 +3274,92 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User :</text>
<border>0</border>
<color>33554432</color>
<x>346</x>
<y>509</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_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>67108864</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>49</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color>
<x>450</x>
<y>509</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>
<ColumnObject>
<band>Detail</band>
<id>51</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color> <color>0</color>
<x>248</x> <x>171</x>
<y>27</y> <y>532</y>
<height>15</height> <height>15</height>
<width>95</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname_long</name> <name>revision_no</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -3303,25 +3381,27 @@ ...@@ -3303,25 +3381,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>50</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>347</x> <x>248</x>
<y>27</y> <y>532</y>
<height>15</height> <height>16</height>
<width>95</width> <width>95</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname_long</name> <name>emp_fname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3339,25 +3419,27 @@ ...@@ -3339,25 +3419,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>51</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>446</x> <x>347</x>
<y>27</y> <y>532</y>
<height>15</height> <height>16</height>
<width>95</width> <width>95</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname_long</name> <name>emp_mname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3375,20 +3457,29 @@ ...@@ -3375,20 +3457,29 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>52</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>171</x> <x>446</x>
<y>492</y> <y>532</y>
<height>15</height> <height>16</height>
<width>73</width> <width>95</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>revision_no</name> <name>emp_lname</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,7 +3,7 @@ release 9; ...@@ -3,7 +3,7 @@ release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=2136 color="536870912" ) detail(height=2182 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee.emp_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=contact_code dbname="employee.contact_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=contact_code dbname="employee.contact_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=emp_type dbname="employee.emp_type" ) column=(type=char(1) update=yes updatewhereclause=yes name=emp_type dbname="employee.emp_type" )
...@@ -183,7 +183,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -183,7 +183,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(30) update=yes updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" ) column=(type=char(30) update=yes updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" )
column=(type=char(30) update=yes updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" ) column=(type=char(30) update=yes 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" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=revision_no dbname="employee.revision_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) TABLE(NAME=~"grade~" ) TABLE(NAME=~"cadre~" ) TABLE(NAME=~"department~" ) TABLE(NAME=~"business_units~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.contact_code~") COLUMN(NAME=~"employee.emp_type~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"employee.emp_code__link~") COLUMN(NAME=~"employee.dept_code~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.report_to~") COLUMN(NAME=~"employee.short_name~") COLUMN(NAME=~"employee.m_status~") COLUMN(NAME=~"employee.m_status_date~") COLUMN(NAME=~"employee.sex~") COLUMN(NAME=~"employee.name_prefix~") COLUMN(NAME=~"employee.birth_date~") COLUMN(NAME=~"employee.blood_grp~") COLUMN(NAME=~"employee.hobby1~") COLUMN(NAME=~"employee.hobby2~") COLUMN(NAME=~"employee.hobby3~") COLUMN(NAME=~"employee.hobby4~") COLUMN(NAME=~"employee.nationality~") COLUMN(NAME=~"employee.citizen~") COLUMN(NAME=~"employee.religion~") COLUMN(NAME=~"employee.contact_pers~") COLUMN(NAME=~"employee.contact_add1~") COLUMN(NAME=~"employee.contact_add2~") COLUMN(NAME=~"employee.contact_add3~") COLUMN(NAME=~"employee.contact_city~") COLUMN(NAME=~"employee.contact_state~") COLUMN(NAME=~"employee.contact_tel~") COLUMN(NAME=~"employee.contact_pin~") COLUMN(NAME=~"employee.cur_add1~") COLUMN(NAME=~"employee.cur_add2~") COLUMN(NAME=~"employee.cur_add3~") COLUMN(NAME=~"employee.cur_city~") COLUMN(NAME=~"employee.cur_state~") COLUMN(NAME=~"employee.cur_pin~") COLUMN(NAME=~"employee.cur_tel1~") COLUMN(NAME=~"employee.cur_tel2~") COLUMN(NAME=~"employee.cur_tel3~") COLUMN(NAME=~"employee.per_add1~") COLUMN(NAME=~"employee.per_add2~") COLUMN(NAME=~"employee.per_add3~") COLUMN(NAME=~"employee.per_city~") COLUMN(NAME=~"employee.per_state~") COLUMN(NAME=~"employee.per_pin~") COLUMN(NAME=~"employee.per_tel~") COLUMN(NAME=~"employee.joined_as~") COLUMN(NAME=~"employee.date_join~") COLUMN(NAME=~"employee.mode_app~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.tot_exp~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.proc_group~") COLUMN(NAME=~"employee.training_prd~") COLUMN(NAME=~"employee.probation_date~") COLUMN(NAME=~"employee.probation_prd~") COLUMN(NAME=~"employee.date_conf~") COLUMN(NAME=~"employee.notice_prd~") COLUMN(NAME=~"employee.resi_date~") COLUMN(NAME=~"employee.relieve_date~") COLUMN(NAME=~"employee.hol_tblno~") COLUMN(NAME=~"employee.work_shift~") COLUMN(NAME=~"employee.shift_rot~") COLUMN(NAME=~"employee.pay_type~") COLUMN(NAME=~"employee.pf_no~") COLUMN(NAME=~"employee.pay_mode~") COLUMN(NAME=~"employee.fpf_no~") COLUMN(NAME=~"employee.basic~") COLUMN(NAME=~"employee.esic_no~") COLUMN(NAME=~"employee.gross~") COLUMN(NAME=~"employee.it_no~") COLUMN(NAME=~"employee.bank_code~") COLUMN(NAME=~"employee.acct_code__sal~") COLUMN(NAME=~"employee.bank_acct~") COLUMN(NAME=~"employee.cctr_code__sal~") COLUMN(NAME=~"employee.dd_payable_bank~") COLUMN(NAME=~"employee.with_held~") COLUMN(NAME=~"employee.stan_code~") COLUMN(NAME=~"employee.stan_code__hq~") COLUMN(NAME=~"employee.other_info~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.chg_term~") COLUMN(NAME=~"employee.state_code__domicile~") COLUMN(NAME=~"employee.proj_code~") COLUMN(NAME=~"employee.depute_no~") COLUMN(NAME=~"employee.rating~") COLUMN(NAME=~"employee.probation~") COLUMN(NAME=~"employee.confirmed~") COLUMN(NAME=~"employee.alter_code~") COLUMN(NAME=~"employee.appr_no__last~") COLUMN(NAME=~"employee.status~") COLUMN(NAME=~"employee.design_code~") COLUMN(NAME=~"employee.site_code__payment~") COLUMN(NAME=~"employee.mobile_no~") COLUMN(NAME=~"employee.sms_domain~") COLUMN(NAME=~"employee.email_id_off~") COLUMN(NAME=~"employee.email_id_per~") COLUMN(NAME=~"employee.func_group~") COLUMN(NAME=~"employee.report_to__admin~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to__admin,'L') admin_lname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to__admin,'F') admin_fname~") COLUMN(NAME=~"employee.normal_rate~") COLUMN(NAME=~"employee.ot_rate~") COLUMN(NAME=~"employee.maiden_name~") COLUMN(NAME=~"employee.birth_place~") COLUMN(NAME=~"employee.resi_permit_no~") COLUMN(NAME=~"employee.resi_permit_upto~") COLUMN(NAME=~"employee.social_security_no~") 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.ime_no~") COLUMN(NAME=~"employee.emp_class~") COLUMN(NAME=~"employee.occupation_code~") COMPUTE(NAME=~"' ' as class_descr~") COMPUTE(NAME=~"' ' as occ_descr~") COLUMN(NAME=~"employee.work_ctr~") COLUMN(NAME=~"employee.pos_code~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to__admin,'M') admin_mname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to,'F') report_fname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to,'M') report_mname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to,'L') report_lname~") COLUMN(NAME=~"employee.esi_dispensary~") COLUMN(NAME=~"employee.emp_code__hod~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__hod,'F') emp_code_hod__fname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__hod,'M') emp_code_hod__mname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__hod,'L') emp_code_hod__lname~") COMPUTE(NAME=~"FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) pos_code_descr~") COLUMN(NAME=~"employee.auto_adv~") COLUMN(NAME=~"employee.pension_scheme~") COLUMN(NAME=~"employee.user_id~") COLUMN(NAME=~"employee.work_loc_code~") COLUMN(NAME=~"employee.parent_dept~") COLUMN(NAME=~"employee.ext_no~") COLUMN(NAME=~"employee.pf_uan~") COLUMN(NAME=~"employee.group_mediclaim~") COLUMN(NAME=~"employee.aadhar_card_no~") COLUMN(NAME=~"employee.election_card_no~") COLUMN(NAME=~"employee.driv_lic_no~") COLUMN(NAME=~"employee.driv_lic_valid_upto~") COLUMN(NAME=~"employee.physical_handicap~") COLUMN(NAME=~"employee.handicap_category~") COLUMN(NAME=~"employee.insider_trading_opt~") COMPUTE(NAME=~"FN_GET_DEPT_DESCR(employee.parent_dept) parent_dept_descr~") COLUMN(NAME=~"grade.descr~") COLUMN(NAME=~"cadre.descr~") COMPUTE(NAME=~"FN_GET_DEPT_DESCR(employee.dept_code) department_descr~") COLUMN(NAME=~"employee.pension_eligible~") COLUMN(NAME=~"employee.ifsc~") COLUMN(NAME=~"employee.bu_code~") COLUMN(NAME=~"business_units.descr~") COLUMN(NAME=~"employee.emp_code__funchead~") COLUMN(NAME=~"business_units.emp_code__head~") COMPUTE(NAME=~"FN_GET_BUFUNC_DESCR(employee.func_group) func_group_descr~") COMPUTE(NAME=~"FN_DEPT_HIER_DESC(employee.dept_code) as dept_hierarchy~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__funchead,'X') as funchead_name~") COMPUTE(NAME=~"FN_GET_EMP_NAME(business_units.emp_code__head,'X') as buhead_name~") COLUMN(NAME=~"employee.mother_tongue~") COLUMN(NAME=~"employee.cast_category~") COLUMN(NAME=~"employee.count_code__birth~") COLUMN(NAME=~"employee.job_title~") COLUMN(NAME=~"employee.emp_id_external~") COMPUTE(NAME=~"FN_GET_GEN_DESCR('LANGUAGE' , 'W_EMP_COMPLETE' , employee.mother_tongue , 'D') as mother_tongue_descr~") COMPUTE(NAME=~"FN_GET_COUNT_DESCR(employee.count_code__birth) as birth_country_descr~") COMPUTE(NAME=~"FN_GET_GEN_DESCR('CAST_CATEGORY' , 'W_EMP_COMPLETE' , trim(employee.cast_category), 'D') as cast_category_descr~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_mname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.revision_no~") JOIN (LEFT=~"employee.grade~" OP =~"=~"RIGHT=~"grade.grade_code~" OUTER1 =~"employee.grade~" ) JOIN (LEFT=~"employee.cadre~" OP =~"=~"RIGHT=~"cadre.cadre_code~" OUTER1 =~"employee.cadre~" ) JOIN (LEFT=~"employee.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" OUTER1 =~"employee.dept_code~" ) JOIN (LEFT=~"employee.bu_code~" OP =~"=~"RIGHT=~"business_units.bu_code~" OUTER1 =~"employee.bu_code~" )WHERE( EXP1 =~"emp_code~" OP =~"=~" EXP2 =~":a_emp_code~" ) ) ARG(NAME = ~"a_emp_code~" TYPE = string) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=no arguments=(("a_emp_code", string)) ) column=(type=decimal(0) update=yes updatewhereclause=yes name=retirement_age dbname="employee.retirement_age" )
column=(type=datetime update=yes updatewhereclause=yes name=retirement_date dbname="employee.retirement_date" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) TABLE(NAME=~"grade~" ) TABLE(NAME=~"cadre~" ) TABLE(NAME=~"department~" ) TABLE(NAME=~"business_units~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.contact_code~") COLUMN(NAME=~"employee.emp_type~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"employee.emp_code__link~") COLUMN(NAME=~"employee.dept_code~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.report_to~") COLUMN(NAME=~"employee.short_name~") COLUMN(NAME=~"employee.m_status~") COLUMN(NAME=~"employee.m_status_date~") COLUMN(NAME=~"employee.sex~") COLUMN(NAME=~"employee.name_prefix~") COLUMN(NAME=~"employee.birth_date~") COLUMN(NAME=~"employee.blood_grp~") COLUMN(NAME=~"employee.hobby1~") COLUMN(NAME=~"employee.hobby2~") COLUMN(NAME=~"employee.hobby3~") COLUMN(NAME=~"employee.hobby4~") COLUMN(NAME=~"employee.nationality~") COLUMN(NAME=~"employee.citizen~") COLUMN(NAME=~"employee.religion~") COLUMN(NAME=~"employee.contact_pers~") COLUMN(NAME=~"employee.contact_add1~") COLUMN(NAME=~"employee.contact_add2~") COLUMN(NAME=~"employee.contact_add3~") COLUMN(NAME=~"employee.contact_city~") COLUMN(NAME=~"employee.contact_state~") COLUMN(NAME=~"employee.contact_tel~") COLUMN(NAME=~"employee.contact_pin~") COLUMN(NAME=~"employee.cur_add1~") COLUMN(NAME=~"employee.cur_add2~") COLUMN(NAME=~"employee.cur_add3~") COLUMN(NAME=~"employee.cur_city~") COLUMN(NAME=~"employee.cur_state~") COLUMN(NAME=~"employee.cur_pin~") COLUMN(NAME=~"employee.cur_tel1~") COLUMN(NAME=~"employee.cur_tel2~") COLUMN(NAME=~"employee.cur_tel3~") COLUMN(NAME=~"employee.per_add1~") COLUMN(NAME=~"employee.per_add2~") COLUMN(NAME=~"employee.per_add3~") COLUMN(NAME=~"employee.per_city~") COLUMN(NAME=~"employee.per_state~") COLUMN(NAME=~"employee.per_pin~") COLUMN(NAME=~"employee.per_tel~") COLUMN(NAME=~"employee.joined_as~") COLUMN(NAME=~"employee.date_join~") COLUMN(NAME=~"employee.mode_app~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.tot_exp~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.proc_group~") COLUMN(NAME=~"employee.training_prd~") COLUMN(NAME=~"employee.probation_date~") COLUMN(NAME=~"employee.probation_prd~") COLUMN(NAME=~"employee.date_conf~") COLUMN(NAME=~"employee.notice_prd~") COLUMN(NAME=~"employee.resi_date~") COLUMN(NAME=~"employee.relieve_date~") COLUMN(NAME=~"employee.hol_tblno~") COLUMN(NAME=~"employee.work_shift~") COLUMN(NAME=~"employee.shift_rot~") COLUMN(NAME=~"employee.pay_type~") COLUMN(NAME=~"employee.pf_no~") COLUMN(NAME=~"employee.pay_mode~") COLUMN(NAME=~"employee.fpf_no~") COLUMN(NAME=~"employee.basic~") COLUMN(NAME=~"employee.esic_no~") COLUMN(NAME=~"employee.gross~") COLUMN(NAME=~"employee.it_no~") COLUMN(NAME=~"employee.bank_code~") COLUMN(NAME=~"employee.acct_code__sal~") COLUMN(NAME=~"employee.bank_acct~") COLUMN(NAME=~"employee.cctr_code__sal~") COLUMN(NAME=~"employee.dd_payable_bank~") COLUMN(NAME=~"employee.with_held~") COLUMN(NAME=~"employee.stan_code~") COLUMN(NAME=~"employee.stan_code__hq~") COLUMN(NAME=~"employee.other_info~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.chg_term~") COLUMN(NAME=~"employee.state_code__domicile~") COLUMN(NAME=~"employee.proj_code~") COLUMN(NAME=~"employee.depute_no~") COLUMN(NAME=~"employee.rating~") COLUMN(NAME=~"employee.probation~") COLUMN(NAME=~"employee.confirmed~") COLUMN(NAME=~"employee.alter_code~") COLUMN(NAME=~"employee.appr_no__last~") COLUMN(NAME=~"employee.status~") COLUMN(NAME=~"employee.design_code~") COLUMN(NAME=~"employee.site_code__payment~") COLUMN(NAME=~"employee.mobile_no~") COLUMN(NAME=~"employee.sms_domain~") COLUMN(NAME=~"employee.email_id_off~") COLUMN(NAME=~"employee.email_id_per~") COLUMN(NAME=~"employee.func_group~") COLUMN(NAME=~"employee.report_to__admin~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to__admin,'L') admin_lname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to__admin,'F') admin_fname~") COLUMN(NAME=~"employee.normal_rate~") COLUMN(NAME=~"employee.ot_rate~") COLUMN(NAME=~"employee.maiden_name~") COLUMN(NAME=~"employee.birth_place~") COLUMN(NAME=~"employee.resi_permit_no~") COLUMN(NAME=~"employee.resi_permit_upto~") COLUMN(NAME=~"employee.social_security_no~") 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.ime_no~") COLUMN(NAME=~"employee.emp_class~") COLUMN(NAME=~"employee.occupation_code~") COMPUTE(NAME=~"' ' as class_descr~") COMPUTE(NAME=~"' ' as occ_descr~") COLUMN(NAME=~"employee.work_ctr~") COLUMN(NAME=~"employee.pos_code~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to__admin,'M') admin_mname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to,'F') report_fname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to,'M') report_mname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.report_to,'L') report_lname~") COLUMN(NAME=~"employee.esi_dispensary~") COLUMN(NAME=~"employee.emp_code__hod~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__hod,'F') emp_code_hod__fname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__hod,'M') emp_code_hod__mname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__hod,'L') emp_code_hod__lname~") COMPUTE(NAME=~"FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) pos_code_descr~") COLUMN(NAME=~"employee.auto_adv~") COLUMN(NAME=~"employee.pension_scheme~") COLUMN(NAME=~"employee.user_id~") COLUMN(NAME=~"employee.work_loc_code~") COLUMN(NAME=~"employee.parent_dept~") COLUMN(NAME=~"employee.ext_no~") COLUMN(NAME=~"employee.pf_uan~") COLUMN(NAME=~"employee.group_mediclaim~") COLUMN(NAME=~"employee.aadhar_card_no~") COLUMN(NAME=~"employee.election_card_no~") COLUMN(NAME=~"employee.driv_lic_no~") COLUMN(NAME=~"employee.driv_lic_valid_upto~") COLUMN(NAME=~"employee.physical_handicap~") COLUMN(NAME=~"employee.handicap_category~") COLUMN(NAME=~"employee.insider_trading_opt~") COMPUTE(NAME=~"FN_GET_DEPT_DESCR(employee.parent_dept) parent_dept_descr~") COLUMN(NAME=~"grade.descr~") COLUMN(NAME=~"cadre.descr~") COMPUTE(NAME=~"FN_GET_DEPT_DESCR(employee.dept_code) department_descr~") COLUMN(NAME=~"employee.pension_eligible~") COLUMN(NAME=~"employee.ifsc~") COLUMN(NAME=~"employee.bu_code~") COLUMN(NAME=~"business_units.descr~") COLUMN(NAME=~"employee.emp_code__funchead~") COLUMN(NAME=~"business_units.emp_code__head~") COMPUTE(NAME=~"FN_GET_BUFUNC_DESCR(employee.func_group) func_group_descr~") COMPUTE(NAME=~"FN_DEPT_HIER_DESC(employee.dept_code) as dept_hierarchy~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__funchead,'X') as funchead_name~") COMPUTE(NAME=~"FN_GET_EMP_NAME(business_units.emp_code__head,'X') as buhead_name~") COLUMN(NAME=~"employee.mother_tongue~") COLUMN(NAME=~"employee.cast_category~") COLUMN(NAME=~"employee.count_code__birth~") COLUMN(NAME=~"employee.job_title~") COLUMN(NAME=~"employee.emp_id_external~") COMPUTE(NAME=~"FN_GET_GEN_DESCR('LANGUAGE' , 'W_EMP_COMPLETE' , employee.mother_tongue , 'D') as mother_tongue_descr~") COMPUTE(NAME=~"FN_GET_COUNT_DESCR(employee.count_code__birth) as birth_country_descr~") COMPUTE(NAME=~"FN_GET_GEN_DESCR('CAST_CATEGORY' , 'W_EMP_COMPLETE' , trim(employee.cast_category), 'D') as cast_category_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.retirement_age~") COLUMN(NAME=~"employee.retirement_date~") JOIN (LEFT=~"employee.grade~" OP =~"=~"RIGHT=~"grade.grade_code~" OUTER1 =~"employee.grade~" ) JOIN (LEFT=~"employee.cadre~" OP =~"=~"RIGHT=~"cadre.cadre_code~" OUTER1 =~"employee.cadre~" ) JOIN (LEFT=~"employee.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" OUTER1 =~"employee.dept_code~" ) JOIN (LEFT=~"employee.bu_code~" OP =~"=~"RIGHT=~"business_units.bu_code~" OUTER1 =~"employee.bu_code~" )WHERE( EXP1 =~"emp_code~" OP =~"=~" EXP2 =~":a_emp_code~" ) ) ARG(NAME = ~"a_emp_code~" TYPE = string) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=no arguments=(("a_emp_code", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="5" y="8" height="486" width="552" name=gb_1 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="Basic"border="2" color="0" x="5" y="8" height="486" width="552" name=gb_1 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="1" text="Employee.Code :" border="0" color="0" x="45" y="33" height="16" width="104" 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="1" background.color="536870912" ) text(band=detail alignment="1" text="Employee.Code :" border="0" color="0" x="45" y="33" height="16" width="104" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Type :" border="0" color="0" x="469" y="33" height="16" width="39" html.valueishtml="0" name=emp_type_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="536870912" ) text(band=detail alignment="1" text="Type :" border="0" color="0" x="469" y="33" height="16" width="39" html.valueishtml="0" name=emp_type_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="536870912" )
...@@ -357,67 +359,7 @@ column(band=detail id=151 alignment="0" tabsequence=770 border="5" color="0" x=" ...@@ -357,67 +359,7 @@ column(band=detail id=151 alignment="0" tabsequence=770 border="5" color="0" x="
column(band=detail id=174 alignment="0" tabsequence=32766 border="5" color="0" x="154" y="1187" height="16" width="100" format="[general]" html.valueishtml="0" name=birth_country_descr visible="0" 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=174 alignment="0" tabsequence=32766 border="5" color="0" x="154" y="1187" height="16" width="100" format="[general]" html.valueishtml="0" name=birth_country_descr visible="0" 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=152 alignment="0" tabsequence=780 border="5" color="0" x="466" y="1164" height="16" width="68" format="[general]" html.valueishtml="0" name=handicap_category 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="1090519039" ) column(band=detail id=152 alignment="0" tabsequence=780 border="5" color="0" x="466" y="1164" height="16" width="68" format="[general]" html.valueishtml="0" name=handicap_category 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="1090519039" )
column(band=detail id=173 alignment="0" tabsequence=32766 border="5" color="0" x="434" y="1188" height="16" width="100" format="[general]" html.valueishtml="0" name=mother_tongue_descr visible="0" 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=173 alignment="0" tabsequence=32766 border="5" color="0" x="434" y="1188" height="16" width="100" format="[general]" html.valueishtml="0" name=mother_tongue_descr visible="0" 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" )
groupbox(band=detail text="Work"border="2" color="0" x="5" y="1227" height="439" width="552" name=gb_3 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="5" y="1227" height="483" width="552" name=gb_3 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="Payroll"border="2" color="0" x="5" y="1674" height="358" width="552" name=gb_4 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="Others"border="2" color="0" x="5" y="2040" height="91" width="552" name=gb_5 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="1" text="Other Info:" border="0" color="0" x="56" y="2067" height="16" width="92" html.valueishtml="0" name=other_info_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="536870912" )
compute(band=detail alignment="0" expression="~" ~""border="0" color="0" x="156" y="2089" height="19" width="19" format="[general]" html.valueishtml="0" name=site_acc_col visible="0" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Basic Per Month :" border="0" color="0" x="37" y="1727" height="16" width="111" html.valueishtml="0" name=basic_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="536870912" )
column(band=detail id=73 alignment="1" tabsequence=1100 border="5" color="0" x="153" y="1727" height="16" width="83" format="##,##,##0.00" html.valueishtml="0" name=basic visible="1" edit.limit=10 edit.case=upper edit.format="##,##,##0.00" 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" )
text(band=detail alignment="1" text="PAN :" border="0" color="0" x="86" y="1769" height="16" width="62" html.valueishtml="0" name=it_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="1" background.color="536870912" )
column(band=detail id=76 alignment="0" tabsequence=1150 border="5" color="0" x="153" y="1769" height="16" width="83" format="[general]" html.valueishtml="0" name=it_no 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="1090519039" )
text(band=detail alignment="1" text="Account Code :" border="0" color="0" x="57" y="1790" height="16" width="91" html.valueishtml="0" name=acct_code__sal_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="536870912" )
column(band=detail id=78 alignment="0" tabsequence=1170 border="5" color="0" x="153" y="1790" height="16" width="83" format="[general]" html.valueishtml="0" name=acct_code__sal 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="1090519039" )
column(band=detail id=139 alignment="0" tabsequence=1330 border="5" color="0" x="153" y="2000" height="16" width="64" format="[general]" html.valueishtml="0" name=auto_adv visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
text(band=detail alignment="1" text="Station Code :" border="0" color="0" x="63" y="1811" height="16" width="85" html.valueishtml="0" name=stan_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank Code :" border="0" color="0" x="56" y="1832" height="16" width="92" html.valueishtml="0" name=bank_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank IFSC :" border="0" color="0" x="56" y="1853" height="16" width="92" html.valueishtml="0" name=ifsc_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="1" text="DD Payable at :" border="0" color="0" x="56" y="1874" height="16" width="92" html.valueishtml="0" name=dd_payable_bank_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="536870912" )
text(band=detail alignment="1" text="ESI Dispensary :" border="0" color="0" x="50" y="1979" height="16" width="98" html.valueishtml="0" name=esi_dispensary_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="1" text="Auto Advance :" border="0" color="0" x="56" y="2000" height="16" width="92" html.valueishtml="0" name=auto_adv_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" )
column(band=detail id=83 alignment="0" tabsequence=1190 border="5" color="0" x="153" y="1811" height="16" width="63" format="[general]" html.valueishtml="0" name=stan_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="1090519039" )
text(band=detail alignment="1" text="Domicile State :" border="0" color="0" x="56" y="1916" height="16" width="92" html.valueishtml="0" name=state_code__domicile_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=89 alignment="0" tabsequence=1280 border="5" color="0" x="153" y="1916" height="16" width="58" format="[general]" html.valueishtml="0" name=state_code__domicile 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="1090519039" )
text(band=detail alignment="1" text="Rating :" border="0" color="0" x="56" y="1937" height="16" width="92" html.valueishtml="0" name=rating_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=92 alignment="1" tabsequence=1300 border="5" color="0" x="153" y="1937" height="16" width="52" format="[general]" html.valueishtml="0" name=rating visible="1" edit.limit=3 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="1090519039" )
text(band=detail alignment="1" text=" Status:" border="0" color="0" x="56" y="1958" height="16" width="92" 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" )
column(band=detail id=133 alignment="0" tabsequence=1310 border="5" color="0" x="153" y="1980" height="16" width="210" format="[general]" html.valueishtml="0" name=esi_dispensary visible="1" edit.limit=25 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="1090519039" )
column(band=detail id=97 alignment="0" tabsequence=32766 border="5" color="255" x="153" y="1958" height="16" width="141" format="[general]" html.valueishtml="0" name=status 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="67108864" )
text(band=detail alignment="1" text="Bank A/c No.:" border="0" color="0" x="238" y="1832" height="16" width="77" html.valueishtml="0" name=bank_acct_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="536870912" )
column(band=detail id=75 alignment="1" tabsequence=1110 border="5" color="0" x="452" y="1727" height="16" width="83" format="##,##,##0.00" html.valueishtml="0" name=gross visible="1" edit.limit=12 edit.case=upper edit.format="##,##,##0.00" 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=72 alignment="0" tabsequence=1140 border="5" color="0" x="457" y="1748" height="16" width="78" format="[general]" html.valueishtml="0" name=fpf_no 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="1090519039" )
column(band=detail id=74 alignment="0" tabsequence=1160 border="5" color="0" x="457" y="1769" height="16" width="78" format="[general]" html.valueishtml="0" name=esic_no 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="1090519039" )
column(band=detail id=80 alignment="0" tabsequence=1180 border="5" color="0" x="472" y="1790" height="16" width="63" format="[general]" html.valueishtml="0" name=cctr_code__sal visible="1" edit.limit=4 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="1090519039" )
column(band=detail id=84 alignment="0" tabsequence=1200 border="5" color="0" x="472" y="1811" height="16" width="63" format="[general]" html.valueishtml="0" name=stan_code__hq 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="1090519039" )
column(band=detail id=90 alignment="0" tabsequence=32766 border="5" color="255" x="466" y="1937" height="16" width="69" format="[general]" html.valueishtml="0" name=proj_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="79741120" )
column(band=detail id=91 alignment="0" tabsequence=32766 border="5" color="255" x="459" y="1958" height="16" width="76" format="[general]" html.valueishtml="0" name=depute_no visible="1" edit.limit=15 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=146 alignment="0" tabsequence=1320 border="5" color="0" x="475" y="1979" height="16" width="60" format="[general]" html.valueishtml="0" name=group_mediclaim visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
column(band=detail id=158 alignment="0" tabsequence=1340 border="5" color="0" x="475" y="2000" height="16" width="60" format="[general]" html.valueishtml="0" name=pension_eligible visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
text(band=detail alignment="1" text="Mode of Pay :" border="0" color="0" x="56" y="1706" height="16" width="92" html.valueishtml="0" name=pay_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="1" background.color="536870912" )
column(band=detail id=71 alignment="0" tabsequence=1080 border="5" color="0" x="153" y="1706" height="16" width="85" format="[general]" html.valueishtml="0" name=pay_mode visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
column(band=detail id=69 alignment="0" tabsequence=1090 border="5" color="0" x="457" y="1706" height="16" width="78" format="[general]" html.valueishtml="0" name=pay_type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
text(band=detail alignment="1" text="Deput No :" border="0" color="0" x="389" y="1958" height="16" width="65" html.valueishtml="0" name=depute_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="79741120" )
text(band=detail alignment="1" text="ESIC No :" border="0" color="0" x="395" y="1769" height="16" width="58" html.valueishtml="0" name=esic_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Cost Centre :" border="0" color="0" x="393" y="1790" height="16" width="74" html.valueishtml="0" name=cctr_code__sal_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="536870912" )
text(band=detail alignment="1" text="Station HQ :" border="0" color="0" x="395" y="1811" height="16" width="72" html.valueishtml="0" name=stan_code__hq_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="536870912" )
text(band=detail alignment="1" text="PF No :" border="0" color="0" x="86" y="1748" height="16" width="62" html.valueishtml="0" name=pf_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="1" background.color="536870912" )
column(band=detail id=70 alignment="0" tabsequence=1120 border="5" color="0" x="153" y="1748" height="16" width="83" format="[general]" html.valueishtml="0" name=pf_no 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="1090519039" )
text(band=detail alignment="1" text="UAN :" border="0" color="0" x="242" y="1748" height="16" width="38" html.valueishtml="0" name=pf_uan_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="536870912" )
text(band=detail alignment="1" text="FPF No :" border="0" color="0" x="402" y="1748" height="16" width="51" html.valueishtml="0" name=fpf_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Salary Withheld :" border="0" color="0" x="47" y="1895" height="16" width="101" html.valueishtml="0" name=with_held_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="536870912" )
column(band=detail id=82 alignment="0" tabsequence=1260 border="5" color="0" x="153" y="1895" height="16" width="58" format="[general]" html.valueishtml="0" name=with_held visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
column(band=detail id=66 alignment="0" tabsequence=1270 border="5" color="0" x="472" y="1895" height="16" width="63" format="[general]" html.valueishtml="0" name=hol_tblno 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="1090519039" )
text(band=detail alignment="1" text="Appraisal No :" border="0" color="0" x="366" y="1916" height="16" width="82" html.valueishtml="0" name=appr_no__last_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="Project Code :" border="0" color="0" x="381" y="1937" height="16" width="81" 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="Group Mediclaim :" border="0" color="0" x="371" y="1979" height="16" width="100" html.valueishtml="0" name=group_mediclaim_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="Eligible for Pension :" border="0" color="0" x="344" y="2000" height="16" width="127" html.valueishtml="0" name=pension_eligible_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="1" text="Gross Per Annum :" border="0" color="0" x="332" y="1727" height="16" width="116" html.valueishtml="0" name=gross_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="536870912" )
text(band=detail alignment="1" text="Payment Type :" border="0" color="0" x="369" y="1706" height="16" width="84" html.valueishtml="0" name=pay_type_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="536870912" )
column(band=detail id=145 alignment="0" tabsequence=1130 border="5" color="0" x="284" y="1748" height="16" width="111" format="[general]" html.valueishtml="0" name=pf_uan 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="1090519039" )
text(band=detail alignment="1" text="Holiday Table :" border="0" color="0" x="372" y="1895" height="16" width="95" 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="1" background.color="536870912" )
column(band=detail id=85 alignment="0" tabsequence=1350 border="5" color="0" x="152" y="2067" height="16" width="381" format="[general]" html.valueishtml="0" name=other_info visible="1" edit.limit=1500 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="1090519039" )
column(band=detail id=79 alignment="0" tabsequence=1220 border="5" color="0" x="319" y="1832" height="16" width="216" format="[general]" html.valueishtml="0" name=bank_acct visible="1" edit.limit=30 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="1090519039" )
column(band=detail id=77 alignment="0" tabsequence=1210 border="5" color="0" x="153" y="1832" height="16" width="78" format="[general]" html.valueishtml="0" name=bank_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="1090519039" )
text(band=detail alignment="1" text="Joined On :" border="0" color="0" x="393" y="1254" height="16" width="68" 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="1" background.color="536870912" ) text(band=detail alignment="1" text="Joined On :" border="0" color="0" x="393" y="1254" height="16" width="68" 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="1" background.color="536870912" )
column(band=detail id=52 alignment="0" tabsequence=800 border="5" color="0" x="465" y="1254" height="16" width="69" format="dd/mm/yy" html.valueishtml="0" name=date_join visible="1" editmask.mask="dd/mm/yy" 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="1090519039" ) column(band=detail id=52 alignment="0" tabsequence=800 border="5" color="0" x="465" y="1254" height="16" width="69" format="dd/mm/yy" html.valueishtml="0" name=date_join visible="1" editmask.mask="dd/mm/yy" 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="1090519039" )
column(band=detail id=53 alignment="0" tabsequence=810 border="5" color="0" x="153" y="1274" height="16" width="69" format="[general]" html.valueishtml="0" name=mode_app visible="1" edit.limit=50 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="1090519039" ) column(band=detail id=53 alignment="0" tabsequence=810 border="5" color="0" x="153" y="1274" height="16" width="69" format="[general]" html.valueishtml="0" name=mode_app visible="1" edit.limit=50 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="1090519039" )
...@@ -489,17 +431,81 @@ text(band=detail alignment="1" text="Shift Index :" border="0" color="33554432" ...@@ -489,17 +431,81 @@ text(band=detail alignment="1" text="Shift Index :" border="0" color="33554432"
text(band=detail alignment="1" text="Contractor Code :" border="0" color="0" x="343" y="1474" height="16" width="117" 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="1" background.color="536870912" ) text(band=detail alignment="1" text="Contractor Code :" border="0" color="0" x="343" y="1474" height="16" width="117" 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="1" background.color="536870912" )
column(band=detail id=140 alignment="0" tabsequence=1040 border="5" color="0" x="153" y="1554" height="16" width="248" format="[general]" html.valueishtml="0" name=pension_scheme visible="1" edit.limit=20 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="1090519039" ) column(band=detail id=140 alignment="0" tabsequence=1040 border="5" color="0" x="153" y="1554" height="16" width="248" format="[general]" html.valueishtml="0" name=pension_scheme visible="1" edit.limit=20 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="1090519039" )
column(band=detail id=142 alignment="0" tabsequence=1050 border="5" color="0" x="153" y="1574" height="16" width="66" 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="1090519039" ) column(band=detail id=142 alignment="0" tabsequence=1050 border="5" color="0" x="153" y="1574" height="16" width="66" 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="1090519039" )
column(band=detail id=171 alignment="0" tabsequence=1360 border="5" color="0" x="153" y="1594" height="54" width="382" format="[general]" html.valueishtml="0" name=job_title visible="1" edit.limit=200 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.autohscroll=yes edit.hscrollbar=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=171 alignment="0" tabsequence=1080 border="5" color="0" x="153" y="1594" height="54" width="382" format="[general]" html.valueishtml="0" name=job_title visible="1" edit.limit=200 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.autohscroll=yes edit.hscrollbar=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" )
text(band=detail alignment="1" text="Job Title :" border="0" color="0" x="49" y="1594" height="16" width="99" html.valueishtml="0" name=job_title_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="1" text="Job Title :" border="0" color="0" x="49" y="1594" height="16" width="99" html.valueishtml="0" name=job_title_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" )
column(band=detail id=159 alignment="0" tabsequence=1230 border="5" color="33554432" x="153" y="1853" height="16" width="382" format="[general]" html.valueishtml="0" name=ifsc visible="1" edit.limit=60 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="1073741824" )
column(band=detail id=96 alignment="0" tabsequence=1290 border="5" color="0" x="452" y="1916" height="16" width="83" format="[general]" html.valueishtml="0" name=appr_no__last visible="1" edit.limit=15 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="1090519039" )
column(band=detail id=81 alignment="0" tabsequence=1240 border="5" color="0" x="153" y="1874" height="16" width="104" format="[general]" html.valueishtml="0" name=dd_payable_bank 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="1090519039" )
text(band=detail alignment="1" text="Alternate Code/Vendor ID :" border="0" color="0" x="288" y="1874" height="16" width="158" html.valueishtml="0" name=alter_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" )
column(band=detail id=95 alignment="0" tabsequence=1250 border="5" color="0" x="452" y="1874" height="16" width="83" format="[general]" html.valueishtml="0" name=alter_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="1090519039" )
column(band=detail id=176 alignment="0" tabsequence=40 border="5" color="0" x="209" y="55" height="16" width="105" format="[general]" html.valueishtml="0" name=emp_fname_long visible="1" edit.limit=30 edit.case=upper edit.focusrectangle=no edit.autoselect=no 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=176 alignment="0" tabsequence=40 border="5" color="0" x="209" y="55" height="16" width="105" format="[general]" html.valueishtml="0" name=emp_fname_long visible="1" edit.limit=30 edit.case=upper edit.focusrectangle=no edit.autoselect=no 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=177 alignment="0" tabsequence=50 border="5" color="0" x="319" y="55" height="16" width="105" format="[general]" html.valueishtml="0" name=emp_mname_long visible="1" edit.limit=30 edit.case=upper edit.focusrectangle=no edit.autoselect=no 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=177 alignment="0" tabsequence=50 border="5" color="0" x="319" y="55" height="16" width="105" format="[general]" html.valueishtml="0" name=emp_mname_long visible="1" edit.limit=30 edit.case=upper edit.focusrectangle=no edit.autoselect=no 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=178 alignment="0" tabsequence=60 border="5" color="0" x="429" y="55" height="16" width="105" format="[general]" html.valueishtml="0" name=emp_lname_long visible="1" edit.limit=30 edit.case=upper edit.focusrectangle=no edit.autoselect=no 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=178 alignment="0" tabsequence=60 border="5" color="0" x="429" y="55" height="16" width="105" format="[general]" html.valueishtml="0" name=emp_lname_long visible="1" edit.limit=30 edit.case=upper edit.focusrectangle=no edit.autoselect=no 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=179 alignment="0" tabsequence=32766 border="0" color="0" x="156" y="2111" height="16" width="91" html.valueishtml="0" name=revision_no visible="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" ) groupbox(band=detail text="Payroll"border="2" color="0" x="5" y="1714" height="358" width="552" name=gb_4 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="1" text="Basic Per Month :" border="0" color="0" x="37" y="1767" height="16" width="111" html.valueishtml="0" name=basic_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="536870912" )
column(band=detail id=73 alignment="1" tabsequence=1130 border="5" color="0" x="153" y="1767" height="16" width="83" format="##,##,##0.00" html.valueishtml="0" name=basic visible="1" edit.limit=10 edit.case=upper edit.format="##,##,##0.00" 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" )
text(band=detail alignment="1" text="PAN :" border="0" color="0" x="86" y="1809" height="16" width="62" html.valueishtml="0" name=it_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="1" background.color="536870912" )
column(band=detail id=76 alignment="0" tabsequence=1180 border="5" color="0" x="153" y="1809" height="16" width="83" format="[general]" html.valueishtml="0" name=it_no 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="1090519039" )
text(band=detail alignment="1" text="Account Code :" border="0" color="0" x="57" y="1830" height="16" width="91" html.valueishtml="0" name=acct_code__sal_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="536870912" )
column(band=detail id=78 alignment="0" tabsequence=1200 border="5" color="0" x="153" y="1830" height="16" width="83" format="[general]" html.valueishtml="0" name=acct_code__sal 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="1090519039" )
column(band=detail id=139 alignment="0" tabsequence=1360 border="5" color="0" x="153" y="2040" height="16" width="64" format="[general]" html.valueishtml="0" name=auto_adv visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
text(band=detail alignment="1" text="Station Code :" border="0" color="0" x="63" y="1851" height="16" width="85" html.valueishtml="0" name=stan_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank Code :" border="0" color="0" x="56" y="1872" height="16" width="92" html.valueishtml="0" name=bank_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank IFSC :" border="0" color="0" x="56" y="1893" height="16" width="92" html.valueishtml="0" name=ifsc_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="1" text="DD Payable at :" border="0" color="0" x="56" y="1914" height="16" width="92" html.valueishtml="0" name=dd_payable_bank_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="536870912" )
text(band=detail alignment="1" text="ESI Dispensary :" border="0" color="0" x="50" y="2019" height="16" width="98" html.valueishtml="0" name=esi_dispensary_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="1" text="Auto Advance :" border="0" color="0" x="56" y="2040" height="16" width="92" html.valueishtml="0" name=auto_adv_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" )
column(band=detail id=83 alignment="0" tabsequence=1220 border="5" color="0" x="153" y="1851" height="16" width="63" format="[general]" html.valueishtml="0" name=stan_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="1090519039" )
text(band=detail alignment="1" text="Domicile State :" border="0" color="0" x="56" y="1956" height="16" width="92" html.valueishtml="0" name=state_code__domicile_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=89 alignment="0" tabsequence=1310 border="5" color="0" x="153" y="1956" height="16" width="58" format="[general]" html.valueishtml="0" name=state_code__domicile 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="1090519039" )
text(band=detail alignment="1" text="Rating :" border="0" color="0" x="56" y="1977" height="16" width="92" html.valueishtml="0" name=rating_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=92 alignment="1" tabsequence=1330 border="5" color="0" x="153" y="1977" height="16" width="52" format="[general]" html.valueishtml="0" name=rating visible="1" edit.limit=3 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="1090519039" )
text(band=detail alignment="1" text=" Status:" border="0" color="0" x="56" y="1998" height="16" width="92" 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" )
column(band=detail id=133 alignment="0" tabsequence=1340 border="5" color="0" x="153" y="2020" height="16" width="210" format="[general]" html.valueishtml="0" name=esi_dispensary visible="1" edit.limit=25 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="1090519039" )
column(band=detail id=97 alignment="0" tabsequence=32766 border="5" color="255" x="153" y="1998" height="16" width="141" format="[general]" html.valueishtml="0" name=status 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="67108864" )
text(band=detail alignment="1" text="Bank A/c No.:" border="0" color="0" x="238" y="1872" height="16" width="77" html.valueishtml="0" name=bank_acct_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="536870912" )
column(band=detail id=75 alignment="1" tabsequence=1140 border="5" color="0" x="452" y="1767" height="16" width="83" format="##,##,##0.00" html.valueishtml="0" name=gross visible="1" edit.limit=12 edit.case=upper edit.format="##,##,##0.00" 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=72 alignment="0" tabsequence=1170 border="5" color="0" x="457" y="1788" height="16" width="78" format="[general]" html.valueishtml="0" name=fpf_no 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="1090519039" )
column(band=detail id=74 alignment="0" tabsequence=1190 border="5" color="0" x="457" y="1809" height="16" width="78" format="[general]" html.valueishtml="0" name=esic_no 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="1090519039" )
column(band=detail id=80 alignment="0" tabsequence=1210 border="5" color="0" x="472" y="1830" height="16" width="63" format="[general]" html.valueishtml="0" name=cctr_code__sal visible="1" edit.limit=4 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="1090519039" )
column(band=detail id=84 alignment="0" tabsequence=1230 border="5" color="0" x="472" y="1851" height="16" width="63" format="[general]" html.valueishtml="0" name=stan_code__hq 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="1090519039" )
column(band=detail id=90 alignment="0" tabsequence=32766 border="5" color="255" x="466" y="1977" height="16" width="69" format="[general]" html.valueishtml="0" name=proj_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="79741120" )
column(band=detail id=91 alignment="0" tabsequence=32766 border="5" color="255" x="459" y="1998" height="16" width="76" format="[general]" html.valueishtml="0" name=depute_no visible="1" edit.limit=15 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=146 alignment="0" tabsequence=1350 border="5" color="0" x="475" y="2019" height="16" width="60" format="[general]" html.valueishtml="0" name=group_mediclaim visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
column(band=detail id=158 alignment="0" tabsequence=1370 border="5" color="0" x="475" y="2040" height="16" width="60" format="[general]" html.valueishtml="0" name=pension_eligible visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
text(band=detail alignment="1" text="Mode of Pay :" border="0" color="0" x="56" y="1746" height="16" width="92" html.valueishtml="0" name=pay_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="1" background.color="536870912" )
column(band=detail id=71 alignment="0" tabsequence=1110 border="5" color="0" x="153" y="1746" height="16" width="85" format="[general]" html.valueishtml="0" name=pay_mode visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
column(band=detail id=69 alignment="0" tabsequence=1120 border="5" color="0" x="457" y="1746" height="16" width="78" format="[general]" html.valueishtml="0" name=pay_type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
text(band=detail alignment="1" text="Deput No :" border="0" color="0" x="389" y="1998" height="16" width="65" html.valueishtml="0" name=depute_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="79741120" )
text(band=detail alignment="1" text="ESIC No :" border="0" color="0" x="395" y="1809" height="16" width="58" html.valueishtml="0" name=esic_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Cost Centre :" border="0" color="0" x="393" y="1830" height="16" width="74" html.valueishtml="0" name=cctr_code__sal_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="536870912" )
text(band=detail alignment="1" text="Station HQ :" border="0" color="0" x="395" y="1851" height="16" width="72" html.valueishtml="0" name=stan_code__hq_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="536870912" )
text(band=detail alignment="1" text="PF No :" border="0" color="0" x="86" y="1788" height="16" width="62" html.valueishtml="0" name=pf_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="1" background.color="536870912" )
column(band=detail id=70 alignment="0" tabsequence=1150 border="5" color="0" x="153" y="1788" height="16" width="83" format="[general]" html.valueishtml="0" name=pf_no 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="1090519039" )
text(band=detail alignment="1" text="UAN :" border="0" color="0" x="242" y="1788" height="16" width="38" html.valueishtml="0" name=pf_uan_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="536870912" )
text(band=detail alignment="1" text="FPF No :" border="0" color="0" x="402" y="1788" height="16" width="51" html.valueishtml="0" name=fpf_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Salary Withheld :" border="0" color="0" x="47" y="1935" height="16" width="101" html.valueishtml="0" name=with_held_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="536870912" )
column(band=detail id=82 alignment="0" tabsequence=1290 border="5" color="0" x="153" y="1935" height="16" width="58" format="[general]" html.valueishtml="0" name=with_held visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper 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="1090519039" )
column(band=detail id=66 alignment="0" tabsequence=1300 border="5" color="0" x="472" y="1935" height="16" width="63" format="[general]" html.valueishtml="0" name=hol_tblno 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="1090519039" )
text(band=detail alignment="1" text="Appraisal No :" border="0" color="0" x="366" y="1956" height="16" width="82" html.valueishtml="0" name=appr_no__last_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="Project Code :" border="0" color="0" x="381" y="1977" height="16" width="81" 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="Group Mediclaim :" border="0" color="0" x="371" y="2019" height="16" width="100" html.valueishtml="0" name=group_mediclaim_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="Eligible for Pension :" border="0" color="0" x="344" y="2040" height="16" width="127" html.valueishtml="0" name=pension_eligible_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="1" text="Gross Per Annum :" border="0" color="0" x="332" y="1767" height="16" width="116" html.valueishtml="0" name=gross_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="536870912" )
text(band=detail alignment="1" text="Payment Type :" border="0" color="0" x="369" y="1746" height="16" width="84" html.valueishtml="0" name=pay_type_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="536870912" )
column(band=detail id=145 alignment="0" tabsequence=1160 border="5" color="0" x="284" y="1788" height="16" width="111" format="[general]" html.valueishtml="0" name=pf_uan 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="1090519039" )
text(band=detail alignment="1" text="Holiday Table :" border="0" color="0" x="372" y="1935" height="16" width="95" 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="1" background.color="536870912" )
column(band=detail id=79 alignment="0" tabsequence=1250 border="5" color="0" x="319" y="1872" height="16" width="216" format="[general]" html.valueishtml="0" name=bank_acct visible="1" edit.limit=30 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="1090519039" )
column(band=detail id=77 alignment="0" tabsequence=1240 border="5" color="0" x="153" y="1872" height="16" width="78" format="[general]" html.valueishtml="0" name=bank_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="1090519039" )
column(band=detail id=159 alignment="0" tabsequence=1260 border="5" color="33554432" x="153" y="1893" height="16" width="382" format="[general]" html.valueishtml="0" name=ifsc visible="1" edit.limit=60 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="1073741824" )
column(band=detail id=96 alignment="0" tabsequence=1320 border="5" color="0" x="452" y="1956" height="16" width="83" format="[general]" html.valueishtml="0" name=appr_no__last visible="1" edit.limit=15 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="1090519039" )
column(band=detail id=81 alignment="0" tabsequence=1270 border="5" color="0" x="153" y="1914" height="16" width="104" format="[general]" html.valueishtml="0" name=dd_payable_bank 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="1090519039" )
text(band=detail alignment="1" text="Alternate Code/Vendor ID :" border="0" color="0" x="288" y="1914" height="16" width="158" html.valueishtml="0" name=alter_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" )
column(band=detail id=95 alignment="0" tabsequence=1280 border="5" color="0" x="452" y="1914" height="16" width="83" format="[general]" html.valueishtml="0" name=alter_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="1090519039" )
groupbox(band=detail text="Others"border="2" color="0" x="5" y="2080" height="91" width="552" name=gb_5 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="1" text="Other Info:" border="0" color="0" x="56" y="2108" height="16" width="92" html.valueishtml="0" name=other_info_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="536870912" )
compute(band=detail alignment="0" expression="~" ~""border="0" color="0" x="156" y="2129" height="19" width="19" format="[general]" html.valueishtml="0" name=site_acc_col visible="0" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=85 alignment="0" tabsequence=1380 border="5" color="0" x="152" y="2107" height="16" width="381" format="[general]" html.valueishtml="0" name=other_info visible="1" edit.limit=1500 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="1090519039" )
column(band=detail id=179 alignment="0" tabsequence=32766 border="0" color="0" x="156" y="2151" height="16" width="91" 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="1090519039" )
column(band=detail id=180 alignment="0" tabsequence=1090 border="5" color="0" x="152" y="1653" height="15" width="94" html.valueishtml="0" name=retirement_age 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="1090519039" )
column(band=detail id=181 alignment="0" tabsequence=1100 border="5" color="0" x="152" y="1672" height="15" width="94" html.valueishtml="0" name=retirement_date 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="1090519039" )
text(band=detail alignment="1" text="Retirement Age :" border="0" color="0" x="49" y="1653" height="16" width="99" html.valueishtml="0" name=retirement_age_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Retirement Date :" border="0" color="0" x="49" y="1672" height="15" width="99" html.valueishtml="0" name=retirement_date_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) 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 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
...@@ -32,7 +32,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -32,7 +32,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(5) update=yes updatewhereclause=yes name=hol_tblno dbname="employee.hol_tblno" ) 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" ) column=(type=datetime update=yes updatewhereclause=yes name=date_join dbname="employee.date_join" )
column=(type=char(5) update=yes updatewhereclause=yes name=proc_group dbname="employee.proc_group" ) column=(type=char(5) update=yes updatewhereclause=yes name=proc_group dbname="employee.proc_group" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=tot_exp dbname="employee.tot_exp" initial="0" validation="number(gettext()) >= 0" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="employee.status" values="Active /Separated S/" ) column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="employee.status" values="Active /Separated S/" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code__payment dbname="employee.site_code__payment" ) column=(type=char(5) update=yes updatewhereclause=yes name=site_code__payment dbname="employee.site_code__payment" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=normal_rate dbname="employee.normal_rate" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=normal_rate dbname="employee.normal_rate" )
...@@ -56,8 +55,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -56,8 +55,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(30) updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" ) 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=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" ) 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)) ) column=(type=decimal(0) update=yes updatewhereclause=yes name=retirement_age dbname="employee.retirement_age" )
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=retirement_date dbname="employee.retirement_date" )
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.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~") COLUMN(NAME=~"employee.retirement_age~") COLUMN(NAME=~"employee.retirement_date~")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="581" 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="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="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" ) 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" )
...@@ -65,53 +66,49 @@ text(band=detail alignment="1" text="Employment Site :" border="0" color="0" x=" ...@@ -65,53 +66,49 @@ text(band=detail alignment="1" text="Employment Site :" border="0" color="0" x="
text(band=detail alignment="1" text="Payroll Site :" border="0" color="0" x="67" y="112" height="16" width="101" html.valueishtml="0" name=pay_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" ) text(band=detail alignment="1" text="Payroll Site :" border="0" color="0" x="67" y="112" height="16" width="101" html.valueishtml="0" name=pay_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=11 alignment="0" tabsequence=50 border="5" color="0" x="172" y="112" height="16" width="66" format="[general]" html.valueishtml="0" name=pay_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=11 alignment="0" tabsequence=50 border="5" color="0" x="172" y="112" height="16" width="66" format="[general]" html.valueishtml="0" name=pay_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="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" ) 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" ) column(band=detail id=12 alignment="0" tabsequence=60 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" ) 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=30 alignment="0" tabsequence=80 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" ) 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=17 alignment="1" tabsequence=100 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" ) 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=19 alignment="1" tabsequence=110 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" ) 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=20 alignment="1" tabsequence=120 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" ) 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=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" )
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="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" ) 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" ) column(band=detail id=31 alignment="1" tabsequence=150 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" ) 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=35 alignment="0" tabsequence=180 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=36 alignment="0" tabsequence=200 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=34 alignment="0" tabsequence=220 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" ) 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" ) column(band=detail id=9 alignment="0" tabsequence=140 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" ) 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" )
text(band=detail alignment="1" text="Work Loc Code :" border="0" color="33554432" x="69" y="427" height="16" width="99" html.valueishtml="0" name=work_loc_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 Loc Code :" border="0" color="33554432" x="69" y="427" height="16" width="99" html.valueishtml="0" name=work_loc_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="User ID :" border="0" color="33554432" x="69" y="448" height="16" width="99" html.valueishtml="0" name=user_id_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="User ID :" border="0" color="33554432" x="69" y="448" height="16" width="99" html.valueishtml="0" name=user_id_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="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="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="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" ) 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=33 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=260 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=43 alignment="0" tabsequence=270 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=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=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=70 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=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=90 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=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=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=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=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=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=8 alignment="0" tabsequence=130 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=29 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=32 alignment="1" tabsequence=160 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=170 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=190 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=37 alignment="0" tabsequence=210 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=45 alignment="0" tabsequence=280 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" )
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="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="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="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" )
...@@ -130,23 +127,30 @@ text(band=detail alignment="1" text="Work Table :" border="0" color="33554432" x ...@@ -130,23 +127,30 @@ text(band=detail alignment="1" text="Work Table :" border="0" color="33554432" x
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="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="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="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=40 alignment="0" tabsequence=230 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=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" )
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=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="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=46 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=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=250 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=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=41 alignment="0" tabsequence=240 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=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=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=48 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=49 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=50 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=52 alignment="0" tabsequence=290 border="5" color="0" x="171" y="469" height="16" width="93" html.valueishtml="0" name=retirement_age 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="16777215" )
column(band=detail id=53 alignment="0" tabsequence=300 border="5" color="0" x="171" y="489" height="15" width="93" html.valueishtml="0" name=retirement_date 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="16777215" )
text(band=detail alignment="1" text="Retirement Age :" border="0" color="0" x="59" y="469" height="16" width="109" html.valueishtml="0" name=retirement_age_t visible="1" font.face="Liberation Sans" 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="Retirement Date :" border="0" color="0" x="59" y="488" height="16" width="109" html.valueishtml="0" name=retirement_date_t visible="1" font.face="Liberation Sans" 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="Chg Date :" border="0" color="33554432" x="69" y="509" 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=15 alignment="0" tabsequence=32766 border="5" color="255" x="172" y="509" 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 User :" border="0" color="33554432" x="346" y="509" 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=14 alignment="0" tabsequence=32766 border="5" color="255" x="450" y="509" 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=51 alignment="0" tabsequence=32766 border="0" color="0" x="171" y="532" 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=2 alignment="0" tabsequence=32766 border="5" color="0" x="248" y="532" 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="532" 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="532" 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" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) 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 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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