Commit 0642735c authored by rtelang's avatar rtelang

EmployeeEJB.java

EmpWorkInfo.java
-Changes done to get Retirement age in terms of months.

emp_master21.xml
emp_temp21.xml
emp_work_info21.xml
d_emp_master21.srd
d_emp_temp21.srd
d_emp_work_info21.srd
-Changed lable name from Retirement Age to Retirement Age (Months).

EmployeeServicePrdAmdIC.java
-Changes done to set retirement age old and retirement age new in terms of months.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200141 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 662371ce
......@@ -641,7 +641,10 @@ public class EmpWorkInfo extends ValidatorEJB implements EmpWorkInfoLocal ,EmpWo
{
retAge = genericUtility.getColumnValue("retirement_age", dom);
retirementAge = Integer.parseInt(retAge);
retireAge = retirementAge * 12;
//Modified by Rohini T on 26/04/19 [start]
//retireAge = retirementAge * 12;
retireAge = retirementAge ;
//Modified by Rohini T on 26/04/19 [end]
empCode = genericUtility.getColumnValue("emp_code", dom);
System.out.println("empCode:::::::"+empCode);
......
......@@ -4263,7 +4263,10 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
retAge = genericUtility.getColumnValue("retirement_age", dom);
retirementAge = Integer.parseInt(retAge);
System.out.println("retAge:::::::"+retAge);
retireAge = retirementAge * 12;
//Modified by Rohini T on 26/04/19 [start][]
//retireAge = retirementAge * 12;
retireAge = retirementAge ;
//Modified by Rohini T on 26/04/19 [start]
empCode = genericUtility.getColumnValue("emp_code", dom);
System.out.println("empCode:::::::"+empCode);
......
......@@ -532,7 +532,10 @@ public class EmployeeServicePrdAmdIC extends ValidatorEJB implements EmployeeSer
System.out.println("retirementDate");
if("E".equalsIgnoreCase(amendmentType))
{
retAgeNew = retAgeOld + (periodAmd / 12);
//Modified by Rohini T on [25/04/19][start]
//retAgeNew = retAgeOld + (periodAmd / 12);
retAgeNew = retAgeOld + periodAmd;
//Modified by Rohini T on [25/04/19][end]
Calendar cal = Calendar.getInstance();
SimpleDateFormat format = new SimpleDateFormat("dd/MM/yyyy");
......@@ -558,7 +561,10 @@ public class EmployeeServicePrdAmdIC extends ValidatorEJB implements EmployeeSer
}
else
{
retAgeNew = retAgeOld - (periodAmd / 12);
//Modified by Rohini T on [25/04/19][start]
//retAgeNew = retAgeOld - (periodAmd / 12);
retAgeNew = retAgeOld - periodAmd;
//Modified by Rohini T on [25/04/19][start]
Calendar cal = Calendar.getInstance();
SimpleDateFormat format = new SimpleDateFormat("dd/MM/yyyy");
......
......@@ -11950,13 +11950,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Age :</text>
<text>Retirement Age(Months) :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<x>9</x>
<y>1686</y>
<height>15</height>
<width>99</width>
<width>140</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -11981,7 +11981,7 @@
<text>Retirement Date :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<x>47</x>
<y>1706</y>
<height>15</height>
<width>102</width>
......@@ -12025,7 +12025,8 @@
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_empfull_edit</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_empfull_edit&gt;&lt;d_empfull_edit_row __pbband=&quot;detail&quot;&gt;&lt;emp_code&gt;emp_code&lt;/emp_code&gt;&lt;contact_code&gt;contact_code&lt;/contact_code&gt;&lt;emp_type&gt;emp_type&lt;/emp_type&gt;&lt;emp_fname&gt;emp_fname&lt;/emp_fname&gt;&lt;emp_mname&gt;emp_mname&lt;/emp_mname&gt;&lt;emp_lname&gt;emp_lname&lt;/emp_lname&gt;&lt;designation&gt;designation&lt;/designation&gt;&lt;emp_code__link&gt;emp_code__link&lt;/emp_code__link&gt;&lt;dept_code/&gt;&lt;grade_code&gt;grade_code&lt;/grade_code&gt;&lt;cadre_code&gt;cadre_code&lt;/cadre_code&gt;&lt;report_to&gt;report_to&lt;/report_to&gt;&lt;short_name&gt;short_name&lt;/short_name&gt;&lt;m_status&gt;m_status&lt;/m_status&gt;&lt;m_status_date&gt;m_status_date&lt;/m_status_date&gt;&lt;sex&gt;sex&lt;/sex&gt;&lt;name_prefix&gt;name_prefix&lt;/name_prefix&gt;&lt;birth_date&gt;birth_date&lt;/birth_date&gt;&lt;blood_grp&gt;blood_grp&lt;/blood_grp&gt;&lt;hobby1&gt;hobby1&lt;/hobby1&gt;&lt;hobby2&gt;hobby2&lt;/hobby2&gt;&lt;hobby3&gt;hobby3&lt;/hobby3&gt;&lt;hobby4&gt;hobby4&lt;/hobby4&gt;&lt;nationality&gt;nationality&lt;/nationality&gt;&lt;citizen&gt;citizen&lt;/citizen&gt;&lt;religion&gt;religion&lt;/religion&gt;&lt;contact_pers&gt;contact_pers&lt;/contact_pers&gt;&lt;contact_add1&gt;contact_add1&lt;/contact_add1&gt;&lt;contact_add2&gt;contact_add2&lt;/contact_add2&gt;&lt;contact_add3&gt;contact_add3&lt;/contact_add3&gt;&lt;contact_city&gt;contact_city&lt;/contact_city&gt;&lt;contact_state&gt;contact_state&lt;/contact_state&gt;&lt;contact_tel&gt;contact_tel&lt;/contact_tel&gt;&lt;contact_pin&gt;contact_pin&lt;/contact_pin&gt;&lt;cur_add1&gt;cur_add1&lt;/cur_add1&gt;&lt;cur_add2&gt;cur_add2&lt;/cur_add2&gt;&lt;cur_add3&gt;cur_add3&lt;/cur_add3&gt;&lt;cur_city&gt;cur_city&lt;/cur_city&gt;&lt;cur_state&gt;cur_state&lt;/cur_state&gt;&lt;cur_pin&gt;cur_pin&lt;/cur_pin&gt;&lt;cur_tel1&gt;cur_tel1&lt;/cur_tel1&gt;&lt;cur_tel2&gt;cur_tel2&lt;/cur_tel2&gt;&lt;cur_tel3&gt;cur_tel3&lt;/cur_tel3&gt;&lt;per_add1&gt;per_add1&lt;/per_add1&gt;&lt;per_add2&gt;per_add2&lt;/per_add2&gt;&lt;per_add3&gt;per_add3&lt;/per_add3&gt;&lt;per_city&gt;per_city&lt;/per_city&gt;&lt;per_state&gt;per_state&lt;/per_state&gt;&lt;per_pin&gt;per_pin&lt;/per_pin&gt;&lt;per_tel&gt;per_tel&lt;/per_tel&gt;&lt;joined_as&gt;joined_as&lt;/joined_as&gt;&lt;date_join&gt;date_join&lt;/date_join&gt;&lt;mode_app&gt;mode_app&lt;/mode_app&gt;&lt;emp_site&gt;emp_site&lt;/emp_site&gt;&lt;pay_site&gt;pay_site&lt;/pay_site&gt;&lt;tot_exp&gt;tot_exp&lt;/tot_exp&gt;&lt;work_site&gt;work_site&lt;/work_site&gt;&lt;proc_group&gt;proc_group&lt;/proc_group&gt;&lt;training_prd&gt;training_prd&lt;/training_prd&gt;&lt;probation_date&gt;probation_date&lt;/probation_date&gt;&lt;probation_prd&gt;probation_prd&lt;/probation_prd&gt;&lt;date_conf&gt;date_conf&lt;/date_conf&gt;&lt;notice_prd&gt;notice_prd&lt;/notice_prd&gt;&lt;resi_date&gt;resi_date&lt;/resi_date&gt;&lt;relieve_date&gt;relieve_date&lt;/relieve_date&gt;&lt;hol_tblno&gt;hol_tblno&lt;/hol_tblno&gt;&lt;work_shift&gt;work_shift&lt;/work_shift&gt;&lt;shift_rot&gt;shift_rot&lt;/shift_rot&gt;&lt;pay_type&gt;pay_type&lt;/pay_type&gt;&lt;pf_no&gt;pf_no&lt;/pf_no&gt;&lt;pay_mode&gt;pay_mode&lt;/pay_mode&gt;&lt;fpf_no&gt;fpf_no&lt;/fpf_no&gt;&lt;basic&gt;basic&lt;/basic&gt;&lt;esic_no&gt;esic_no&lt;/esic_no&gt;&lt;gross&gt;gross&lt;/gross&gt;&lt;it_no&gt;it_no&lt;/it_no&gt;&lt;bank_code&gt;bank_code&lt;/bank_code&gt;&lt;acct_code__sal&gt;acct_code__sal&lt;/acct_code__sal&gt;&lt;bank_acct&gt;bank_acct&lt;/bank_acct&gt;&lt;cctr_code__sal&gt;cctr_code__sal&lt;/cctr_code__sal&gt;&lt;dd_payable_bank&gt;dd_payable_bank&lt;/dd_payable_bank&gt;&lt;with_held&gt;with_held&lt;/with_held&gt;&lt;stan_code&gt;stan_code&lt;/stan_code&gt;&lt;stan_code__hq&gt;stan_code__hq&lt;/stan_code__hq&gt;&lt;other_info&gt;other_info&lt;/other_info&gt;&lt;chg_date&gt;chg_date&lt;/chg_date&gt;&lt;chg_user&gt;chg_user&lt;/chg_user&gt;&lt;chg_term&gt;chg_term&lt;/chg_term&gt;&lt;state_code__domicile&gt;state_code__domicile&lt;/state_code__domicile&gt;&lt;proj_code&gt;proj_code&lt;/proj_code&gt;&lt;depute_no&gt;depute_no&lt;/depute_no&gt;&lt;rating&gt;rating&lt;/rating&gt;&lt;probation&gt;probation&lt;/probation&gt;&lt;confirmed&gt;confirmed&lt;/confirmed&gt;&lt;alter_code&gt;alter_code&lt;/alter_code&gt;&lt;appr_no__last&gt;appr_no__last&lt;/appr_no__last&gt;&lt;status&gt;status&lt;/status&gt;&lt;design_code&gt;design_code&lt;/design_code&gt;&lt;site_code__payment&gt;site_code__payment&lt;/site_code__payment&gt;&lt;mobile_no&gt;mobile_no&lt;/mobile_no&gt;&lt;sms_domain&gt;sms_domain&lt;/sms_domain&gt;&lt;email_id_off&gt;email_id_off&lt;/email_id_off&gt;&lt;email_id_per&gt;email_id_per&lt;/email_id_per&gt;&lt;func_group&gt;func_group&lt;/func_group&gt;&lt;report_to__admin&gt;report_to__admin&lt;/report_to__admin&gt;&lt;admin_lname&gt;admin_lname&lt;/admin_lname&gt;&lt;admin_fname&gt;admin_fname&lt;/admin_fname&gt;&lt;normal_rate&gt;normal_rate&lt;/normal_rate&gt;&lt;ot_rate&gt;ot_rate&lt;/ot_rate&gt;&lt;maiden_name&gt;maiden_name&lt;/maiden_name&gt;&lt;birth_place&gt;birth_place&lt;/birth_place&gt;&lt;resi_permit_no&gt;resi_permit_no&lt;/resi_permit_no&gt;&lt;resi_permit_upto&gt;resi_permit_upto&lt;/resi_permit_upto&gt;&lt;social_security_no&gt;social_security_no&lt;/social_security_no&gt;&lt;pattern_code&gt;pattern_code&lt;/pattern_code&gt;&lt;gratuity_date&gt;gratuity_date&lt;/gratuity_date&gt;&lt;eligible_ot&gt;eligible_ot&lt;/eligible_ot&gt;&lt;standby_mode&gt;standby_mode&lt;/standby_mode&gt;&lt;work_tblno&gt;work_tblno&lt;/work_tblno&gt;&lt;supp_code__con&gt;supp_code__con&lt;/supp_code__con&gt;&lt;shift_index&gt;shift_index&lt;/shift_index&gt;&lt;ime_no&gt;ime_no&lt;/ime_no&gt;&lt;emp_class&gt;emp_class&lt;/emp_class&gt;&lt;occupation_code&gt;occupation_code&lt;/occupation_code&gt;&lt;class_descr&gt;class_descr&lt;/class_descr&gt;&lt;occ_descr&gt;occ_descr&lt;/occ_descr&gt;&lt;work_ctr&gt;work_ctr&lt;/work_ctr&gt;&lt;pos_code&gt;pos_code&lt;/pos_code&gt;&lt;admin_mname&gt;admin_mname&lt;/admin_mname&gt;&lt;report_fname&gt;report_fname&lt;/report_fname&gt;&lt;report_mname&gt;report_mname&lt;/report_mname&gt;&lt;report_lname&gt;report_lname&lt;/report_lname&gt;&lt;esi_dispensary&gt;esi_dispensary&lt;/esi_dispensary&gt;&lt;emp_code__hod&gt;emp_code__hod&lt;/emp_code__hod&gt;&lt;emp_code_hod__fname&gt;emp_code_hod__fname&lt;/emp_code_hod__fname&gt;&lt;emp_code_hod__mname&gt;emp_code_hod__mname&lt;/emp_code_hod__mname&gt;&lt;emp_code_hod__lname&gt;emp_code_hod__lname&lt;/emp_code_hod__lname&gt;&lt;pos_code_descr&gt;pos_code_descr&lt;/pos_code_descr&gt;&lt;auto_adv&gt;auto_adv&lt;/auto_adv&gt;&lt;pension_scheme&gt;pension_scheme&lt;/pension_scheme&gt;&lt;user_id&gt;user_id&lt;/user_id&gt;&lt;work_loc_code&gt;work_loc_code&lt;/work_loc_code&gt;&lt;parent_dept&gt;parent_dept&lt;/parent_dept&gt;&lt;ext_no&gt;ext_no&lt;/ext_no&gt;&lt;pf_uan&gt;pf_uan&lt;/pf_uan&gt;&lt;group_mediclaim&gt;group_mediclaim&lt;/group_mediclaim&gt;&lt;aadhar_card_no&gt;aadhar_card_no&lt;/aadhar_card_no&gt;&lt;election_card_no&gt;election_card_no&lt;/election_card_no&gt;&lt;driv_lic_no&gt;driv_lic_no&lt;/driv_lic_no&gt;&lt;driv_lic_valid_upto&gt;driv_lic_valid_upto&lt;/driv_lic_valid_upto&gt;&lt;physical_handicap&gt;physical_handicap&lt;/physical_handicap&gt;&lt;handicap_category&gt;handicap_category&lt;/handicap_category&gt;&lt;insider_trading_opt&gt;insider_trading_opt&lt;/insider_trading_opt&gt;&lt;parent_dept_descr&gt;parent_dept_descr&lt;/parent_dept_descr&gt;&lt;grade_descr&gt;grade_descr&lt;/grade_descr&gt;&lt;cadre_descr&gt;cadre_descr&lt;/cadre_descr&gt;&lt;department_descr&gt;department_descr&lt;/department_descr&gt;&lt;pension_eligible&gt;pension_eligible&lt;/pension_eligible&gt;&lt;ifsc&gt;ifsc&lt;/ifsc&gt;&lt;bu_code&gt;bu_code&lt;/bu_code&gt;&lt;bu_descr&gt;bu_descr&lt;/bu_descr&gt;&lt;emp_code__funchead&gt;emp_code__funchead&lt;/emp_code__funchead&gt;&lt;emp_code__buhead&gt;emp_code__buhead&lt;/emp_code__buhead&gt;&lt;func_group_descr&gt;func_group_descr&lt;/func_group_descr&gt;&lt;dept_hierarchy&gt;dept_hierarchy&lt;/dept_hierarchy&gt;&lt;funchead_name&gt;funchead_name&lt;/funchead_name&gt;&lt;buhead_name&gt;buhead_name&lt;/buhead_name&gt;&lt;mother_tongue&gt;mother_tongue&lt;/mother_tongue&gt;&lt;cast_category&gt;cast_category&lt;/cast_category&gt;&lt;count_code__birth&gt;count_code__birth&lt;/count_code__birth&gt;&lt;job_title&gt;job_title&lt;/job_title&gt;&lt;emp_id_external/&gt;&lt;mother_tongue_descr&gt;mother_tongue_descr&lt;/mother_tongue_descr&gt;&lt;birth_country_descr&gt;birth_country_descr&lt;/birth_country_descr&gt;&lt;cast_category_descr&gt;cast_category_descr&lt;/cast_category_descr&gt;&lt;emp_fname_long&gt;emp_fname_long&lt;/emp_fname_long&gt;&lt;emp_mname_long&gt;emp_mname_long&lt;/emp_mname_long&gt;&lt;emp_lname_long&gt;emp_lname_long&lt;/emp_lname_long&gt;&lt;/d_empfull_edit_row&gt;&lt;/d_empfull_edit&gt;</xml>
<xml>ead_name&amp;lt;/funchead_name&amp;gt;&amp;lt;buhead_name&amp;gt;buhead_name&amp;lt;/buhead_name&amp;gt;&amp;lt;mother_tongue&amp;gt;mother_tongue&amp;lt;/mother_tongue&amp;gt;&amp;lt;cast_category&amp;gt;cast_category&amp;lt;/cast_category&amp;gt;&amp;lt;count_code__birth&amp;gt;count_code__birth&amp;lt;/count_code__birth&amp;gt;&amp;lt;job_title&amp;gt;job_title&amp;lt;/job_title&amp;gt;&amp;lt;emp_id_external/&amp;gt;&amp;lt;mother_tongue_descr&amp;gt;mother_tongue_descr&amp;lt;/mother_tongue_descr&amp;gt;&amp;lt;birth_country_descr&amp;gt;birth_country_descr&amp;lt;/birth_country_descr&amp;gt;&amp;lt;cast_category_descr&amp;gt;cast_category_descr&amp;lt;/cast_category_descr&amp;gt;&amp;lt;emp_fname_long&amp;gt;emp_fname_long&amp;lt;/emp_fname_long&amp;gt;&amp;lt;emp_mname_long&amp;gt;emp_mname_long&amp;lt;/emp_mname_long&amp;gt;&amp;lt;emp_lname_long&amp;gt;emp_lname_long&amp;lt;/emp_lname_long&amp;gt;&amp;lt;/d_empfull_edit_row&amp;gt;&amp;lt;/d_empfull_edit&amp;gt;&lt;/xml&gt;
</xml>
</Template>
</Export.XML>
<Import.XML>
......
......@@ -843,6 +843,18 @@
<name>report_to__admin</name>
<dbname>employee.report_to__admin</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>admin_lname</name>
<dbname>admin_lname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>admin_fname</name>
<dbname>admin_fname</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
......@@ -996,6 +1008,30 @@
<name>pos_code</name>
<dbname>employee.pos_code</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>admin_mname</name>
<dbname>admin_mname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>report_fname</name>
<dbname>report_fname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>report_mname</name>
<dbname>report_mname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>report_lname</name>
<dbname>report_lname</dbname>
</table_column>
<table_column>
<type size="25">char</type>
<update>yes</update>
......@@ -1010,6 +1046,24 @@
<name>emp_code__hod</name>
<dbname>employee.emp_code__hod</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code_hod__fname</name>
<dbname>emp_code_hod__fname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code_hod__mname</name>
<dbname>emp_code_hod__mname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code_hod__lname</name>
<dbname>emp_code_hod__lname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
......@@ -1195,6 +1249,12 @@
<name>emp_code__buhead</name>
<dbname>business_units.emp_code__head</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>buhead_name</name>
<dbname>buhead_name</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
......@@ -1221,80 +1281,6 @@
<name>func_group_descr</name>
<dbname>func_group_descr</dbname>
</table_column>
<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>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>admin_lname</name>
<dbname>admin_lname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>admin_fname</name>
<dbname>admin_fname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>admin_mname</name>
<dbname>admin_mname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>report_fname</name>
<dbname>report_fname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>report_mname</name>
<dbname>report_mname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>report_lname</name>
<dbname>report_lname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code_hod__fname</name>
<dbname>emp_code_hod__fname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code_hod__mname</name>
<dbname>emp_code_hod__mname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code_hod__lname</name>
<dbname>emp_code_hod__lname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>buhead_name</name>
<dbname>buhead_name</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
......@@ -1302,28 +1288,21 @@
<dbname>funchead_name</dbname>
</table_column>
<table_column>
<type size="30">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_fname_long</name>
<dbname>employee.emp_fname_long</dbname>
</table_column>
<table_column>
<type size="30">char</type>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_mname_long</name>
<dbname>employee.emp_mname_long</dbname>
<name>retirement_age</name>
<dbname>employee.retirement_age</dbname>
</table_column>
<table_column>
<type size="30">char</type>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_lname_long</name>
<dbname>employee.emp_lname_long</dbname>
<name>retirement_date</name>
<dbname>employee.retirement_date</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;grade&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;business_units&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.contact_code&quot;) COLUMN(NAME=&quot;employee.emp_type&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.designation&quot;) COLUMN(NAME=&quot;employee.emp_code__link&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.grade&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.report_to&quot;) COLUMN(NAME=&quot;employee.short_name&quot;) COLUMN(NAME=&quot;employee.m_status&quot;) COLUMN(NAME=&quot;employee.m_status_date&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;employee.name_prefix&quot;) COLUMN(NAME=&quot;employee.birth_date&quot;) COLUMN(NAME=&quot;employee.blood_grp&quot;) COLUMN(NAME=&quot;employee.hobby1&quot;) COLUMN(NAME=&quot;employee.hobby2&quot;) COLUMN(NAME=&quot;employee.hobby3&quot;) COLUMN(NAME=&quot;employee.hobby4&quot;) COLUMN(NAME=&quot;employee.nationality&quot;) COLUMN(NAME=&quot;employee.citizen&quot;) COLUMN(NAME=&quot;employee.religion&quot;) COLUMN(NAME=&quot;employee.contact_pers&quot;) COLUMN(NAME=&quot;employee.contact_add1&quot;) COLUMN(NAME=&quot;employee.contact_add2&quot;) COLUMN(NAME=&quot;employee.contact_add3&quot;) COLUMN(NAME=&quot;employee.contact_city&quot;) COLUMN(NAME=&quot;employee.contact_state&quot;) COLUMN(NAME=&quot;employee.contact_tel&quot;) COLUMN(NAME=&quot;employee.contact_pin&quot;) COLUMN(NAME=&quot;employee.cur_add1&quot;) COLUMN(NAME=&quot;employee.cur_add2&quot;) COLUMN(NAME=&quot;employee.cur_add3&quot;) COLUMN(NAME=&quot;employee.cur_city&quot;) COLUMN(NAME=&quot;employee.cur_state&quot;) COLUMN(NAME=&quot;employee.cur_pin&quot;) COLUMN(NAME=&quot;employee.cur_tel1&quot;) COLUMN(NAME=&quot;employee.cur_tel2&quot;) COLUMN(NAME=&quot;employee.cur_tel3&quot;) COLUMN(NAME=&quot;employee.per_add1&quot;) COLUMN(NAME=&quot;employee.per_add2&quot;) COLUMN(NAME=&quot;employee.per_add3&quot;) COLUMN(NAME=&quot;employee.per_city&quot;) COLUMN(NAME=&quot;employee.per_state&quot;) COLUMN(NAME=&quot;employee.per_pin&quot;) COLUMN(NAME=&quot;employee.per_tel&quot;) COLUMN(NAME=&quot;employee.joined_as&quot;) COLUMN(NAME=&quot;employee.date_join&quot;) COLUMN(NAME=&quot;employee.mode_app&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.tot_exp&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.proc_group&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.date_conf&quot;) COLUMN(NAME=&quot;employee.notice_prd&quot;) COLUMN(NAME=&quot;employee.resi_date&quot;) COLUMN(NAME=&quot;employee.relieve_date&quot;) COLUMN(NAME=&quot;employee.hol_tblno&quot;) COLUMN(NAME=&quot;employee.work_shift&quot;) COLUMN(NAME=&quot;employee.shift_rot&quot;) COLUMN(NAME=&quot;employee.pay_type&quot;) COLUMN(NAME=&quot;employee.pf_no&quot;) COLUMN(NAME=&quot;employee.pay_mode&quot;) COLUMN(NAME=&quot;employee.fpf_no&quot;) COLUMN(NAME=&quot;employee.basic&quot;) COLUMN(NAME=&quot;employee.esic_no&quot;) COLUMN(NAME=&quot;employee.gross&quot;) COLUMN(NAME=&quot;employee.it_no&quot;) COLUMN(NAME=&quot;employee.bank_code&quot;) COLUMN(NAME=&quot;employee.acct_code__sal&quot;) COLUMN(NAME=&quot;employee.bank_acct&quot;) COLUMN(NAME=&quot;employee.cctr_code__sal&quot;) COLUMN(NAME=&quot;employee.dd_payable_bank&quot;) COLUMN(NAME=&quot;employee.with_held&quot;) COLUMN(NAME=&quot;employee.stan_code&quot;) COLUMN(NAME=&quot;employee.stan_code__hq&quot;) COLUMN(NAME=&quot;employee.other_info&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.state_code__domicile&quot;) COLUMN(NAME=&quot;employee.proj_code&quot;) COLUMN(NAME=&quot;employee.depute_no&quot;) COLUMN(NAME=&quot;employee.rating&quot;) COLUMN(NAME=&quot;employee.probation&quot;) COLUMN(NAME=&quot;employee.confirmed&quot;) COLUMN(NAME=&quot;employee.alter_code&quot;) COLUMN(NAME=&quot;employee.appr_no__last&quot;) COLUMN(NAME=&quot;employee.status&quot;) COLUMN(NAME=&quot;employee.design_code&quot;) COLUMN(NAME=&quot;employee.site_code__payment&quot;) COLUMN(NAME=&quot;employee.mobile_no&quot;) COLUMN(NAME=&quot;employee.sms_domain&quot;) COLUMN(NAME=&quot;employee.email_id_off&quot;) COLUMN(NAME=&quot;employee.email_id_per&quot;) COLUMN(NAME=&quot;employee.func_group&quot;) COLUMN(NAME=&quot;employee.report_to__admin&quot;) COLUMN(NAME=&quot;employee.normal_rate&quot;) COLUMN(NAME=&quot;employee.ot_rate&quot;) COLUMN(NAME=&quot;employee.maiden_name&quot;) COLUMN(NAME=&quot;employee.birth_place&quot;) COLUMN(NAME=&quot;employee.resi_permit_no&quot;) COLUMN(NAME=&quot;employee.resi_permit_upto&quot;) COLUMN(NAME=&quot;employee.social_security_no&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.ime_no&quot;) COLUMN(NAME=&quot;employee.emp_class&quot;) COLUMN(NAME=&quot;employee.occupation_code&quot;) COMPUTE(NAME=&quot;&apos; &apos; as class_descr&quot;) COMPUTE(NAME=&quot;&apos; &apos; as occ_descr&quot;) COLUMN(NAME=&quot;employee.work_ctr&quot;) COLUMN(NAME=&quot;employee.pos_code&quot;) COLUMN(NAME=&quot;employee.esi_dispensary&quot;) COLUMN(NAME=&quot;employee.emp_code__hod&quot;) COMPUTE(NAME=&quot;FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) pos_code_descr&quot;) COLUMN(NAME=&quot;employee.auto_adv&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.parent_dept&quot;) COLUMN(NAME=&quot;employee.ext_no&quot;) COLUMN(NAME=&quot;employee.pf_uan&quot;) COLUMN(NAME=&quot;employee.group_mediclaim&quot;) COLUMN(NAME=&quot;employee.aadhar_card_no&quot;) COLUMN(NAME=&quot;employee.election_card_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_valid_upto&quot;) COLUMN(NAME=&quot;employee.physical_handicap&quot;) COLUMN(NAME=&quot;employee.handicap_category&quot;) COLUMN(NAME=&quot;employee.insider_trading_opt&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.parent_dept) parent_dept_descr&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;cadre.descr&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.dept_code) department_descr&quot;) COLUMN(NAME=&quot;employee.pension_eligible&quot;) COLUMN(NAME=&quot;employee.ifsc&quot;) COLUMN(NAME=&quot;business_units.descr&quot;) COLUMN(NAME=&quot;business_units.emp_code__head&quot;) COMPUTE(NAME=&quot;FN_DEPT_HIER_DESC(department.dept_code) as dept_hierarchy&quot;) COLUMN(NAME=&quot;employee.bu_code&quot;) COLUMN(NAME=&quot;employee.emp_code__funchead&quot;) COMPUTE(NAME=&quot;FN_GET_BUFUNC_DESCR(employee.func_group) func_group_descr&quot;) COLUMN(NAME=&quot;employee.retirement_age&quot;) COLUMN(NAME=&quot;employee.retirement_date&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;L1&apos;) as admin_lname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;F1&apos;) as admin_fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;M1&apos;) as admin_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;F1&apos;) as report_fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;M1&apos;) as report_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;L1&apos;) as report_lname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;F1&apos;) as emp_code_hod__fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;M1&apos;) as emp_code_hod__mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;L1&apos;) as emp_code_hod__lname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(business_units.emp_code__head,&apos;FML1&apos;) as buhead_name&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__funchead,&apos;FML1&apos;) as funchead_name&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;) JOIN (LEFT=&quot;employee.grade&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; OUTER1 =&quot;employee.grade&quot; ) JOIN (LEFT=&quot;employee.cadre&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; OUTER1 =&quot;employee.cadre&quot; ) JOIN (LEFT=&quot;employee.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; OUTER1 =&quot;employee.dept_code&quot; ) JOIN (LEFT=&quot;employee.bu_code&quot; OP =&quot;=&quot;RIGHT=&quot;business_units.bu_code&quot; OUTER1 =&quot;employee.bu_code&quot; )WHERE( EXP1 =&quot;emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:a_emp_code&quot; ) ) ARG(NAME = &quot;a_emp_code&quot; TYPE = string) </retrieve>
<update>employee</update>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;grade&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;business_units&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.contact_code&quot;) COLUMN(NAME=&quot;employee.emp_type&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.designation&quot;) COLUMN(NAME=&quot;employee.emp_code__link&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.grade&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.report_to&quot;) COLUMN(NAME=&quot;employee.short_name&quot;) COLUMN(NAME=&quot;employee.m_status&quot;) COLUMN(NAME=&quot;employee.m_status_date&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;employee.name_prefix&quot;) COLUMN(NAME=&quot;employee.birth_date&quot;) COLUMN(NAME=&quot;employee.blood_grp&quot;) COLUMN(NAME=&quot;employee.hobby1&quot;) COLUMN(NAME=&quot;employee.hobby2&quot;) COLUMN(NAME=&quot;employee.hobby3&quot;) COLUMN(NAME=&quot;employee.hobby4&quot;) COLUMN(NAME=&quot;employee.nationality&quot;) COLUMN(NAME=&quot;employee.citizen&quot;) COLUMN(NAME=&quot;employee.religion&quot;) COLUMN(NAME=&quot;employee.contact_pers&quot;) COLUMN(NAME=&quot;employee.contact_add1&quot;) COLUMN(NAME=&quot;employee.contact_add2&quot;) COLUMN(NAME=&quot;employee.contact_add3&quot;) COLUMN(NAME=&quot;employee.contact_city&quot;) COLUMN(NAME=&quot;employee.contact_state&quot;) COLUMN(NAME=&quot;employee.contact_tel&quot;) COLUMN(NAME=&quot;employee.contact_pin&quot;) COLUMN(NAME=&quot;employee.cur_add1&quot;) COLUMN(NAME=&quot;employee.cur_add2&quot;) COLUMN(NAME=&quot;employee.cur_add3&quot;) COLUMN(NAME=&quot;employee.cur_city&quot;) COLUMN(NAME=&quot;employee.cur_state&quot;) COLUMN(NAME=&quot;employee.cur_pin&quot;) COLUMN(NAME=&quot;employee.cur_tel1&quot;) COLUMN(NAME=&quot;employee.cur_tel2&quot;) COLUMN(NAME=&quot;employee.cur_tel3&quot;) COLUMN(NAME=&quot;employee.per_add1&quot;) COLUMN(NAME=&quot;employee.per_add2&quot;) COLUMN(NAME=&quot;employee.per_add3&quot;) COLUMN(NAME=&quot;employee.per_city&quot;) COLUMN(NAME=&quot;employee.per_state&quot;) COLUMN(NAME=&quot;employee.per_pin&quot;) COLUMN(NAME=&quot;employee.per_tel&quot;) COLUMN(NAME=&quot;employee.joined_as&quot;) COLUMN(NAME=&quot;employee.date_join&quot;) COLUMN(NAME=&quot;employee.mode_app&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.tot_exp&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.proc_group&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.date_conf&quot;) COLUMN(NAME=&quot;employee.notice_prd&quot;) COLUMN(NAME=&quot;employee.resi_date&quot;) COLUMN(NAME=&quot;employee.relieve_date&quot;) COLUMN(NAME=&quot;employee.hol_tblno&quot;) COLUMN(NAME=&quot;employee.work_shift&quot;) COLUMN(NAME=&quot;employee.shift_rot&quot;) COLUMN(NAME=&quot;employee.pay_type&quot;) COLUMN(NAME=&quot;employee.pf_no&quot;) COLUMN(NAME=&quot;employee.pay_mode&quot;) COLUMN(NAME=&quot;employee.fpf_no&quot;) COLUMN(NAME=&quot;employee.basic&quot;) COLUMN(NAME=&quot;employee.esic_no&quot;) COLUMN(NAME=&quot;employee.gross&quot;) COLUMN(NAME=&quot;employee.it_no&quot;) COLUMN(NAME=&quot;employee.bank_code&quot;) COLUMN(NAME=&quot;employee.acct_code__sal&quot;) COLUMN(NAME=&quot;employee.bank_acct&quot;) COLUMN(NAME=&quot;employee.cctr_code__sal&quot;) COLUMN(NAME=&quot;employee.dd_payable_bank&quot;) COLUMN(NAME=&quot;employee.with_held&quot;) COLUMN(NAME=&quot;employee.stan_code&quot;) COLUMN(NAME=&quot;employee.stan_code__hq&quot;) COLUMN(NAME=&quot;employee.other_info&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.state_code__domicile&quot;) COLUMN(NAME=&quot;employee.proj_code&quot;) COLUMN(NAME=&quot;employee.depute_no&quot;) COLUMN(NAME=&quot;employee.rating&quot;) COLUMN(NAME=&quot;employee.probation&quot;) COLUMN(NAME=&quot;employee.confirmed&quot;) COLUMN(NAME=&quot;employee.alter_code&quot;) COLUMN(NAME=&quot;employee.appr_no__last&quot;) COLUMN(NAME=&quot;employee.status&quot;) COLUMN(NAME=&quot;employee.design_code&quot;) COLUMN(NAME=&quot;employee.site_code__payment&quot;) COLUMN(NAME=&quot;employee.mobile_no&quot;) COLUMN(NAME=&quot;employee.sms_domain&quot;) COLUMN(NAME=&quot;employee.email_id_off&quot;) COLUMN(NAME=&quot;employee.email_id_per&quot;) COLUMN(NAME=&quot;employee.func_group&quot;) COLUMN(NAME=&quot;employee.report_to__admin&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;L&apos;) admin_lname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;F&apos;) admin_fname&quot;) COLUMN(NAME=&quot;employee.normal_rate&quot;) COLUMN(NAME=&quot;employee.ot_rate&quot;) COLUMN(NAME=&quot;employee.maiden_name&quot;) COLUMN(NAME=&quot;employee.birth_place&quot;) COLUMN(NAME=&quot;employee.resi_permit_no&quot;) COLUMN(NAME=&quot;employee.resi_permit_upto&quot;) COLUMN(NAME=&quot;employee.social_security_no&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.ime_no&quot;) COLUMN(NAME=&quot;employee.emp_class&quot;) COLUMN(NAME=&quot;employee.occupation_code&quot;) COMPUTE(NAME=&quot;&apos; &apos; as class_descr&quot;) COMPUTE(NAME=&quot;&apos; &apos; as occ_descr&quot;) COLUMN(NAME=&quot;employee.work_ctr&quot;) COLUMN(NAME=&quot;employee.pos_code&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;M&apos;) admin_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;F&apos;) report_fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;M&apos;) report_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;L&apos;) report_lname&quot;) COLUMN(NAME=&quot;employee.esi_dispensary&quot;) COLUMN(NAME=&quot;employee.emp_code__hod&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;F&apos;) emp_code_hod__fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;M&apos;) emp_code_hod__mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;L&apos;) emp_code_hod__lname&quot;) COMPUTE(NAME=&quot;FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) pos_code_descr&quot;) COLUMN(NAME=&quot;employee.auto_adv&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.parent_dept&quot;) COLUMN(NAME=&quot;employee.ext_no&quot;) COLUMN(NAME=&quot;employee.pf_uan&quot;) COLUMN(NAME=&quot;employee.group_mediclaim&quot;) COLUMN(NAME=&quot;employee.aadhar_card_no&quot;) COLUMN(NAME=&quot;employee.election_card_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_valid_upto&quot;) COLUMN(NAME=&quot;employee.physical_handicap&quot;) COLUMN(NAME=&quot;employee.handicap_category&quot;) COLUMN(NAME=&quot;employee.insider_trading_opt&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.parent_dept) parent_dept_descr&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;cadre.descr&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.dept_code) department_descr&quot;) COLUMN(NAME=&quot;employee.pension_eligible&quot;) COLUMN(NAME=&quot;employee.ifsc&quot;) COLUMN(NAME=&quot;business_units.descr&quot;) COLUMN(NAME=&quot;business_units.emp_code__head&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(business_units.emp_code__head,&apos;X&apos;) as buhead_name&quot;) COMPUTE(NAME=&quot;FN_DEPT_HIER_DESC(department.dept_code) as dept_hierarchy&quot;) COLUMN(NAME=&quot;employee.bu_code&quot;) COLUMN(NAME=&quot;employee.emp_code__funchead&quot;) COMPUTE(NAME=&quot;FN_GET_BUFUNC_DESCR(employee.func_group) func_group_descr&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__funchead,&apos;X&apos;) as funchead_name&quot;) COLUMN(NAME=&quot;employee.retirement_age&quot;) COLUMN(NAME=&quot;employee.retirement_date&quot;) JOIN (LEFT=&quot;employee.grade&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; OUTER1 =&quot;employee.grade&quot; ) JOIN (LEFT=&quot;employee.cadre&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; OUTER1 =&quot;employee.cadre&quot; ) JOIN (LEFT=&quot;employee.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; OUTER1 =&quot;employee.dept_code&quot; ) JOIN (LEFT=&quot;employee.bu_code&quot; OP =&quot;=&quot;RIGHT=&quot;business_units.bu_code&quot; OUTER1 =&quot;employee.bu_code&quot; )WHERE( EXP1 =&quot;emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:a_emp_code&quot; ) ) ARG(NAME = &quot;a_emp_code&quot; TYPE = string) </retrieve>
<update>EMPLOYEE</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -1513,21 +1492,29 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Name F/M/L :</text>
<border>0</border>
<id>4</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>57</x>
<x>154</x>
<y>49</y>
<height>16</height>
<width>92</width>
<width>64</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>name_prefix_t</name>
<name>name_prefix</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>5</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1537,29 +1524,29 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>1090519039</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>5</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
<y>71</y>
<x>225</x>
<y>49</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__link</name>
<name>emp_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>15</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -1581,23 +1568,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
<y>93</y>
<x>334</x>
<y>49</y>
<height>16</height>
<width>63</width>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dept_code</name>
<name>emp_mname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<limit>15</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -1620,17 +1607,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Link Code :</text>
<text>Name F/M/L :</text>
<border>0</border>
<color>0</color>
<x>57</x>
<y>71</y>
<y>49</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__link_t</name>
<name>name_prefix_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -1645,21 +1632,31 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Department :</text>
<border>0</border>
<id>8</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>37</x>
<y>93</y>
<x>154</x>
<y>71</y>
<height>16</height>
<width>112</width>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dept_code_t</name>
<name>emp_code__link</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1669,32 +1666,33 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>1090519039</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>255</color>
<color>0</color>
<x>154</x>
<y>115</y>
<y>93</y>
<height>16</height>
<width>63</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>parent_dept</name>
<name>dept_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1707,16 +1705,109 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Parent Department :</text>
<text>Link Code :</text>
<border>0</border>
<color>0</color>
<x>37</x>
<x>57</x>
<y>71</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__link_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Department :</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>93</y>
<height>16</height>
<width>112</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dept_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>154</x>
<y>115</y>
<height>16</height>
<width>63</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>parent_dept</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Parent Department :</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>115</y>
<height>16</height>
<width>112</width>
......@@ -1741,7 +1832,7 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Employee Code :</text>
<text>Employee.Code :</text>
<border>0</border>
<color>0</color>
<x>45</x>
......@@ -1840,6 +1931,82 @@
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>444</x>
<y>49</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>upper</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>528</x>
<y>27</y>
<height>16</height>
<width>21</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>upper</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>29</id>
......@@ -1858,7 +2025,7 @@
<name>report_mname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -1895,7 +2062,7 @@
<name>emp_code_hod__mname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -1932,7 +2099,7 @@
<name>admin_mname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -1969,7 +2136,7 @@
<name>emp_code_hod__lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -1995,8 +2162,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>443</x>
<y>288</y>
<x>444</x>
<y>291</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
......@@ -2006,7 +2173,7 @@
<name>report_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -2043,7 +2210,7 @@
<name>admin_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>50</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
......@@ -2079,7 +2246,7 @@
<name>report_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -2116,7 +2283,7 @@
<name>emp_code_hod__fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -2142,8 +2309,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>223</x>
<y>312</y>
<x>222</x>
<y>313</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
......@@ -2153,7 +2320,7 @@
<name>admin_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<limit>50</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
......@@ -2189,7 +2356,7 @@
<name>buhead_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>92</limit>
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -2810,7 +2977,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>grade_code_t</name>
<name>grade_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -2838,7 +3005,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>cadre_code_t</name>
<name>cadre_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -2866,7 +3033,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>design_code_t</name>
<name>designation_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -2884,7 +3051,7 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Report To :</text>
<text>Reports To :</text>
<border>0</border>
<color>0</color>
<x>57</x>
......@@ -2912,7 +3079,7 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Report to Admin :</text>
<text>Report to admin :</text>
<border>0</border>
<color>0</color>
<x>47</x>
......@@ -2922,7 +3089,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>report_to__admin_t</name>
<name>t_14</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -3160,7 +3327,7 @@
<name>funchead_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>92</limit>
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
......@@ -3993,7 +4160,7 @@
<band>Detail</band>
<id>95</id>
<alignment>0</alignment>
<tabsequence>730</tabsequence>
<tabsequence>720</tabsequence>
<border>5</border>
<color>0</color>
<x>155</x>
......@@ -4709,7 +4876,7 @@
<band>Detail</band>
<id>88</id>
<alignment>0</alignment>
<tabsequence>660</tabsequence>
<tabsequence>650</tabsequence>
<border>5</border>
<color>0</color>
<x>155</x>
......@@ -4747,7 +4914,7 @@
<band>Detail</band>
<id>89</id>
<alignment>0</alignment>
<tabsequence>670</tabsequence>
<tabsequence>660</tabsequence>
<border>5</border>
<color>0</color>
<x>155</x>
......@@ -4785,7 +4952,7 @@
<band>Detail</band>
<id>91</id>
<alignment>0</alignment>
<tabsequence>690</tabsequence>
<tabsequence>680</tabsequence>
<border>5</border>
<color>0</color>
<x>155</x>
......@@ -4822,7 +4989,7 @@
<band>Detail</band>
<id>92</id>
<alignment>0</alignment>
<tabsequence>700</tabsequence>
<tabsequence>690</tabsequence>
<border>5</border>
<color>0</color>
<x>155</x>
......@@ -4859,7 +5026,7 @@
<band>Detail</band>
<id>93</id>
<alignment>0</alignment>
<tabsequence>710</tabsequence>
<tabsequence>700</tabsequence>
<border>5</border>
<color>0</color>
<x>155</x>
......@@ -5157,7 +5324,7 @@
<band>Detail</band>
<id>87</id>
<alignment>0</alignment>
<tabsequence>650</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>492</x>
......@@ -6215,7 +6382,7 @@
<band>Detail</band>
<id>90</id>
<alignment>0</alignment>
<tabsequence>680</tabsequence>
<tabsequence>670</tabsequence>
<border>5</border>
<color>0</color>
<x>481</x>
......@@ -6250,7 +6417,7 @@
<band>Detail</band>
<id>94</id>
<alignment>0</alignment>
<tabsequence>720</tabsequence>
<tabsequence>710</tabsequence>
<border>5</border>
<color>0</color>
<x>461</x>
......@@ -6285,7 +6452,7 @@
<band>Detail</band>
<id>96</id>
<alignment>0</alignment>
<tabsequence>740</tabsequence>
<tabsequence>730</tabsequence>
<border>5</border>
<color>0</color>
<x>481</x>
......@@ -7218,13 +7385,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Age :</text>
<text>Retirement Age(Months) :</text>
<border>0</border>
<color>0</color>
<x>18</x>
<x>12</x>
<y>1512</y>
<height>15</height>
<width>131</width>
<width>137</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -7246,7 +7413,7 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Age :</text>
<text>Retirement Date :</text>
<border>0</border>
<color>0</color>
<x>18</x>
......@@ -7275,7 +7442,7 @@
<band>Detail</band>
<id>97</id>
<alignment>0</alignment>
<tabsequence>750</tabsequence>
<tabsequence>740</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -7313,7 +7480,7 @@
<band>Detail</band>
<id>99</id>
<alignment>0</alignment>
<tabsequence>770</tabsequence>
<tabsequence>760</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -7351,7 +7518,7 @@
<band>Detail</band>
<id>101</id>
<alignment>0</alignment>
<tabsequence>790</tabsequence>
<tabsequence>780</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -7389,7 +7556,7 @@
<band>Detail</band>
<id>103</id>
<alignment>0</alignment>
<tabsequence>810</tabsequence>
<tabsequence>800</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -7427,7 +7594,7 @@
<band>Detail</band>
<id>105</id>
<alignment>0</alignment>
<tabsequence>830</tabsequence>
<tabsequence>820</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -7463,9 +7630,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>159</id>
<id>106</id>
<alignment>1</alignment>
<tabsequence>840</tabsequence>
<tabsequence>830</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -7504,7 +7671,7 @@
<band>Detail</band>
<id>102</id>
<alignment>0</alignment>
<tabsequence>800</tabsequence>
<tabsequence>790</tabsequence>
<border>5</border>
<color>0</color>
<x>466</x>
......@@ -7542,7 +7709,7 @@
<band>Detail</band>
<id>104</id>
<alignment>0</alignment>
<tabsequence>820</tabsequence>
<tabsequence>810</tabsequence>
<border>5</border>
<color>0</color>
<x>466</x>
......@@ -7578,9 +7745,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>160</id>
<id>107</id>
<alignment>1</alignment>
<tabsequence>850</tabsequence>
<tabsequence>840</tabsequence>
<border>5</border>
<color>0</color>
<x>481</x>
......@@ -7618,7 +7785,7 @@
<band>Detail</band>
<id>100</id>
<alignment>1</alignment>
<tabsequence>780</tabsequence>
<tabsequence>770</tabsequence>
<border>5</border>
<color>0</color>
<x>466</x>
......@@ -7655,9 +7822,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>107</id>
<id>109</id>
<alignment>1</alignment>
<tabsequence>860</tabsequence>
<tabsequence>850</tabsequence>
<border>5</border>
<color>0</color>
<x>373</x>
......@@ -7694,7 +7861,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>106</id>
<id>108</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -7729,7 +7896,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>109</id>
<id>111</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -7820,7 +7987,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>110</id>
<id>112</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -7856,7 +8023,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>108</id>
<id>110</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -7920,9 +8087,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>118</id>
<id>120</id>
<alignment>0</alignment>
<tabsequence>920</tabsequence>
<tabsequence>910</tabsequence>
<border>5</border>
<color>0</color>
<x>320</x>
......@@ -7958,9 +8125,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>115</id>
<id>117</id>
<alignment>1</alignment>
<tabsequence>890</tabsequence>
<tabsequence>880</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -7996,9 +8163,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>117</id>
<id>119</id>
<alignment>0</alignment>
<tabsequence>910</tabsequence>
<tabsequence>900</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -8032,9 +8199,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>122</id>
<id>124</id>
<alignment>0</alignment>
<tabsequence>960</tabsequence>
<tabsequence>950</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -8070,9 +8237,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>124</id>
<id>126</id>
<alignment>0</alignment>
<tabsequence>980</tabsequence>
<tabsequence>970</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -8107,9 +8274,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>125</id>
<id>127</id>
<alignment>0</alignment>
<tabsequence>990</tabsequence>
<tabsequence>980</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -8145,9 +8312,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>161</id>
<id>129</id>
<alignment>0</alignment>
<tabsequence>1000</tabsequence>
<tabsequence>990</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -8182,9 +8349,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>162</id>
<id>130</id>
<alignment>0</alignment>
<tabsequence>1010</tabsequence>
<tabsequence>1000</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -8331,9 +8498,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>123</id>
<id>125</id>
<alignment>0</alignment>
<tabsequence>970</tabsequence>
<tabsequence>960</tabsequence>
<border>5</border>
<color>0</color>
<x>482</x>
......@@ -8367,9 +8534,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>121</id>
<id>123</id>
<alignment>0</alignment>
<tabsequence>950</tabsequence>
<tabsequence>940</tabsequence>
<border>5</border>
<color>0</color>
<x>482</x>
......@@ -8404,9 +8571,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>119</id>
<id>121</id>
<alignment>0</alignment>
<tabsequence>930</tabsequence>
<tabsequence>920</tabsequence>
<border>5</border>
<color>0</color>
<x>494</x>
......@@ -8441,9 +8608,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>116</id>
<id>118</id>
<alignment>1</alignment>
<tabsequence>900</tabsequence>
<tabsequence>890</tabsequence>
<border>5</border>
<color>0</color>
<x>494</x>
......@@ -8479,7 +8646,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>126</id>
<id>128</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -8544,9 +8711,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>164</id>
<id>132</id>
<alignment>0</alignment>
<tabsequence>1030</tabsequence>
<tabsequence>1020</tabsequence>
<border>5</border>
<color>0</color>
<x>482</x>
......@@ -8609,9 +8776,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>163</id>
<id>131</id>
<alignment>0</alignment>
<tabsequence>1020</tabsequence>
<tabsequence>1010</tabsequence>
<border>5</border>
<color>0</color>
<x>294</x>
......@@ -8646,9 +8813,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>120</id>
<id>122</id>
<alignment>0</alignment>
<tabsequence>940</tabsequence>
<tabsequence>930</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -8681,9 +8848,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>113</id>
<id>115</id>
<alignment>0</alignment>
<tabsequence>870</tabsequence>
<tabsequence>860</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
......@@ -8745,9 +8912,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>114</id>
<id>116</id>
<alignment>0</alignment>
<tabsequence>880</tabsequence>
<tabsequence>870</tabsequence>
<border>5</border>
<color>0</color>
<x>494</x>
......@@ -8783,7 +8950,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>111</id>
<id>113</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -8846,7 +9013,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>112</id>
<id>114</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -8883,7 +9050,7 @@
<band>Detail</band>
<id>98</id>
<alignment>0</alignment>
<tabsequence>760</tabsequence>
<tabsequence>750</tabsequence>
<border>5</border>
<color>0</color>
<x>454</x>
......@@ -9084,12 +9251,12 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>157</id>
<id>168</id>
<alignment>0</alignment>
<tabsequence>1040</tabsequence>
<tabsequence>1030</tabsequence>
<border>5</border>
<color>255</color>
<x>152</x>
<x>154</x>
<y>1513</y>
<height>15</height>
<width>90</width>
......@@ -9120,12 +9287,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>158</id>
<id>169</id>
<alignment>0</alignment>
<tabsequence>1050</tabsequence>
<tabsequence>1040</tabsequence>
<border>5</border>
<color>255</color>
<x>152</x>
<x>154</x>
<y>1532</y>
<height>15</height>
<width>90</width>
......@@ -9629,9 +9796,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>128</id>
<id>134</id>
<alignment>0</alignment>
<tabsequence>1070</tabsequence>
<tabsequence>1060</tabsequence>
<border>5</border>
<color>0</color>
<x>475</x>
......@@ -9749,9 +9916,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>132</id>
<id>141</id>
<alignment>0</alignment>
<tabsequence>1140</tabsequence>
<tabsequence>1130</tabsequence>
<border>5</border>
<color>0</color>
<x>475</x>
......@@ -9787,9 +9954,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>130</id>
<id>139</id>
<alignment>0</alignment>
<tabsequence>1120</tabsequence>
<tabsequence>1110</tabsequence>
<border>5</border>
<color>0</color>
<x>475</x>
......@@ -9825,9 +9992,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>166</id>
<id>136</id>
<alignment>1</alignment>
<tabsequence>1090</tabsequence>
<tabsequence>1080</tabsequence>
<border>5</border>
<color>0</color>
<x>470</x>
......@@ -9892,9 +10059,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>129</id>
<id>138</id>
<alignment>0</alignment>
<tabsequence>1110</tabsequence>
<tabsequence>1100</tabsequence>
<border>5</border>
<color>0</color>
<x>295</x>
......@@ -9929,9 +10096,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>127</id>
<id>133</id>
<alignment>0</alignment>
<tabsequence>1060</tabsequence>
<tabsequence>1050</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -9965,9 +10132,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>165</id>
<id>135</id>
<alignment>1</alignment>
<tabsequence>1080</tabsequence>
<tabsequence>1070</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10004,9 +10171,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>167</id>
<id>137</id>
<alignment>0</alignment>
<tabsequence>1100</tabsequence>
<tabsequence>1090</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10042,9 +10209,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>131</id>
<id>140</id>
<alignment>0</alignment>
<tabsequence>1130</tabsequence>
<tabsequence>1120</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10080,9 +10247,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>137</id>
<id>146</id>
<alignment>0</alignment>
<tabsequence>1190</tabsequence>
<tabsequence>1180</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10146,9 +10313,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>146</id>
<id>155</id>
<alignment>0</alignment>
<tabsequence>1280</tabsequence>
<tabsequence>1270</tabsequence>
<border>5</border>
<color>0</color>
<x>317</x>
......@@ -10184,9 +10351,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>140</id>
<id>149</id>
<alignment>0</alignment>
<tabsequence>1220</tabsequence>
<tabsequence>1210</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10222,9 +10389,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>141</id>
<id>150</id>
<alignment>0</alignment>
<tabsequence>1230</tabsequence>
<tabsequence>1220</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10258,9 +10425,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>143</id>
<id>152</id>
<alignment>0</alignment>
<tabsequence>1250</tabsequence>
<tabsequence>1240</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10296,9 +10463,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>145</id>
<id>154</id>
<alignment>1</alignment>
<tabsequence>1270</tabsequence>
<tabsequence>1260</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10334,7 +10501,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>148</id>
<id>157</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -10372,9 +10539,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>150</id>
<id>159</id>
<alignment>0</alignment>
<tabsequence>1300</tabsequence>
<tabsequence>1290</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10409,9 +10576,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>152</id>
<id>161</id>
<alignment>0</alignment>
<tabsequence>1320</tabsequence>
<tabsequence>1310</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10557,9 +10724,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>168</id>
<id>162</id>
<alignment>0</alignment>
<tabsequence>1330</tabsequence>
<tabsequence>1320</tabsequence>
<border>5</border>
<color>0</color>
<x>493</x>
......@@ -10593,9 +10760,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>151</id>
<id>160</id>
<alignment>0</alignment>
<tabsequence>1310</tabsequence>
<tabsequence>1300</tabsequence>
<border>5</border>
<color>0</color>
<x>493</x>
......@@ -10629,9 +10796,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>149</id>
<id>158</id>
<alignment>0</alignment>
<tabsequence>1290</tabsequence>
<tabsequence>1280</tabsequence>
<border>5</border>
<color>0</color>
<x>477</x>
......@@ -10667,9 +10834,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>144</id>
<id>153</id>
<alignment>0</alignment>
<tabsequence>1260</tabsequence>
<tabsequence>1250</tabsequence>
<border>5</border>
<color>0</color>
<x>470</x>
......@@ -10705,9 +10872,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>138</id>
<id>147</id>
<alignment>0</alignment>
<tabsequence>1200</tabsequence>
<tabsequence>1190</tabsequence>
<border>5</border>
<color>0</color>
<x>337</x>
......@@ -10743,9 +10910,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>133</id>
<id>142</id>
<alignment>0</alignment>
<tabsequence>1150</tabsequence>
<tabsequence>1140</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10781,9 +10948,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>135</id>
<id>144</id>
<alignment>0</alignment>
<tabsequence>1170</tabsequence>
<tabsequence>1160</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10875,9 +11042,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>134</id>
<id>143</id>
<alignment>0</alignment>
<tabsequence>1160</tabsequence>
<tabsequence>1150</tabsequence>
<border>5</border>
<color>0</color>
<x>490</x>
......@@ -10913,9 +11080,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>136</id>
<id>145</id>
<alignment>0</alignment>
<tabsequence>1180</tabsequence>
<tabsequence>1170</tabsequence>
<border>5</border>
<color>0</color>
<x>496</x>
......@@ -10951,9 +11118,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>139</id>
<id>148</id>
<alignment>0</alignment>
<tabsequence>1210</tabsequence>
<tabsequence>1200</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -10988,9 +11155,9 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>142</id>
<id>151</id>
<alignment>0</alignment>
<tabsequence>1240</tabsequence>
<tabsequence>1230</tabsequence>
<border>5</border>
<color>0</color>
<x>497</x>
......@@ -11082,7 +11249,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>147</id>
<id>156</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -11153,7 +11320,7 @@
<color>0</color>
<x>8</x>
<y>1945</y>
<height>128</height>
<height>108</height>
<width>571</width>
<name>gb_5</name>
<visible>1</visible>
......@@ -11229,9 +11396,9 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>153</id>
<id>163</id>
<alignment>0</alignment>
<tabsequence>1340</tabsequence>
<tabsequence>1330</tabsequence>
<border>5</border>
<color>0</color>
<x>156</x>
......@@ -11267,7 +11434,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>154</id>
<id>164</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -11304,305 +11471,6 @@
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>266</x>
<y>2047</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_mname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>upper</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>376</x>
<y>2047</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>upper</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>157</x>
<y>2047</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>upper</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>528</x>
<y>27</y>
<height>16</height>
<width>21</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>upper</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>154</x>
<y>49</y>
<height>16</height>
<width>64</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>name_prefix</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>5</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>170</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>224</x>
<y>49</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_long</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>171</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>334</x>
<y>49</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_mname_long</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>172</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>444</x>
<y>48</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname_long</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -1413,6 +1413,30 @@
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Work</text>
<border>2</border>
<color>0</color>
<x>5</x>
<y>1227</y>
<height>483</height>
<width>552</width>
<name>gb_3</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
......@@ -7225,30 +7249,6 @@
<color>67108864</color>
</background>
</ColumnObject>
<GroupBox>
<band>Detail</band>
<text>Work</text>
<border>2</border>
<color>0</color>
<x>5</x>
<y>1227</y>
<height>483</height>
<width>552</width>
<name>gb_3</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -7417,34 +7417,6 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Joined As :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1254</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>joined_as_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>55</id>
......@@ -7483,34 +7455,6 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Employment Site :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1294</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_site_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>54</id>
......@@ -7625,34 +7569,6 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Process Group :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1334</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>proc_group_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>99</id>
......@@ -7691,34 +7607,6 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Notice Period :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1354</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>notice_prd_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -7785,34 +7673,6 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Probation.Date :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1374</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>probation_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -8036,21 +7896,28 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Mode of Appoint :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1274</y>
<id>60</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>153</x>
<y>1374</y>
<height>16</height>
<width>107</width>
<width>57</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>mode_app_t</name>
<name>probation_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -8060,24 +7927,24 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Confirmation Date :</text>
<text>Shift Rotate :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1394</y>
<x>221</x>
<y>1414</y>
<height>16</height>
<width>107</width>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>date_conf_t</name>
<name>shift_rot_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -8094,25 +7961,26 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>60</id>
<id>68</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>910</tabsequence>
<border>5</border>
<color>255</color>
<x>153</x>
<y>1374</y>
<color>0</color>
<x>305</x>
<y>1414</y>
<height>16</height>
<width>57</width>
<format>dd/mm/yy</format>
<width>46</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>probation_date</name>
<name>shift_rot</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -8124,102 +7992,10 @@
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Relieved on :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1414</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>relieve_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Shift Rotate :</text>
<border>0</border>
<color>0</color>
<x>221</x>
<y>1414</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>shift_rot_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>68</id>
<alignment>0</alignment>
<tabsequence>910</tabsequence>
<border>5</border>
<color>0</color>
<x>305</x>
<y>1414</y>
<height>16</height>
<width>46</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>shift_rot</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>62</id>
<alignment>0</alignment>
......@@ -8461,62 +8237,6 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Site :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1314</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_site_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Normal Rate: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1434</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>normal_rate_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>65</id>
......@@ -8552,34 +8272,6 @@
<color>79741120</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Eligible for Extra Work :</text>
<border>0</border>
<color>0</color>
<x>17</x>
<y>1454</y>
<height>16</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eligible_ot_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -8683,34 +8375,6 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Gratuity Date: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1474</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>gratuity_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>120</id>
......@@ -8855,21 +8519,31 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Table: </text>
<border>0</border>
<id>119</id>
<alignment>0</alignment>
<tabsequence>1000</tabsequence>
<border>5</border>
<color>0</color>
<x>56</x>
<x>153</x>
<y>1494</y>
<height>16</height>
<width>92</width>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_tblno_t</name>
<name>work_tblno</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -8879,120 +8553,26 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>1090519039</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Centre :</text>
<border>0</border>
<id>127</id>
<alignment>0</alignment>
<tabsequence>1020</tabsequence>
<border>5</border>
<color>0</color>
<x>56</x>
<x>153</x>
<y>1514</y>
<height>16</height>
<width>92</width>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_ctr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>119</id>
<alignment>0</alignment>
<tabsequence>1000</tabsequence>
<border>5</border>
<color>0</color>
<x>153</x>
<y>1494</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_tblno</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</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>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Occupation Code :</text>
<border>0</border>
<color>0</color>
<x>29</x>
<y>1534</y>
<height>16</height>
<width>119</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>occupation_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>127</id>
<alignment>0</alignment>
<tabsequence>1020</tabsequence>
<border>5</border>
<color>0</color>
<x>153</x>
<y>1514</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_ctr</name>
<name>work_ctr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -9014,34 +8594,6 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pension Scheme :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<y>1554</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pension_scheme_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>124</id>
......@@ -9080,34 +8632,6 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Location :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<y>1574</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_loc_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -11901,11 +11425,18 @@
<y>1653</y>
<height>15</height>
<width>94</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_age</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>
......@@ -11930,11 +11461,18 @@
<y>1672</y>
<height>15</height>
<width>94</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -11951,13 +11489,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Age :</text>
<text>Retirement Age(Months) :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<x>7</x>
<y>1653</y>
<height>16</height>
<width>99</width>
<height>15</height>
<width>141</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -12004,6 +11542,482 @@
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Joined As :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1254</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>joined_as_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Mode of Appoint :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1274</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>mode_app_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Employment Site :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1294</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_site_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Site :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1314</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_site_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Process Group :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1334</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>proc_group_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Notice Period :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1354</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>notice_prd_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Probation.Date :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1374</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>probation_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Confirmation Date :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1394</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>date_conf_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Relieved on :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1414</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>relieve_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Normal Rate: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1434</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>normal_rate_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Eligible for Extra Work :</text>
<border>0</border>
<color>0</color>
<x>17</x>
<y>1454</y>
<height>16</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eligible_ot_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Gratuity Date: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1474</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>gratuity_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Table: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1494</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_tblno_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Centre :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1514</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_ctr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Occupation Code :</text>
<border>0</border>
<color>0</color>
<x>29</x>
<y>1534</y>
<height>16</height>
<width>119</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>occupation_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pension Scheme :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<y>1554</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pension_scheme_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Location :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<y>1574</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_loc_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -3104,15 +3104,22 @@
<tabsequence>290</tabsequence>
<border>5</border>
<color>0</color>
<x>171</x>
<x>172</x>
<y>469</y>
<height>16</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_age</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>
......@@ -3133,15 +3140,22 @@
<tabsequence>300</tabsequence>
<border>5</border>
<color>0</color>
<x>171</x>
<x>172</x>
<y>489</y>
<height>15</height>
<width>93</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -3158,13 +3172,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Age :</text>
<text>Retirement Age(Months) :</text>
<border>0</border>
<color>0</color>
<x>59</x>
<x>9</x>
<y>469</y>
<height>16</height>
<width>109</width>
<height>17</height>
<width>159</width>
<html>
<valueishtml>0</valueishtml>
</html>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -186,6 +186,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
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="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="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="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" )
......@@ -359,24 +360,18 @@ 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=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" )
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" )
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=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" )
text(band=detail alignment="1" text="Previous Experience :" border="0" color="0" x="337" y="1274" height="16" width="123" 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="1" background.color="536870912" )
column(band=detail id=56 alignment="1" tabsequence=820 border="5" color="0" x="465" y="1274" height="16" width="69" format="0" html.valueishtml="0" name=tot_exp visible="1" edit.limit=3 edit.case=upper edit.format="##0" 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 As :" border="0" color="0" x="56" y="1254" height="16" width="92" 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="1" background.color="536870912" )
column(band=detail id=55 alignment="0" tabsequence=840 border="5" color="0" x="465" y="1294" height="16" width="69" 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="1090519039" )
text(band=detail alignment="1" text="Employment Site :" border="0" color="0" x="41" y="1294" height="16" width="107" html.valueishtml="0" name=emp_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="1" background.color="536870912" )
column(band=detail id=54 alignment="0" tabsequence=830 border="5" color="0" x="153" y="1294" height="16" width="69" 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="1090519039" )
column(band=detail id=57 alignment="0" tabsequence=850 border="5" color="0" x="153" y="1314" height="16" width="69" 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="1090519039" )
column(band=detail id=58 alignment="0" tabsequence=870 border="5" color="0" x="153" y="1334" height="16" width="49" format="[general]" html.valueishtml="0" name=proc_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="1090519039" )
text(band=detail alignment="1" text="Process Group :" border="0" color="0" x="56" y="1334" height="16" width="92" html.valueishtml="0" name=proc_group_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=99 alignment="0" tabsequence=860 border="5" color="0" x="465" y="1314" height="16" width="69" 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="1090519039" )
text(band=detail alignment="1" text="Notice Period :" border="0" color="0" x="56" y="1354" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Training Period :" border="0" color="0" x="367" y="1354" height="16" width="93" 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="1" background.color="536870912" )
column(band=detail id=59 alignment="1" tabsequence=890 border="5" color="0" x="465" y="1354" height="16" width="69" format="0" html.valueishtml="0" name=training_prd visible="1" edit.limit=2 edit.case=any edit.format="#0" 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="Probation.Date :" border="0" color="0" x="56" y="1374" height="16" width="92" html.valueishtml="0" name=probation_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Probation Period :" border="0" color="0" x="220" y="1374" height="16" width="103" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Probation :" border="0" color="0" x="403" y="1374" height="16" width="69" html.valueishtml="0" name=probation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=93 alignment="0" tabsequence=32766 border="5" color="255" x="477" y="1374" height="16" width="58" format="[general]" html.valueishtml="0" name=probation 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="79741120" )
......@@ -384,10 +379,7 @@ column(band=detail id=63 alignment="1" tabsequence=880 border="5" color="0" x="1
text(band=detail alignment="1" text="Confirmed :" border="0" color="0" x="221" y="1394" height="16" width="72" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=94 alignment="0" tabsequence=32766 border="5" color="255" x="297" y="1394" height="16" width="59" format="[general]" html.valueishtml="0" name=confirmed 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="79741120" )
text(band=detail alignment="1" text="Resignation Date :" border="0" color="0" x="372" y="1394" height="16" width="101" html.valueishtml="0" name=resi_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Mode of Appoint :" border="0" color="0" x="41" y="1274" height="16" width="107" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Confirmation Date :" border="0" color="0" x="41" y="1394" height="16" width="107" html.valueishtml="0" name=date_conf_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=60 alignment="0" tabsequence=32766 border="5" color="255" x="153" y="1374" height="16" width="57" format="dd/mm/yy" html.valueishtml="0" name=probation_date 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="79741120" )
text(band=detail alignment="1" text="Relieved on :" border="0" color="0" x="56" y="1414" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Shift Rotate :" border="0" color="0" x="221" y="1414" height="16" width="80" 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="1" background.color="536870912" )
column(band=detail id=68 alignment="0" tabsequence=910 border="5" color="0" x="305" y="1414" height="16" width="46" format="[general]" html.valueishtml="0" name=shift_rot 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=62 alignment="0" tabsequence=32766 border="5" color="255" x="153" y="1394" height="16" width="57" format="dd/mm/yy" html.valueishtml="0" name=date_conf 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="79741120" )
......@@ -397,26 +389,17 @@ column(band=detail id=64 alignment="0" tabsequence=32766 border="5" color="255"
column(band=detail id=109 alignment="1" tabsequence=940 border="5" color="0" x="477" y="1434" height="16" width="57" format="###,###,##0.00" html.valueishtml="0" name=ot_rate visible="1" edit.limit=14 edit.case=any 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="Work Shift :" border="0" color="0" x="407" y="1414" height="16" width="66" html.valueishtml="0" name=work_shift_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Extra Working Rate :" border="0" color="0" x="359" y="1434" height="16" width="114" html.valueishtml="0" name=ot_rate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Work Site :" border="0" color="0" x="56" y="1314" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Normal Rate: " border="0" color="0" x="56" y="1434" height="16" width="92" 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="1" background.color="536870912" )
column(band=detail id=65 alignment="0" tabsequence=32766 border="5" color="255" x="153" y="1414" height="16" width="57" format="dd/mm/yy" html.valueishtml="0" name=relieve_date 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="79741120" )
text(band=detail alignment="1" text="Eligible for Extra Work :" border="0" color="0" x="17" y="1454" height="16" width="131" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Pattern Code :" border="0" color="0" x="232" y="1454" height="16" width="83" 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="1" background.color="536870912" )
column(band=detail id=121 alignment="0" tabsequence=970 border="5" color="0" x="477" y="1454" height="16" width="57" 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="1090519039" )
column(band=detail id=108 alignment="1" tabsequence=930 border="5" color="0" x="153" y="1434" height="16" width="66" format="###,###,##0.00" html.valueishtml="0" name=normal_rate visible="1" edit.limit=0 edit.case=any edit.format="###,###,##0.00" 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="Gratuity Date: " border="0" color="0" x="56" y="1474" height="16" width="92" 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="1" background.color="536870912" )
column(band=detail id=120 alignment="0" tabsequence=990 border="5" color="0" x="465" y="1474" height="16" width="70" 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="1090519039" )
column(band=detail id=117 alignment="0" tabsequence=950 border="5" color="0" x="153" y="1454" height="16" width="70" 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="1090519039" )
column(band=detail id=118 alignment="0" tabsequence=1010 border="5" color="0" x="465" y="1494" height="16" width="70" 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="1090519039" )
column(band=detail id=116 alignment="0" tabsequence=980 border="5" color="0" x="153" y="1474" height="16" width="66" 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="1090519039" )
text(band=detail alignment="1" text="Work Table: " border="0" color="0" x="56" y="1494" height="16" width="92" html.valueishtml="0" name=work_tblno_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Work Centre :" border="0" color="0" x="56" y="1514" height="16" width="92" html.valueishtml="0" name=work_ctr_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=119 alignment="0" tabsequence=1000 border="5" color="0" x="153" y="1494" height="16" width="66" format="[general]" html.valueishtml="0" name=work_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="Occupation Code :" border="0" color="0" x="29" y="1534" height="16" width="119" 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="1" background.color="553648127" )
column(band=detail id=127 alignment="0" tabsequence=1020 border="5" color="0" x="153" y="1514" height="16" width="66" format="[general]" html.valueishtml="0" name=work_ctr 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="1090519039" )
text(band=detail alignment="1" text="Pension Scheme :" border="0" color="0" x="49" y="1554" 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="1" background.color="553648127" )
column(band=detail id=124 alignment="0" tabsequence=1030 border="5" color="0" x="153" y="1534" height="16" width="66" format="[general]" html.valueishtml="0" name=occupation_code visible="1" edit.limit=0 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="Work Location :" border="0" color="0" x="49" y="1574" 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="1" background.color="553648127" )
text(band=detail alignment="1" text="User ID :" border="0" color="0" x="226" y="1574" height="16" width="56" 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="1" background.color="553648127" )
text(band=detail alignment="1" text="Ext No :" border="0" color="0" x="408" y="1574" height="16" width="53" 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="1" background.color="553648127" )
text(band=detail alignment="1" text="Payroll Site :" border="0" color="0" x="369" y="1294" height="16" width="91" 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="1" background.color="536870912" )
......@@ -502,10 +485,27 @@ text(band=detail alignment="1" text="Other Info:" border="0" color="0" x="56" y=
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" )
column(band=detail id=180 alignment="0" tabsequence=1090 border="5" color="0" x="152" y="1653" height="15" width="94" format="[general]" html.valueishtml="0" name=retirement_age 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="1090519039" )
column(band=detail id=181 alignment="0" tabsequence=1100 border="5" color="0" x="152" y="1672" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=retirement_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Retirement Age(Months) :" border="0" color="0" x="7" y="1653" height="15" width="141" 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" )
text(band=detail alignment="1" text="Joined As :" border="0" color="0" x="56" y="1254" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Mode of Appoint :" border="0" color="0" x="41" y="1274" height="16" width="107" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Employment Site :" border="0" color="0" x="41" y="1294" height="16" width="107" html.valueishtml="0" name=emp_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Work Site :" border="0" color="0" x="56" y="1314" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Process Group :" border="0" color="0" x="56" y="1334" height="16" width="92" html.valueishtml="0" name=proc_group_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Notice Period :" border="0" color="0" x="56" y="1354" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Probation.Date :" border="0" color="0" x="56" y="1374" height="16" width="92" html.valueishtml="0" name=probation_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Confirmation Date :" border="0" color="0" x="41" y="1394" height="16" width="107" html.valueishtml="0" name=date_conf_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Relieved on :" border="0" color="0" x="56" y="1414" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Normal Rate: " border="0" color="0" x="56" y="1434" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Eligible for Extra Work :" border="0" color="0" x="17" y="1454" height="16" width="131" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Gratuity Date: " border="0" color="0" x="56" y="1474" height="16" width="92" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Work Table: " border="0" color="0" x="56" y="1494" height="16" width="92" html.valueishtml="0" name=work_tblno_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Work Centre :" border="0" color="0" x="56" y="1514" height="16" width="92" html.valueishtml="0" name=work_ctr_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="Occupation Code :" border="0" color="0" x="29" y="1534" height="16" width="119" 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="1" background.color="553648127" )
text(band=detail alignment="1" text="Pension Scheme :" border="0" color="0" x="49" y="1554" 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="1" background.color="553648127" )
text(band=detail alignment="1" text="Work Location :" border="0" color="0" x="49" y="1574" 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="1" background.color="553648127" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
......@@ -139,9 +139,9 @@ column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="
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=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=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=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" )
column(band=detail id=52 alignment="0" tabsequence=290 border="5" color="0" x="172" y="469" height="16" width="93" format="[general]" html.valueishtml="0" name=retirement_age 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=53 alignment="0" tabsequence=300 border="5" color="0" x="172" y="489" height="15" width="93" format="[shortdate] [time]" html.valueishtml="0" name=retirement_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Retirement Age(Months) :" border="0" color="0" x="9" y="469" height="17" width="159" 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" )
......
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