Commit 8134eef0 authored by dpingle's avatar dpingle

* Change done in employee personal info [09/09/19 ]

emp_personal_info11.xml
emp_personal_info21.xml
w_emp_personal_info.sql
d_emp_personal_info11.srd
d_emp_personal_info21.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206985 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2c7a705a
...@@ -114,11 +114,27 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -114,11 +114,27 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMCONT ','Invalid Country Code !','Entered country code not defined in country master.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null); Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMCONT ','Invalid Country Code !','Entered country code not defined in country master.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VTINVHDCGR','Invalid Handicap Category!','The specified handicap category is not defined in generalized code master, first define the same in generalized code master','E','Y',null,null,null,to_date('19-11-14','DD-MM-RR'),'BASE ','BASE ',null,null); Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VTINVHDCGR','Invalid Handicap Category!','The specified handicap category is not defined in generalized code master, first define the same in generalized code master','E','Y',null,null,null,to_date('19-11-14','DD-MM-RR'),'BASE ','BASE ',null,null);
------------------------------------------- SARITA [31/08/2019] ---------------------- START
update itm2menu set icon_path='emp_personal_info.png' , close_icon='emp_personal_infowht.png' where win_name='w_emp_personal_info';
------------------------------------------- SARITA [31/08/2019] ---------------------- END
----------------------------------------------------- Dipesh [09/09/2019] Start
DELETE OBJ_ACTIONS WHERE OBJ_NAME ='emp_personal_info' and line_no='21';
DELETE OBJ_ACTIONS WHERE OBJ_NAME ='emp_personal_info' and line_no='22';
DELETE OBJ_ACTIONS WHERE OBJ_NAME ='emp_personal_info' and line_no='3';
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('emp_personal_info',39,'ibase/resource/objaction/exprtExl.svg','Export To Excel','a','a','B','Export2XLS','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('emp_personal_info',40,'ibase/resource/objaction/Audit-trail.svg','View Audit Trail','audit_trail','1','X','Audit Trail','1','1','1','U',null,null,null,null,null,null,null,'1',null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Employee : {emp_code} (<b>{emp_fname_long}</b>) , State : {contact_state} <br/>
Date of Birth : {birth_date} , Blood Group : {blood_grp}
</span>
<br/> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_emp_personal_info';
----------------------------------------------------- Dipesh [09/09/2019] End
...@@ -154,7 +154,35 @@ ...@@ -154,7 +154,35 @@
<name>emp_mname_long</name> <name>emp_mname_long</name>
<dbname>employee.emp_mname_long</dbname> <dbname>employee.emp_mname_long</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;employee.birth_date&quot;) COLUMN(NAME=&quot;employee.m_status&quot;) COLUMN(NAME=&quot;employee.blood_grp&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.emp_site&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;)) </retrieve> <table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>employee.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>employee.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>employee.chg_term</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>contact_state</name>
<dbname>employee.contact_state</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;employee.birth_date&quot;) COLUMN(NAME=&quot;employee.m_status&quot;) COLUMN(NAME=&quot;employee.blood_grp&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.emp_site&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&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.contact_state&quot;)) </retrieve>
<update>EMPLOYEE</update> <update>EMPLOYEE</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -1143,6 +1171,234 @@ ...@@ -1143,6 +1171,234 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1787</x>
<y>1</y>
<height>16</height>
<width>64</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg Date</text>
<border>0</border>
<color>33554432</color>
<x>1786</x>
<y>2</y>
<height>16</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>170</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1854</x>
<y>1</y>
<height>16</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg User</text>
<border>0</border>
<color>33554432</color>
<x>1853</x>
<y>2</y>
<height>16</height>
<width>59</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>180</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1915</x>
<y>1</y>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg Term</text>
<border>0</border>
<color>33554432</color>
<x>1914</x>
<y>2</y>
<height>16</height>
<width>67</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>190</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1984</x>
<y>1</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>contact_state</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Contact State</text>
<border>0</border>
<color>33554432</color>
<x>1983</x>
<y>2</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>contact_state_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -20,7 +20,11 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -20,7 +20,11 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(30) update=yes updatewhereclause=yes name=emp_fname_long dbname="employee.emp_fname_long" ) column=(type=char(30) update=yes updatewhereclause=yes name=emp_fname_long dbname="employee.emp_fname_long" )
column=(type=char(30) update=yes updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" ) column=(type=char(30) update=yes updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" )
column=(type=char(30) update=yes updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" ) column=(type=char(30) update=yes updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.sex~") COLUMN(NAME=~"employee.birth_date~") COLUMN(NAME=~"employee.m_status~") COLUMN(NAME=~"employee.blood_grp~") 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.emp_site~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.emp_mname_long~")) " update="EMPLOYEE" updatewhere=1 updatekeyinplace=no ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee.chg_term" )
column=(type=char(5) update=yes updatewhereclause=yes name=contact_state dbname="employee.contact_state" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.sex~") COLUMN(NAME=~"employee.birth_date~") COLUMN(NAME=~"employee.m_status~") COLUMN(NAME=~"employee.blood_grp~") 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.emp_site~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.emp_mname_long~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.chg_term~") COLUMN(NAME=~"employee.contact_state~")) " update="EMPLOYEE" updatewhere=1 updatekeyinplace=no )
text(band=header alignment="2" text="Aadhar Card No" border="6" color="33554432" x="947" y="2" height="16" width="126" html.valueishtml="0" name=aadhar_card_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Aadhar Card No" border="6" color="33554432" x="947" y="2" height="16" width="126" html.valueishtml="0" name=aadhar_card_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Employee Code" border="6" color="33554432" x="2" y="2" height="16" width="99" html.valueishtml="0" name=emp_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Employee Code" border="6" color="33554432" x="2" y="2" height="16" width="99" html.valueishtml="0" name=emp_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="First Name" border="6" color="33554432" x="103" y="2" height="16" width="149" html.valueishtml="0" name=emp_fname_long_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="First Name" border="6" color="33554432" x="103" y="2" height="16" width="149" html.valueishtml="0" name=emp_fname_long_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
...@@ -51,6 +55,14 @@ column(band=detail id=9 alignment="0" tabsequence=120 border="5" color="33554432 ...@@ -51,6 +55,14 @@ column(band=detail id=9 alignment="0" tabsequence=120 border="5" color="33554432
column(band=detail id=10 alignment="0" tabsequence=130 border="5" color="33554432" x="1465" y="2" height="19" width="130" format="[general]" html.valueishtml="0" name=physical_handicap visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=10 alignment="0" tabsequence=130 border="5" color="33554432" x="1465" y="2" height="19" width="130" format="[general]" html.valueishtml="0" name=physical_handicap visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=11 alignment="0" tabsequence=140 border="5" color="33554432" x="1597" y="2" height="19" width="111" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=11 alignment="0" tabsequence=140 border="5" color="33554432" x="1597" y="2" height="19" width="111" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=12 alignment="0" tabsequence=150 border="5" color="33554432" x="1710" y="2" height="19" width="74" format="[general]" html.valueishtml="0" name=work_site visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=12 alignment="0" tabsequence=150 border="5" color="33554432" x="1710" y="2" height="19" width="74" format="[general]" html.valueishtml="0" name=work_site visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=16 alignment="0" tabsequence=160 border="0" color="33554432" x="1787" y="1" height="16" width="64" html.valueishtml="0" name=chg_date visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Chg Date" border="0" color="33554432" x="1786" y="2" height="16" width="65" 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=17 alignment="0" tabsequence=170 border="0" color="33554432" x="1854" y="1" height="16" width="58" html.valueishtml="0" name=chg_user visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Chg User" border="0" color="33554432" x="1853" y="2" height="16" width="59" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=18 alignment="0" tabsequence=180 border="0" color="33554432" x="1915" y="1" height="16" width="66" html.valueishtml="0" name=chg_term visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Chg Term" border="0" color="33554432" x="1914" y="2" height="16" width="67" html.valueishtml="0" name=chg_term_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=19 alignment="0" tabsequence=190 border="0" color="33554432" x="1984" y="1" height="16" width="92" html.valueishtml="0" name=contact_state visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Contact State" border="0" color="33554432" x="1983" y="2" height="16" width="93" html.valueishtml="0" name=contact_state_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" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_emp_personal_info11" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_emp_personal_info11><d_emp_personal_info11_row __pbband=~"detail~"><emp_code>emp_code</emp_code><name_prefix/><emp_fname>emp_fname</emp_fname><emp_mname>emp_mname</emp_mname><emp_lname>emp_lname</emp_lname><short_name/><sex>sex</sex><birth_date>birth_date</birth_date><m_status>m_status</m_status><m_status_date/><nationality/><citizen/><blood_grp>blood_grp</blood_grp><contact_pers/><hobby1/><hobby2/><hobby3/><hobby4/><religion/><state_code__domicile/><contact_add1/><contact_add2/><contact_add3/><contact_city/><contact_state/><contact_tel/><contact_pin/><maiden_name/><birth_place/><resi_permit_no/><resi_permit_upto/><social_security_no/><aadhar_card_no>aadhar_card_no</aadhar_card_no><election_card_no>election_card_no</election_card_no><driv_lic_no>driv_lic_no</driv_lic_no><driv_lic_valid_upto>driv_lic_valid_upto</driv_lic_valid_upto><physical_handicap>physical_handicap</physical_handicap><handicap_category/><emp_site>emp_site</emp_site><pay_site/><work_site>work_site</work_site><chg_date/><chg_user/><chg_term/></d_emp_personal_info11_row></d_emp_personal_info11>")) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_emp_personal_info11" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_emp_personal_info11><d_emp_personal_info11_row __pbband=~"detail~"><emp_code>emp_code</emp_code><name_prefix/><emp_fname>emp_fname</emp_fname><emp_mname>emp_mname</emp_mname><emp_lname>emp_lname</emp_lname><short_name/><sex>sex</sex><birth_date>birth_date</birth_date><m_status>m_status</m_status><m_status_date/><nationality/><citizen/><blood_grp>blood_grp</blood_grp><contact_pers/><hobby1/><hobby2/><hobby3/><hobby4/><religion/><state_code__domicile/><contact_add1/><contact_add2/><contact_add3/><contact_city/><contact_state/><contact_tel/><contact_pin/><maiden_name/><birth_place/><resi_permit_no/><resi_permit_upto/><social_security_no/><aadhar_card_no>aadhar_card_no</aadhar_card_no><election_card_no>election_card_no</election_card_no><driv_lic_no>driv_lic_no</driv_lic_no><driv_lic_valid_upto>driv_lic_valid_upto</driv_lic_valid_upto><physical_handicap>physical_handicap</physical_handicap><handicap_category/><emp_site>emp_site</emp_site><pay_site/><work_site>work_site</work_site><chg_date/><chg_user/><chg_term/></d_emp_personal_info11_row></d_emp_personal_info11>"))
......
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