Commit adcde548 authored by caluka's avatar caluka

Status_date new column added [D16ASUN014]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@39616 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 39ebf6a0
...@@ -22,6 +22,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -22,6 +22,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=datetime update=yes updatewhereclause=yes name=visa_stat_date dbname="emp_travel_info.visa_stat_date" ) column=(type=datetime update=yes updatewhereclause=yes name=visa_stat_date dbname="emp_travel_info.visa_stat_date" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="emp_travel_info.tran_date" ) column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="emp_travel_info.tran_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="emp_travel_info.status" ) column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="emp_travel_info.status" )
column=(type=datetime updatewhereclause=yes name=status_date dbname="emp_travel_info.status_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=site_code dbname="emp_travel_info.site_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=site_code dbname="emp_travel_info.site_code" )
column=(type=char(60) updatewhereclause=yes name=site_descr dbname="site.descr" ) column=(type=char(60) updatewhereclause=yes name=site_descr dbname="site.descr" )
column=(type=char(30) update=yes updatewhereclause=yes name=emp_fname dbname="emp_travel_info.emp_fname" ) column=(type=char(30) update=yes updatewhereclause=yes name=emp_fname dbname="emp_travel_info.emp_fname" )
...@@ -32,16 +33,16 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -32,16 +33,16 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=datetime update=yes updatewhereclause=yes name=date_of_issue dbname="emp_travel_info.date_of_issue" ) column=(type=datetime update=yes updatewhereclause=yes name=date_of_issue dbname="emp_travel_info.date_of_issue" )
column=(type=char(20) update=yes updatewhereclause=yes name=place_of_issue dbname="emp_travel_info.place_of_issue" ) column=(type=char(20) update=yes updatewhereclause=yes name=place_of_issue dbname="emp_travel_info.place_of_issue" )
column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="emp_travel_info.valid_upto" ) column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="emp_travel_info.valid_upto" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr1__pass dbname="addr1__pass" ) column=(type=char(40) update=yes updatewhereclause=yes name=addr1__pass dbname="emp_travel_info.addr1__pass" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr2__pass dbname="addr2__pass" ) column=(type=char(40) update=yes updatewhereclause=yes name=addr2__pass dbname="emp_travel_info.addr2__pass" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr3__pass dbname="addr3__pass" ) column=(type=char(40) update=yes updatewhereclause=yes name=addr3__pass dbname="emp_travel_info.addr3__pass" )
column=(type=char(20) update=yes updatewhereclause=yes name=city__pass dbname="emp_travel_info.city__pass" ) column=(type=char(20) update=yes updatewhereclause=yes name=city__pass dbname="emp_travel_info.city__pass" )
column=(type=char(5) update=yes updatewhereclause=yes name=state_code__pass dbname="emp_travel_info.state_code__pass" ) column=(type=char(5) update=yes updatewhereclause=yes name=state_code__pass dbname="emp_travel_info.state_code__pass" )
column=(type=char(40) update=yes updatewhereclause=yes name=state_descr__pass dbname="emp_travel_info.state_descr__pass" ) column=(type=char(40) update=yes updatewhereclause=yes name=state_descr__pass dbname="emp_travel_info.state_descr__pass" )
column=(type=char(40) update=yes updatewhereclause=yes name=count_name dbname="emp_travel_info.count_name" ) column=(type=char(40) update=yes updatewhereclause=yes name=count_name dbname="emp_travel_info.count_name" )
column=(type=char(10) update=yes updatewhereclause=yes name=nationality dbname="emp_travel_info.nationality" ) column=(type=char(10) update=yes updatewhereclause=yes name=nationality dbname="emp_travel_info.nationality" )
column=(type=char(15) update=yes updatewhereclause=yes name=pin__pass dbname="emp_travel_info.pin__pass" ) column=(type=char(15) update=yes updatewhereclause=yes name=pin__pass dbname="emp_travel_info.pin__pass" )
column=(type=char(15) update=yes updatewhereclause=yes name=cur_tel1 dbname="cur_tel1" ) column=(type=char(15) update=yes updatewhereclause=yes name=cur_tel1 dbname="emp_travel_info.cur_tel1" )
column=(type=char(15) update=yes updatewhereclause=yes name=mobile_no dbname="emp_travel_info.mobile_no" ) column=(type=char(15) update=yes updatewhereclause=yes name=mobile_no dbname="emp_travel_info.mobile_no" )
column=(type=char(1) update=yes updatewhereclause=yes name=meal_pref dbname="emp_travel_info.meal_pref" ) column=(type=char(1) update=yes updatewhereclause=yes name=meal_pref dbname="emp_travel_info.meal_pref" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__team_head dbname="emp_travel_info.emp_code__team_head" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__team_head dbname="emp_travel_info.emp_code__team_head" )
...@@ -53,103 +54,105 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -53,103 +54,105 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_travel_info.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_travel_info.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_travel_info.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_travel_info.chg_term" )
column=(type=char(20) update=yes updatewhereclause=yes name=flight_code dbname="emp_travel_info.flight_code" ) column=(type=char(20) update=yes updatewhereclause=yes name=flight_code dbname="emp_travel_info.flight_code" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_travel_info~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"emp_travel_info.tran_id~") COLUMN(NAME=~"emp_travel_info.item_ser~") COLUMN(NAME=~"emp_travel_info.hub~") COLUMN(NAME=~"emp_travel_info.emp_code~") COLUMN(NAME=~"emp_travel_info.name_prefix~") COLUMN(NAME=~"emp_travel_info.emp_lname~") COLUMN(NAME=~"emp_travel_info.emp_name__pass~") COLUMN(NAME=~"emp_travel_info.designation~") COLUMN(NAME=~"emp_travel_info.confirmed~") COMPUTE(NAME=~"case when emp_travel_info.ticket_status is null then 'N' else emp_travel_info.ticket_status end ticket_status~") COMPUTE(NAME=~"case when emp_travel_info.visa_status is null then 'N' else emp_travel_info.visa_status end visa_status~") COLUMN(NAME=~"emp_travel_info.passport_no~") COLUMN(NAME=~"emp_travel_info.birth_date~") COLUMN(NAME=~"emp_travel_info.ticket_stat_date~") COLUMN(NAME=~"emp_travel_info.visa_stat_date~") COLUMN(NAME=~"emp_travel_info.tran_date~") COLUMN(NAME=~"emp_travel_info.status~") COLUMN(NAME=~"emp_travel_info.site_code~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"emp_travel_info.emp_fname~") COLUMN(NAME=~"emp_travel_info.emp_mname~") COLUMN(NAME=~"emp_travel_info.email_id~") COLUMN(NAME=~"emp_travel_info.report_to~") COLUMN(NAME=~"emp_travel_info.birth_place~") COLUMN(NAME=~"emp_travel_info.date_of_issue~") COLUMN(NAME=~"emp_travel_info.place_of_issue~") COLUMN(NAME=~"emp_travel_info.valid_upto~") COLUMN(NAME=~"emp_travel_info.addr1__pass~") COLUMN(NAME=~"emp_travel_info.addr2__pass~") COLUMN(NAME=~"emp_travel_info.addr3__pass~") COLUMN(NAME=~"emp_travel_info.city__pass~") COLUMN(NAME=~"emp_travel_info.state_code__pass~") COLUMN(NAME=~"emp_travel_info.state_descr__pass~") COLUMN(NAME=~"emp_travel_info.count_name~") COLUMN(NAME=~"emp_travel_info.nationality~") COLUMN(NAME=~"emp_travel_info.pin__pass~") COLUMN(NAME=~"emp_travel_info.cur_tel1~") COLUMN(NAME=~"emp_travel_info.mobile_no~") COLUMN(NAME=~"emp_travel_info.meal_pref~") COLUMN(NAME=~"emp_travel_info.emp_code__team_head~") COLUMN(NAME=~"emp_travel_info.state_code__work~") COLUMN(NAME=~"emp_travel_info.zone_code~") COLUMN(NAME=~"emp_travel_info.location~") COLUMN(NAME=~"emp_travel_info.conf_date~") COLUMN(NAME=~"emp_travel_info.chg_date~") COLUMN(NAME=~"emp_travel_info.chg_user~") COLUMN(NAME=~"emp_travel_info.chg_term~") COLUMN(NAME=~"emp_travel_info.flight_code~") JOIN (LEFT=~"emp_travel_info.site_code~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"emp_travel_info.tran_date~" OP =~">=~" EXP2 =~":fromdate~" LOGIC =~"And~" ) WHERE( EXP1 =~"emp_travel_info.tran_date~" OP =~"<=~" EXP2 =~":todate~" ) ) ARG(NAME = ~"fromdate~" TYPE = date) ARG(NAME = ~"todate~" TYPE = date) " update="emp_travel_info" updatewhere=0 updatekeyinplace=no arguments=(("fromdate", date),("todate", date)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_travel_info~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"emp_travel_info.tran_id~") COLUMN(NAME=~"emp_travel_info.item_ser~") COLUMN(NAME=~"emp_travel_info.hub~") COLUMN(NAME=~"emp_travel_info.emp_code~") COLUMN(NAME=~"emp_travel_info.name_prefix~") COLUMN(NAME=~"emp_travel_info.emp_lname~") COLUMN(NAME=~"emp_travel_info.emp_name__pass~") COLUMN(NAME=~"emp_travel_info.designation~") COLUMN(NAME=~"emp_travel_info.confirmed~") COMPUTE(NAME=~"case when emp_travel_info.ticket_status is null then 'N' else emp_travel_info.ticket_status end ticket_status~") COMPUTE(NAME=~"case when emp_travel_info.visa_status is null then 'N' else emp_travel_info.visa_status end visa_status~") COLUMN(NAME=~"emp_travel_info.passport_no~") COLUMN(NAME=~"emp_travel_info.birth_date~") COLUMN(NAME=~"emp_travel_info.ticket_stat_date~") COLUMN(NAME=~"emp_travel_info.visa_stat_date~") COLUMN(NAME=~"emp_travel_info.tran_date~") COLUMN(NAME=~"emp_travel_info.status~") COLUMN(NAME=~"emp_travel_info.status_date~") COLUMN(NAME=~"emp_travel_info.site_code~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"emp_travel_info.emp_fname~") COLUMN(NAME=~"emp_travel_info.emp_mname~") COLUMN(NAME=~"emp_travel_info.email_id~") COLUMN(NAME=~"emp_travel_info.report_to~") COLUMN(NAME=~"emp_travel_info.birth_place~") COLUMN(NAME=~"emp_travel_info.date_of_issue~") COLUMN(NAME=~"emp_travel_info.place_of_issue~") COLUMN(NAME=~"emp_travel_info.valid_upto~") COLUMN(NAME=~"emp_travel_info.addr1__pass~") COLUMN(NAME=~"emp_travel_info.addr2__pass~") COLUMN(NAME=~"emp_travel_info.addr3__pass~") COLUMN(NAME=~"emp_travel_info.city__pass~") COLUMN(NAME=~"emp_travel_info.state_code__pass~") COLUMN(NAME=~"emp_travel_info.state_descr__pass~") COLUMN(NAME=~"emp_travel_info.count_name~") COLUMN(NAME=~"emp_travel_info.nationality~") COLUMN(NAME=~"emp_travel_info.pin__pass~") COLUMN(NAME=~"emp_travel_info.cur_tel1~") COLUMN(NAME=~"emp_travel_info.mobile_no~") COLUMN(NAME=~"emp_travel_info.meal_pref~") COLUMN(NAME=~"emp_travel_info.emp_code__team_head~") COLUMN(NAME=~"emp_travel_info.state_code__work~") COLUMN(NAME=~"emp_travel_info.zone_code~") COLUMN(NAME=~"emp_travel_info.location~") COLUMN(NAME=~"emp_travel_info.conf_date~") COLUMN(NAME=~"emp_travel_info.chg_date~") COLUMN(NAME=~"emp_travel_info.chg_user~") COLUMN(NAME=~"emp_travel_info.chg_term~") COLUMN(NAME=~"emp_travel_info.flight_code~") JOIN (LEFT=~"emp_travel_info.site_code~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"emp_travel_info.tran_date~" OP =~">=~" EXP2 =~":fromdate~" LOGIC =~"And~" ) WHERE( EXP1 =~"emp_travel_info.tran_date~" OP =~"<=~" EXP2 =~":todate~" ) ) ARG(NAME = ~"fromdate~" TYPE = date) ARG(NAME = ~"todate~" TYPE = date) " update="EMP_TRAVEL_INFO" updatewhere=0 updatekeyinplace=no arguments=(("fromdate", date),("todate", date)) )
text(band=header alignment="2" text="Tran Id" border="6" color="33554432" x="2" y="2" height="15" width="98" html.valueishtml="0" name=tran_id_t visible="1" resizeable=1 moveable=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="Tran Id" border="6" color="33554432" x="2" y="2" height="15" width="115" html.valueishtml="0" name=tran_id_t visible="1" resizeable=1 moveable=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="Division" border="6" color="33554432" x="102" y="2" height="15" width="78" html.valueishtml="0" name=item_ser_t visible="1" resizeable=1 moveable=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="Division" border="6" color="33554432" x="119" y="2" height="15" width="78" html.valueishtml="0" name=item_ser_t visible="1" resizeable=1 moveable=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="Hub" border="6" color="33554432" x="182" y="2" height="15" width="127" html.valueishtml="0" name=hub_t visible="1" resizeable=1 moveable=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="Hub" border="6" color="33554432" x="199" y="2" height="15" width="127" html.valueishtml="0" name=hub_t visible="1" resizeable=1 moveable=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="Emp Code" border="6" color="33554432" x="311" y="2" height="15" width="93" html.valueishtml="0" name=emp_code_t visible="1" resizeable=1 moveable=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="Emp Code" border="6" color="33554432" x="328" y="2" height="15" width="93" html.valueishtml="0" name=emp_code_t visible="1" resizeable=1 moveable=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="Title" border="6" color="33554432" x="406" y="2" height="15" width="84" html.valueishtml="0" name=name_prefix_t visible="1" resizeable=1 moveable=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="Title" border="6" color="33554432" x="423" y="2" height="15" width="84" html.valueishtml="0" name=name_prefix_t visible="1" resizeable=1 moveable=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="Surname" border="6" color="33554432" x="492" y="2" height="15" width="114" html.valueishtml="0" name=emp_lname_t visible="1" resizeable=1 moveable=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="Surname" border="6" color="33554432" x="509" y="2" height="15" width="114" html.valueishtml="0" name=emp_lname_t visible="1" resizeable=1 moveable=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="Given name" border="6" color="33554432" x="608" y="2" height="15" width="193" html.valueishtml="0" name=emp_name__pass_t visible="1" resizeable=1 moveable=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="Given name" border="6" color="33554432" x="625" y="2" height="15" width="193" html.valueishtml="0" name=emp_name__pass_t visible="1" resizeable=1 moveable=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="Designation" border="6" color="33554432" x="803" y="2" height="15" width="110" html.valueishtml="0" name=designation_t visible="1" resizeable=1 moveable=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="Designation" border="6" color="33554432" x="820" y="2" height="15" width="110" html.valueishtml="0" name=designation_t visible="1" resizeable=1 moveable=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="Confirmed" border="6" color="33554432" x="915" y="2" height="15" width="93" html.valueishtml="0" name=confirmed_t visible="1" resizeable=1 moveable=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="Confirmed" border="6" color="33554432" x="932" y="2" height="15" width="93" html.valueishtml="0" name=confirmed_t visible="1" resizeable=1 moveable=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="Ticket Status" border="6" color="33554432" x="1010" y="2" height="15" width="110" html.valueishtml="0" name=ticket_status_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Ticket Status" border="6" color="33554432" x="1027" y="2" height="15" width="110" html.valueishtml="0" name=ticket_status_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Visa Status" border="6" color="33554432" x="1122" y="2" height="15" width="83" html.valueishtml="0" name=visa_status_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Visa Status" border="6" color="33554432" x="1139" y="2" height="15" width="83" html.valueishtml="0" name=visa_status_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Passport No" border="6" color="33554432" x="1207" y="2" height="15" width="113" html.valueishtml="0" name=passport_no_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Passport No" border="6" color="33554432" x="1224" y="2" height="15" width="113" html.valueishtml="0" name=passport_no_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Birth Date" border="6" color="33554432" x="1322" y="2" height="15" width="83" html.valueishtml="0" name=birth_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Birth Date" border="6" color="33554432" x="1339" y="2" height="15" width="83" html.valueishtml="0" name=birth_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Ticket Status Date" border="6" color="33554432" x="1407" y="2" height="15" width="123" html.valueishtml="0" name=ticket_stat_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Ticket Status Date" border="6" color="33554432" x="1424" y="2" height="15" width="123" html.valueishtml="0" name=ticket_stat_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Visa Status Date" border="6" color="33554432" x="1532" y="2" height="15" width="127" html.valueishtml="0" name=visa_stat_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Visa Status Date" border="6" color="33554432" x="1549" y="2" height="15" width="127" html.valueishtml="0" name=visa_stat_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Tran Date" border="6" color="33554432" x="1661" y="2" height="15" width="83" html.valueishtml="0" name=tran_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Tran Date" border="6" color="33554432" x="1678" y="2" height="15" width="83" html.valueishtml="0" name=tran_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Status" border="6" color="33554432" x="1746" y="2" height="15" width="67" html.valueishtml="0" name=status_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Status" border="6" color="33554432" x="1763" y="2" height="15" width="67" html.valueishtml="0" name=status_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Site Code" border="6" color="33554432" x="1815" y="2" height="15" width="57" html.valueishtml="0" name=site_code_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Status Date" border="0" color="33554432" x="1832" y="1" height="17" width="90" html.valueishtml="0" name=status_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Site Descr" border="6" color="33554432" x="1874" y="2" height="15" width="352" html.valueishtml="0" name=site_descr_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Site Code" border="6" color="33554432" x="1924" y="2" height="15" width="76" html.valueishtml="0" name=site_code_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Emp First name" border="6" color="33554432" x="2228" y="2" height="15" width="175" html.valueishtml="0" name=emp_fname_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Site Descr" border="6" color="33554432" x="2002" y="2" height="15" width="352" html.valueishtml="0" name=site_descr_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Emp Middle name" border="6" color="33554432" x="2405" y="2" height="15" width="175" html.valueishtml="0" name=emp_mname_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Emp First name" border="6" color="33554432" x="2356" y="2" height="15" width="175" html.valueishtml="0" name=emp_fname_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Email Id" border="6" color="33554432" x="2582" y="2" height="15" width="441" html.valueishtml="0" name=email_id_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Emp Middle name" border="6" color="33554432" x="2533" y="2" height="15" width="175" html.valueishtml="0" name=emp_mname_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Report To" border="6" color="33554432" x="3025" y="2" height="15" width="105" html.valueishtml="0" name=report_to_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Email Id" border="6" color="33554432" x="2710" y="2" height="15" width="441" html.valueishtml="0" name=email_id_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Birth Place" border="6" color="33554432" x="3132" y="2" height="15" width="117" html.valueishtml="0" name=birth_place_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Report To" border="6" color="33554432" x="3153" y="2" height="15" width="105" html.valueishtml="0" name=report_to_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Date Of Issue" border="6" color="33554432" x="3251" y="2" height="15" width="102" html.valueishtml="0" name=date_of_issue_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Birth Place" border="6" color="33554432" x="3260" y="2" height="15" width="117" html.valueishtml="0" name=birth_place_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Place Of Issue" border="6" color="33554432" x="3355" y="2" height="15" width="116" html.valueishtml="0" name=place_of_issue_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Date Of Issue" border="6" color="33554432" x="3379" y="2" height="15" width="102" html.valueishtml="0" name=date_of_issue_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Valid Upto" border="6" color="33554432" x="3473" y="2" height="15" width="108" html.valueishtml="0" name=valid_upto_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Place Of Issue" border="6" color="33554432" x="3483" y="2" height="15" width="116" html.valueishtml="0" name=place_of_issue_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Address1" border="6" color="33554432" x="3583" y="2" height="15" width="234" html.valueishtml="0" name=addr1__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Valid Upto" border="6" color="33554432" x="3601" y="2" height="15" width="108" html.valueishtml="0" name=valid_upto_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Address2" border="6" color="33554432" x="3819" y="2" height="15" width="234" html.valueishtml="0" name=addr2__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Address1" border="6" color="33554432" x="3711" y="2" height="15" width="234" html.valueishtml="0" name=addr1__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Address3" border="6" color="33554432" x="4055" y="2" height="15" width="234" html.valueishtml="0" name=addr3__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Address2" border="6" color="33554432" x="3947" y="2" height="15" width="234" html.valueishtml="0" name=addr2__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="City" border="6" color="33554432" x="4291" y="2" height="15" width="116" html.valueishtml="0" name=city__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Address3" border="6" color="33554432" x="4183" y="2" height="15" width="234" html.valueishtml="0" name=addr3__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="State Code" border="6" color="33554432" x="4409" y="2" height="15" width="94" html.valueishtml="0" name=state_code__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="City" border="6" color="33554432" x="4419" y="2" height="15" width="116" html.valueishtml="0" name=city__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="State" border="6" color="33554432" x="4505" y="2" height="15" width="234" html.valueishtml="0" name=state_descr__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="State Code" border="6" color="33554432" x="4537" y="2" height="15" width="94" html.valueishtml="0" name=state_code__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Country" border="6" color="33554432" x="4741" y="2" height="15" width="234" html.valueishtml="0" name=count_name_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="State" border="6" color="33554432" x="4633" y="2" height="15" width="234" html.valueishtml="0" name=state_descr__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Nationality" border="6" color="33554432" x="4977" y="2" height="15" width="81" html.valueishtml="0" name=nationality_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Country" border="6" color="33554432" x="4869" y="2" height="15" width="234" html.valueishtml="0" name=count_name_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Postal Code" border="6" color="33554432" x="5060" y="2" height="15" width="87" html.valueishtml="0" name=pin__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Nationality" border="6" color="33554432" x="5105" y="2" height="15" width="81" html.valueishtml="0" name=nationality_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Telephone No." border="6" color="33554432" x="5149" y="2" height="15" width="108" html.valueishtml="0" name=cur_tel1_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Postal Code" border="6" color="33554432" x="5188" y="2" height="15" width="87" html.valueishtml="0" name=pin__pass_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Mobile No" border="6" color="33554432" x="5259" y="2" height="15" width="139" html.valueishtml="0" name=mobile_no_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Telephone No." border="6" color="33554432" x="5277" y="2" height="15" width="108" html.valueishtml="0" name=cur_tel1_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Meal Preference" border="6" color="33554432" x="5400" y="2" height="15" width="122" html.valueishtml="0" name=meal_pref_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Mobile No" border="6" color="33554432" x="5387" y="2" height="15" width="139" html.valueishtml="0" name=mobile_no_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="State Code Working" border="6" color="33554432" x="5638" y="2" height="15" width="142" html.valueishtml="0" name=state_code__work_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Meal Preference" border="6" color="33554432" x="5528" y="2" height="15" width="122" html.valueishtml="0" name=meal_pref_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Zone Code" border="6" color="33554432" x="5782" y="2" height="15" width="103" html.valueishtml="0" name=zone_code_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="State Code Working" border="6" color="33554432" x="5766" y="2" height="15" width="142" html.valueishtml="0" name=state_code__work_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Location" border="6" color="33554432" x="5887" y="2" height="15" width="155" html.valueishtml="0" name=location_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Zone Code" border="6" color="33554432" x="5910" y="2" height="15" width="103" html.valueishtml="0" name=zone_code_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Confirm Date" border="6" color="33554432" x="6044" y="2" height="15" width="97" html.valueishtml="0" name=conf_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Location" border="6" color="33554432" x="6015" y="2" height="15" width="155" html.valueishtml="0" name=location_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change Date" border="6" color="33554432" x="6143" y="2" height="15" width="92" html.valueishtml="0" name=chg_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Confirm Date" border="6" color="33554432" x="6172" y="2" height="15" width="97" html.valueishtml="0" name=conf_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change User" border="6" color="33554432" x="6237" y="2" height="15" width="92" html.valueishtml="0" name=chg_user_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Change Date" border="6" color="33554432" x="6271" y="2" height="15" width="92" html.valueishtml="0" name=chg_date_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change Terminal" border="6" color="33554432" x="6331" y="2" height="15" width="127" html.valueishtml="0" name=chg_term_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Change User" border="6" color="33554432" x="6365" y="2" height="15" width="92" html.valueishtml="0" name=chg_user_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="NSM Code" border="6" color="33554432" x="5524" y="1" height="16" width="112" html.valueishtml="0" name=emp_code__team_head_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Change Terminal" border="6" color="33554432" x="6459" y="2" height="15" width="127" html.valueishtml="0" name=chg_term_t visible="1" resizeable=1 moveable=1 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Flight Code" border="6" color="33554432" x="6460" y="1" height="17" width="118" html.valueishtml="0" name=flight_code_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="NSM Code" border="6" color="33554432" x="5652" y="1" height="16" width="112" html.valueishtml="0" name=emp_code__team_head_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="18" width="98" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="1" background.color="536870912" ) text(band=header alignment="0" text="Flight Code" border="6" color="33554432" x="6588" y="1" height="17" width="118" html.valueishtml="0" name=flight_code_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="102" y="2" height="18" width="78" format="[general]" html.valueishtml="0" name=item_ser 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="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="18" width="115" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="182" y="2" height="18" width="127" format="[general]" html.valueishtml="0" name=hub visible="1" edit.limit=50 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="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="119" y="2" height="18" width="78" format="[general]" html.valueishtml="0" name=item_ser 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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="311" y="2" height="18" width="93" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="199" y="2" height="18" width="127" format="[general]" html.valueishtml="0" name=hub visible="1" edit.limit=50 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="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="406" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=name_prefix visible="1" edit.limit=6 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="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="328" y="2" height="18" width="93" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="492" y="2" height="18" width="114" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=30 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="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="423" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=name_prefix visible="1" edit.limit=6 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="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="608" y="2" height="18" width="193" format="[general]" html.valueishtml="0" name=emp_name__pass visible="1" edit.limit=90 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="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="509" y="2" height="18" width="114" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=30 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="803" y="2" height="18" width="110" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 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="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="625" y="2" height="18" width="193" format="[general]" html.valueishtml="0" name=emp_name__pass visible="1" edit.limit=90 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="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="915" y="2" height="18" width="93" format="[general]" html.valueishtml="0" name=confirmed 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="1" background.color="536870912" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="820" y="2" height="18" width="110" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 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="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="1010" y="0" height="15" width="110" format="[general]" html.valueishtml="0" name=ticket_status visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="932" y="2" height="18" width="93" format="[general]" html.valueishtml="0" name=confirmed 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="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="33554432" x="1122" y="0" height="15" width="83" format="[general]" html.valueishtml="0" name=visa_status visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="1027" y="0" height="15" width="110" format="[general]" html.valueishtml="0" name=ticket_status visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="1207" y="0" height="15" width="113" format="[general]" html.valueishtml="0" name=passport_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="33554432" x="1139" y="0" height="15" width="83" format="[general]" html.valueishtml="0" name=visa_status visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="1322" y="0" height="15" width="83" format="[shortdate] [time]" html.valueishtml="0" name=birth_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="1224" y="0" height="15" width="113" format="[general]" html.valueishtml="0" name=passport_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="1407" y="0" height="15" width="123" format="[shortdate] [time]" html.valueishtml="0" name=ticket_stat_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="1339" y="0" height="15" width="83" format="[shortdate] [time]" html.valueishtml="0" name=birth_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="1532" y="0" height="15" width="127" format="[shortdate] [time]" html.valueishtml="0" name=visa_stat_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="1424" y="0" height="15" width="123" format="[shortdate] [time]" html.valueishtml="0" name=ticket_stat_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="33554432" x="1661" y="0" height="15" width="83" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="1549" y="0" height="15" width="127" format="[shortdate] [time]" html.valueishtml="0" name=visa_stat_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="33554432" x="1746" y="0" height="15" width="67" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="33554432" x="1678" y="0" height="15" width="83" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="33554432" x="1815" y="0" height="15" width="57" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="33554432" x="1763" y="0" height="15" width="67" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="33554432" x="1874" y="0" height="15" width="352" format="[general]" html.valueishtml="0" name=site_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="33554432" x="1924" y="0" height="15" width="76" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="33554432" x="2228" y="0" height="15" width="175" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="33554432" x="2002" y="0" height="15" width="352" format="[general]" html.valueishtml="0" name=site_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="33554432" x="2405" y="0" height="15" width="175" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="33554432" x="2356" y="0" height="15" width="175" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="33554432" x="2582" y="0" height="15" width="441" format="[general]" html.valueishtml="0" name=email_id visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="33554432" x="2533" y="0" height="15" width="175" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="33554432" x="3025" y="0" height="15" width="105" format="[general]" html.valueishtml="0" name=report_to visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="33554432" x="2710" y="0" height="15" width="441" format="[general]" html.valueishtml="0" name=email_id visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="33554432" x="3132" y="0" height="15" width="117" format="[general]" html.valueishtml="0" name=birth_place visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="33554432" x="3153" y="0" height="15" width="105" format="[general]" html.valueishtml="0" name=report_to visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="33554432" x="3251" y="0" height="15" width="102" format="[shortdate] [time]" html.valueishtml="0" name=date_of_issue visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="33554432" x="3260" y="0" height="15" width="117" format="[general]" html.valueishtml="0" name=birth_place visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="5" color="33554432" x="3355" y="0" height="15" width="116" format="[general]" html.valueishtml="0" name=place_of_issue visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=26 alignment="0" tabsequence=32766 border="5" color="33554432" x="3379" y="0" height="15" width="102" format="[shortdate] [time]" html.valueishtml="0" name=date_of_issue visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="5" color="33554432" x="3473" y="0" height="15" width="108" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=27 alignment="0" tabsequence=32766 border="5" color="33554432" x="3483" y="0" height="15" width="116" format="[general]" html.valueishtml="0" name=place_of_issue visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="5" color="33554432" x="3583" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=addr1__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=28 alignment="0" tabsequence=32766 border="5" color="33554432" x="3601" y="0" height="15" width="108" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="33554432" x="3819" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=addr2__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="33554432" x="3711" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=addr1__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="33554432" x="4055" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=addr3__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="33554432" x="3947" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=addr2__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="33554432" x="4291" y="0" height="15" width="116" format="[general]" html.valueishtml="0" name=city__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="33554432" x="4183" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=addr3__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="33554432" x="4409" y="0" height="15" width="94" format="[general]" html.valueishtml="0" name=state_code__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="33554432" x="4419" y="0" height="15" width="116" format="[general]" html.valueishtml="0" name=city__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="5" color="33554432" x="4505" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=state_descr__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=33 alignment="0" tabsequence=32766 border="5" color="33554432" x="4537" y="0" height="15" width="94" format="[general]" html.valueishtml="0" name=state_code__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="33554432" x="4741" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=count_name visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="33554432" x="4633" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=state_descr__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=35 alignment="0" tabsequence=32766 border="5" color="33554432" x="4977" y="0" height="15" width="81" format="[general]" html.valueishtml="0" name=nationality visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=35 alignment="0" tabsequence=32766 border="5" color="33554432" x="4869" y="0" height="15" width="234" format="[general]" html.valueishtml="0" name=count_name visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=36 alignment="0" tabsequence=32766 border="5" color="33554432" x="5060" y="0" height="15" width="87" format="[general]" html.valueishtml="0" name=pin__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=36 alignment="0" tabsequence=32766 border="5" color="33554432" x="5105" y="0" height="15" width="81" format="[general]" html.valueishtml="0" name=nationality visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=37 alignment="0" tabsequence=32766 border="5" color="33554432" x="5149" y="0" height="15" width="108" format="[general]" html.valueishtml="0" name=cur_tel1 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=37 alignment="0" tabsequence=32766 border="5" color="33554432" x="5188" y="0" height="15" width="87" format="[general]" html.valueishtml="0" name=pin__pass visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=38 alignment="0" tabsequence=32766 border="5" color="33554432" x="5259" y="0" height="15" width="139" format="[general]" html.valueishtml="0" name=mobile_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=38 alignment="0" tabsequence=32766 border="5" color="33554432" x="5277" y="0" height="15" width="108" format="[general]" html.valueishtml="0" name=cur_tel1 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=39 alignment="0" tabsequence=32766 border="5" color="33554432" x="5400" y="0" height="15" width="122" format="[general]" html.valueishtml="0" name=meal_pref visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=39 alignment="0" tabsequence=32766 border="5" color="33554432" x="5387" y="0" height="15" width="139" format="[general]" html.valueishtml="0" name=mobile_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="33554432" x="5638" y="0" height="15" width="142" format="[general]" html.valueishtml="0" name=state_code__work visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=40 alignment="0" tabsequence=32766 border="5" color="33554432" x="5528" y="0" height="15" width="122" format="[general]" html.valueishtml="0" name=meal_pref visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=42 alignment="0" tabsequence=32766 border="5" color="33554432" x="5782" y="0" height="15" width="103" format="[general]" html.valueishtml="0" name=zone_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=42 alignment="0" tabsequence=32766 border="5" color="33554432" x="5766" y="0" height="15" width="142" format="[general]" html.valueishtml="0" name=state_code__work visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=43 alignment="0" tabsequence=32766 border="5" color="33554432" x="5887" y="0" height="15" width="155" format="[general]" html.valueishtml="0" name=location visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=43 alignment="0" tabsequence=32766 border="5" color="33554432" x="5910" y="0" height="15" width="103" format="[general]" html.valueishtml="0" name=zone_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=44 alignment="0" tabsequence=32766 border="5" color="33554432" x="6044" y="0" height="15" width="97" format="[shortdate] [time]" html.valueishtml="0" name=conf_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=44 alignment="0" tabsequence=32766 border="5" color="33554432" x="6015" y="0" height="15" width="155" format="[general]" html.valueishtml="0" name=location visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=45 alignment="0" tabsequence=32766 border="5" color="33554432" x="6143" y="0" height="15" width="92" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=45 alignment="0" tabsequence=32766 border="5" color="33554432" x="6172" y="0" height="15" width="97" format="[shortdate] [time]" html.valueishtml="0" name=conf_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=46 alignment="0" tabsequence=32766 border="5" color="33554432" x="6237" y="0" height="15" width="92" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=46 alignment="0" tabsequence=32766 border="5" color="33554432" x="6271" y="0" height="15" width="92" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=47 alignment="0" tabsequence=32766 border="5" color="33554432" x="6331" y="0" height="15" width="127" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=47 alignment="0" tabsequence=32766 border="5" color="33554432" x="6365" y="0" height="15" width="92" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=40 alignment="0" tabsequence=32766 border="5" color="33554432" x="5524" y="1" height="15" width="112" format="[general]" html.valueishtml="0" name=emp_code__team_head visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=48 alignment="0" tabsequence=32766 border="5" color="33554432" x="6459" y="0" height="15" width="127" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=48 alignment="0" tabsequence=32766 border="0" color="33554432" x="6460" y="1" height="15" width="118" format="[general]" html.valueishtml="0" name=flight_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="33554432" x="5652" y="1" height="15" width="112" format="[general]" html.valueishtml="0" name=emp_code__team_head visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=49 alignment="0" tabsequence=32766 border="0" color="33554432" x="6588" y="1" height="15" width="118" format="[general]" html.valueishtml="0" name=flight_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="1832" y="1" height="15" width="90" format="[shortdate] [time]" html.valueishtml="0" name=status_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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_travel_info11" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><emp_travel_info_tran_id/><emp_travel_info_item_ser>item_ser</emp_travel_info_item_ser><emp_travel_info_hub>hub</emp_travel_info_hub><emp_travel_info_emp_code>emp_code</emp_travel_info_emp_code><emp_travel_info_name_prefix>name_prefix</emp_travel_info_name_prefix><emp_travel_info_emp_lname>emp_lname</emp_travel_info_emp_lname><emp_travel_info_emp_name__pass>emp_name__pass</emp_travel_info_emp_name__pass><emp_travel_info_designation>designation</emp_travel_info_designation><emp_travel_info_confirmed>confirmed</emp_travel_info_confirmed></untitled_row></untitled>")) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_emp_travel_info11" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><emp_travel_info_tran_id/><emp_travel_info_item_ser>item_ser</emp_travel_info_item_ser><emp_travel_info_hub>hub</emp_travel_info_hub><emp_travel_info_emp_code>emp_code</emp_travel_info_emp_code><emp_travel_info_name_prefix>name_prefix</emp_travel_info_name_prefix><emp_travel_info_emp_lname>emp_lname</emp_travel_info_emp_lname><emp_travel_info_emp_name__pass>emp_name__pass</emp_travel_info_emp_name__pass><emp_travel_info_designation>designation</emp_travel_info_designation><emp_travel_info_confirmed>confirmed</emp_travel_info_confirmed></untitled_row></untitled>"))
......
...@@ -23,15 +23,15 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -23,15 +23,15 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=datetime update=yes updatewhereclause=yes name=date_of_issue dbname="emp_travel_info.date_of_issue" ) column=(type=datetime update=yes updatewhereclause=yes name=date_of_issue dbname="emp_travel_info.date_of_issue" )
column=(type=char(20) update=yes updatewhereclause=yes name=place_of_issue dbname="emp_travel_info.place_of_issue" ) column=(type=char(20) update=yes updatewhereclause=yes name=place_of_issue dbname="emp_travel_info.place_of_issue" )
column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="emp_travel_info.valid_upto" ) column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="emp_travel_info.valid_upto" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr1__pass dbname="addr1__pass" ) column=(type=char(40) update=yes updatewhereclause=yes name=addr1__pass dbname="emp_travel_info.addr1__pass" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr2__pass dbname="addr2__pass" ) column=(type=char(40) update=yes updatewhereclause=yes name=addr2__pass dbname="emp_travel_info.addr2__pass" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr3__pass dbname="addr3__pass" ) column=(type=char(40) update=yes updatewhereclause=yes name=addr3__pass dbname="emp_travel_info.addr3__pass" )
column=(type=char(20) update=yes updatewhereclause=yes name=city__pass dbname="emp_travel_info.city__pass" ) column=(type=char(20) update=yes updatewhereclause=yes name=city__pass dbname="emp_travel_info.city__pass" )
column=(type=char(5) update=yes updatewhereclause=yes name=state_code__pass dbname="emp_travel_info.state_code__pass" ) column=(type=char(5) update=yes updatewhereclause=yes name=state_code__pass dbname="emp_travel_info.state_code__pass" )
column=(type=char(40) update=yes updatewhereclause=yes name=state_descr__pass dbname="emp_travel_info.state_descr__pass" ) column=(type=char(40) update=yes updatewhereclause=yes name=state_descr__pass dbname="emp_travel_info.state_descr__pass" )
column=(type=char(40) update=yes updatewhereclause=yes name=count_name dbname="emp_travel_info.count_name" ) column=(type=char(40) update=yes updatewhereclause=yes name=count_name dbname="emp_travel_info.count_name" )
column=(type=char(15) update=yes updatewhereclause=yes name=pin__pass dbname="emp_travel_info.pin__pass" ) column=(type=char(15) update=yes updatewhereclause=yes name=pin__pass dbname="emp_travel_info.pin__pass" )
column=(type=char(1) update=yes updatewhereclause=yes name=meal_pref dbname="emp_travel_info.meal_pref" values="Veg V/Non Veg N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=meal_pref dbname="emp_travel_info.meal_pref" values="Veg V/Non Veg N/Jain Veg J/" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__team_head dbname="emp_travel_info.emp_code__team_head" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__team_head dbname="emp_travel_info.emp_code__team_head" )
column=(type=char(5) update=yes updatewhereclause=yes name=state_code__work dbname="emp_travel_info.state_code__work" ) column=(type=char(5) update=yes updatewhereclause=yes name=state_code__work dbname="emp_travel_info.state_code__work" )
column=(type=char(10) update=yes updatewhereclause=yes name=zone_code dbname="emp_travel_info.zone_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=zone_code dbname="emp_travel_info.zone_code" )
...@@ -41,7 +41,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -41,7 +41,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_travel_info.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_travel_info.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_travel_info.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_travel_info.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_travel_info.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_travel_info.chg_term" )
column=(type=char(15) update=yes updatewhereclause=yes name=cur_tel1 dbname="cur_tel1" ) column=(type=char(15) update=yes updatewhereclause=yes name=cur_tel1 dbname="emp_travel_info.cur_tel1" )
column=(type=char(15) update=yes updatewhereclause=yes name=mobile_no dbname="emp_travel_info.mobile_no" ) column=(type=char(15) update=yes updatewhereclause=yes name=mobile_no dbname="emp_travel_info.mobile_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=nationality dbname="emp_travel_info.nationality" ) column=(type=char(10) update=yes updatewhereclause=yes name=nationality dbname="emp_travel_info.nationality" )
column=(type=char(10) updatewhereclause=yes name=group_code dbname="nsm_email.group_code" ) column=(type=char(10) updatewhereclause=yes name=group_code dbname="nsm_email.group_code" )
...@@ -54,7 +54,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -54,7 +54,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=datetime update=yes updatewhereclause=yes name=ticket_stat_date dbname="emp_travel_info.ticket_stat_date" ) column=(type=datetime update=yes updatewhereclause=yes name=ticket_stat_date dbname="emp_travel_info.ticket_stat_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=visa_status dbname="emp_travel_info.visa_status" initial="N" values="YES Y/NO N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=visa_status dbname="emp_travel_info.visa_status" initial="N" values="YES Y/NO N/" )
column=(type=datetime update=yes updatewhereclause=yes name=visa_stat_date dbname="emp_travel_info.visa_stat_date" ) column=(type=datetime update=yes updatewhereclause=yes name=visa_stat_date dbname="emp_travel_info.visa_stat_date" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_travel_info~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"nsm_email~" ) COLUMN(NAME=~"emp_travel_info.tran_id~") COLUMN(NAME=~"emp_travel_info.tran_date~") COLUMN(NAME=~"emp_travel_info.site_code~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"emp_travel_info.emp_code~") COLUMN(NAME=~"emp_travel_info.emp_fname~") COLUMN(NAME=~"emp_travel_info.emp_mname~") COLUMN(NAME=~"emp_travel_info.emp_lname~") COLUMN(NAME=~"emp_travel_info.emp_name__pass~") COLUMN(NAME=~"emp_travel_info.designation~") COLUMN(NAME=~"emp_travel_info.item_ser~") COLUMN(NAME=~"emp_travel_info.email_id~") COLUMN(NAME=~"emp_travel_info.report_to~") COLUMN(NAME=~"emp_travel_info.passport_no~") COLUMN(NAME=~"emp_travel_info.birth_date~") COLUMN(NAME=~"emp_travel_info.birth_place~") COLUMN(NAME=~"emp_travel_info.date_of_issue~") COLUMN(NAME=~"emp_travel_info.place_of_issue~") COLUMN(NAME=~"emp_travel_info.valid_upto~") COLUMN(NAME=~"emp_travel_info.addr1__pass~") COLUMN(NAME=~"emp_travel_info.addr2__pass~") COLUMN(NAME=~"emp_travel_info.addr3__pass~") COLUMN(NAME=~"emp_travel_info.city__pass~") COLUMN(NAME=~"emp_travel_info.state_code__pass~") COLUMN(NAME=~"emp_travel_info.state_descr__pass~") COLUMN(NAME=~"emp_travel_info.count_name~") COLUMN(NAME=~"emp_travel_info.pin__pass~") COLUMN(NAME=~"emp_travel_info.meal_pref~") COLUMN(NAME=~"emp_travel_info.emp_code__team_head~") COLUMN(NAME=~"emp_travel_info.state_code__work~") COLUMN(NAME=~"emp_travel_info.zone_code~") COLUMN(NAME=~"emp_travel_info.location~") COLUMN(NAME=~"emp_travel_info.confirmed~") COLUMN(NAME=~"emp_travel_info.conf_date~") COLUMN(NAME=~"emp_travel_info.chg_date~") COLUMN(NAME=~"emp_travel_info.chg_user~") COLUMN(NAME=~"emp_travel_info.chg_term~") COLUMN(NAME=~"emp_travel_info.cur_tel1~") COLUMN(NAME=~"emp_travel_info.mobile_no~") COLUMN(NAME=~"emp_travel_info.nationality~") COLUMN(NAME=~"nsm_email.group_code~") COLUMN(NAME=~"nsm_email.travel_date__from~") COLUMN(NAME=~"nsm_email.travel_date__to~") COLUMN(NAME=~"emp_travel_info.name_prefix~") COLUMN(NAME=~"emp_travel_info.hub~") COLUMN(NAME=~"emp_travel_info.status~") COLUMN(NAME=~"emp_travel_info.ticket_status~") COLUMN(NAME=~"emp_travel_info.ticket_stat_date~") COLUMN(NAME=~"emp_travel_info.visa_status~") COLUMN(NAME=~"emp_travel_info.visa_stat_date~") JOIN (LEFT=~"emp_travel_info.site_code~" OP =~"=~"RIGHT=~"site.site_code~" ) JOIN (LEFT=~"emp_travel_info.item_ser~" OP =~"=~"RIGHT=~"nsm_email.division~" )WHERE( EXP1 =~"emp_travel_info.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="emp_travel_info" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) ) column=(type=datetime update=yes updatewhereclause=yes name=status_date dbname="emp_travel_info.status_date" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_travel_info~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"nsm_email~" ) COLUMN(NAME=~"emp_travel_info.tran_id~") COLUMN(NAME=~"emp_travel_info.tran_date~") COLUMN(NAME=~"emp_travel_info.site_code~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"emp_travel_info.emp_code~") COLUMN(NAME=~"emp_travel_info.emp_fname~") COLUMN(NAME=~"emp_travel_info.emp_mname~") COLUMN(NAME=~"emp_travel_info.emp_lname~") COLUMN(NAME=~"emp_travel_info.emp_name__pass~") COLUMN(NAME=~"emp_travel_info.designation~") COLUMN(NAME=~"emp_travel_info.item_ser~") COLUMN(NAME=~"emp_travel_info.email_id~") COLUMN(NAME=~"emp_travel_info.report_to~") COLUMN(NAME=~"emp_travel_info.passport_no~") COLUMN(NAME=~"emp_travel_info.birth_date~") COLUMN(NAME=~"emp_travel_info.birth_place~") COLUMN(NAME=~"emp_travel_info.date_of_issue~") COLUMN(NAME=~"emp_travel_info.place_of_issue~") COLUMN(NAME=~"emp_travel_info.valid_upto~") COLUMN(NAME=~"emp_travel_info.addr1__pass~") COLUMN(NAME=~"emp_travel_info.addr2__pass~") COLUMN(NAME=~"emp_travel_info.addr3__pass~") COLUMN(NAME=~"emp_travel_info.city__pass~") COLUMN(NAME=~"emp_travel_info.state_code__pass~") COLUMN(NAME=~"emp_travel_info.state_descr__pass~") COLUMN(NAME=~"emp_travel_info.count_name~") COLUMN(NAME=~"emp_travel_info.pin__pass~") COLUMN(NAME=~"emp_travel_info.meal_pref~") COLUMN(NAME=~"emp_travel_info.emp_code__team_head~") COLUMN(NAME=~"emp_travel_info.state_code__work~") COLUMN(NAME=~"emp_travel_info.zone_code~") COLUMN(NAME=~"emp_travel_info.location~") COLUMN(NAME=~"emp_travel_info.confirmed~") COLUMN(NAME=~"emp_travel_info.conf_date~") COLUMN(NAME=~"emp_travel_info.chg_date~") COLUMN(NAME=~"emp_travel_info.chg_user~") COLUMN(NAME=~"emp_travel_info.chg_term~") COLUMN(NAME=~"emp_travel_info.cur_tel1~") COLUMN(NAME=~"emp_travel_info.mobile_no~") COLUMN(NAME=~"emp_travel_info.nationality~") COLUMN(NAME=~"nsm_email.group_code~") COLUMN(NAME=~"nsm_email.travel_date__from~") COLUMN(NAME=~"nsm_email.travel_date__to~") COLUMN(NAME=~"emp_travel_info.name_prefix~") COLUMN(NAME=~"emp_travel_info.hub~") COLUMN(NAME=~"emp_travel_info.status~") COLUMN(NAME=~"emp_travel_info.ticket_status~") COLUMN(NAME=~"emp_travel_info.ticket_stat_date~") COLUMN(NAME=~"emp_travel_info.visa_status~") COLUMN(NAME=~"emp_travel_info.visa_stat_date~") COLUMN(NAME=~"emp_travel_info.status_date~") JOIN (LEFT=~"emp_travel_info.site_code~" OP =~"=~"RIGHT=~"site.site_code~" ) JOIN (LEFT=~"emp_travel_info.item_ser~" OP =~"=~"RIGHT=~"nsm_email.division~" )WHERE( EXP1 =~"emp_travel_info.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="EMP_TRAVEL_INFO" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
groupbox(band=detail text="Employee Info"border="2" color="33554432" x="2" y="4" height="377" width="657" name=gb_1 visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) groupbox(band=detail text="Employee Info"border="2" color="33554432" x="2" y="4" height="377" width="657" name=gb_1 visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="25" y="30" height="16" width="92" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="25" y="30" height="16" width="92" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="25" y="54" height="16" width="92" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="25" y="54" height="16" width="92" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -65,7 +66,7 @@ text(band=detail alignment="1" text="Address:" border="0" color="33554432" x="25 ...@@ -65,7 +66,7 @@ text(band=detail alignment="1" text="Address:" border="0" color="33554432" x="25
text(band=detail alignment="1" text="City:" border="0" color="33554432" x="25" y="214" height="16" width="92" html.valueishtml="0" name=city__pass_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="City:" border="0" color="33554432" x="25" y="214" height="16" width="92" html.valueishtml="0" name=city__pass_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Telephone:" border="0" color="33554432" x="25" y="257" height="16" width="92" html.valueishtml="0" name=cur_tel1_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Telephone:" border="0" color="33554432" x="25" y="257" height="16" width="92" html.valueishtml="0" name=cur_tel1_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Postal Code:" border="0" color="33554432" x="25" y="236" height="16" width="92" html.valueishtml="0" name=pin__pass_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Postal Code:" border="0" color="33554432" x="25" y="236" height="16" width="92" html.valueishtml="0" name=pin__pass_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="121" y="30" height="16" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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=1 alignment="0" tabsequence=32766 border="5" color="255" x="121" y="30" height="16" width="86" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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" )
text(band=detail alignment="1" text="Tran Date:" border="0" color="33554432" x="506" y="30" height="16" width="65" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Tran Date:" border="0" color="33554432" x="506" y="30" height="16" width="65" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Division:*" border="0" color="33554432" x="300" y="32" height="16" width="71" html.valueishtml="0" name=item_ser_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Division:*" border="0" color="33554432" x="300" y="32" height="16" width="71" html.valueishtml="0" name=item_ser_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=10 border="5" color="33554432" x="377" y="32" height="16" width="36" format="[general]" html.valueishtml="0" name=item_ser visible="1" edit.limit=5 edit.case=upper 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="1073741824" ) column(band=detail id=11 alignment="0" tabsequence=10 border="5" color="33554432" x="377" y="32" height="16" width="36" format="[general]" html.valueishtml="0" name=item_ser visible="1" edit.limit=5 edit.case=upper 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="1073741824" )
...@@ -129,7 +130,7 @@ text(band=detail alignment="1" text="Valid Upto:*" border="0" color="33554432" x ...@@ -129,7 +130,7 @@ text(band=detail alignment="1" text="Valid Upto:*" border="0" color="33554432" x
column(band=detail id=30 alignment="0" tabsequence=170 border="5" color="33554432" x="120" y="713" height="16" width="36" format="[general]" html.valueishtml="0" name=state_code__work visible="1" edit.limit=5 edit.case=upper 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="1073741824" ) column(band=detail id=30 alignment="0" tabsequence=170 border="5" color="33554432" x="120" y="713" height="16" width="36" format="[general]" html.valueishtml="0" name=state_code__work visible="1" edit.limit=5 edit.case=upper 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="1073741824" )
text(band=detail alignment="1" text="Zone Code:*" border="0" color="33554432" x="165" y="713" height="16" width="89" html.valueishtml="0" name=zone_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Zone Code:*" border="0" color="33554432" x="165" y="713" height="16" width="89" html.valueishtml="0" name=zone_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255" x="258" y="713" height="16" width="66" format="[general]" html.valueishtml="0" name=zone_code visible="1" edit.limit=10 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=31 alignment="0" tabsequence=32766 border="5" color="255" x="258" y="713" height="16" width="66" format="[general]" html.valueishtml="0" name=zone_code visible="1" edit.limit=10 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" )
text(band=detail alignment="1" text="Location:*" border="0" color="33554432" x="11" y="736" height="16" width="105" html.valueishtml="0" name=location_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Work Location:*" border="0" color="33554432" x="11" y="736" height="15" width="105" html.valueishtml="0" name=location_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=32 alignment="0" tabsequence=180 border="5" color="33554432" x="120" y="736" height="16" width="204" format="[general]" html.valueishtml="0" name=location visible="1" edit.limit=40 edit.case=upper 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="1073741824" ) column(band=detail id=32 alignment="0" tabsequence=180 border="5" color="33554432" x="120" y="736" height="16" width="204" format="[general]" html.valueishtml="0" name=location visible="1" edit.limit=40 edit.case=upper 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="1073741824" )
column(band=detail id=26 alignment="0" tabsequence=150 border="5" color="0" x="121" y="690" height="16" width="127" format="[general]" html.valueishtml="0" name=count_name visible="1" edit.limit=40 edit.case=upper 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="16777215" ) column(band=detail id=26 alignment="0" tabsequence=150 border="5" color="0" x="121" y="690" height="16" width="127" format="[general]" html.valueishtml="0" name=count_name visible="1" edit.limit=40 edit.case=upper 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="16777215" )
text(band=detail alignment="1" text="Country:*" border="0" color="33554432" x="54" y="690" height="16" width="62" html.valueishtml="0" name=count_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Country:*" border="0" color="33554432" x="54" y="690" height="16" width="62" html.valueishtml="0" name=count_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -143,7 +144,6 @@ text(band=detail alignment="1" text="Confirmed:" border="0" color="33554432" x=" ...@@ -143,7 +144,6 @@ text(band=detail alignment="1" text="Confirmed:" border="0" color="33554432" x="
text(band=detail alignment="1" text="Status:" border="0" color="33554432" x="27" y="305" height="16" width="92" html.valueishtml="0" name=t_7 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Status:" border="0" color="33554432" x="27" y="305" height="16" width="92" html.valueishtml="0" name=t_7 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=46 alignment="0" tabsequence=32766 border="5" color="255" x="123" y="305" height="16" width="52" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.autoselect=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=46 alignment="0" tabsequence=32766 border="5" color="255" x="123" y="305" height="16" width="52" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.autoselect=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" )
text(band=detail alignment="1" text="Conf Date:" border="0" color="33554432" x="391" y="282" height="16" width="92" html.valueishtml="0" name=conf_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Conf Date:" border="0" color="33554432" x="391" y="282" height="16" width="92" html.valueishtml="0" name=conf_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="255" x="488" y="282" height="16" width="90" format="[shortdate] [time]" html.valueishtml="0" name=conf_date visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no 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=detail alignment="1" text="Ticket Status:" border="0" color="33554432" x="28" y="328" height="15" width="92" html.valueishtml="0" name=ticket_status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Ticket Status:" border="0" color="33554432" x="28" y="328" height="15" width="92" html.valueishtml="0" name=ticket_status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Ticket Status Date:" border="0" color="33554432" x="372" y="328" height="15" width="111" html.valueishtml="0" name=ticket_stat_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Ticket Status Date:" border="0" color="33554432" x="372" y="328" height="15" width="111" html.valueishtml="0" name=ticket_stat_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Visa Status:" border="0" color="33554432" x="28" y="351" height="15" width="92" html.valueishtml="0" name=visa_status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Visa Status:" border="0" color="33554432" x="28" y="351" height="15" width="92" html.valueishtml="0" name=visa_status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -152,6 +152,9 @@ column(band=detail id=47 alignment="0" tabsequence=32766 border="5" color="255" ...@@ -152,6 +152,9 @@ column(band=detail id=47 alignment="0" tabsequence=32766 border="5" color="255"
column(band=detail id=49 alignment="0" tabsequence=32766 border="5" color="255" x="123" y="351" height="15" width="62" format="[general]" html.valueishtml="0" name=visa_status visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=49 alignment="0" tabsequence=32766 border="5" color="255" x="123" y="351" height="15" width="62" format="[general]" html.valueishtml="0" name=visa_status visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=50 alignment="0" tabsequence=32766 border="5" color="255" x="488" y="351" height="15" width="90" format="[shortdate] [time]" html.valueishtml="0" name=visa_stat_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=50 alignment="0" tabsequence=32766 border="5" color="255" x="488" y="351" height="15" width="90" format="[shortdate] [time]" html.valueishtml="0" name=visa_stat_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=48 alignment="0" tabsequence=32766 border="5" color="255" x="488" y="328" height="15" width="90" format="dd/mm/yy" html.valueishtml="0" name=ticket_stat_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=48 alignment="0" tabsequence=32766 border="5" color="255" x="488" y="328" height="15" width="90" format="dd/mm/yy" html.valueishtml="0" name=ticket_stat_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=34 alignment="0" tabsequence=32766 border="5" color="255" x="488" y="282" height="16" width="90" format="[shortdate] [time]" html.valueishtml="0" name=conf_date visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no 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=51 alignment="0" tabsequence=32766 border="0" color="255" x="488" y="307" height="15" width="90" format="DD/MM/YY" html.valueishtml="0" name=status_date visible="1" edit.limit=0 edit.case=any edit.autoselect=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" )
text(band=detail alignment="1" text="Status Date:" border="0" color="33554432" x="391" y="305" height="15" width="92" html.valueishtml="0" name=status_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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_travel_info21" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><emp_travel_info_tran_id/><emp_travel_info_tran_date/><emp_travel_info_site_code/><site_descr/><emp_travel_info_emp_code/><emp_travel_info_name_prefix/><emp_travel_info_emp_fname/><emp_travel_info_emp_mname/><emp_travel_info_emp_lname/><emp_travel_info_emp_name__pass/><emp_travel_info_designation/><emp_travel_info_item_ser/><emp_travel_info_email_id/><emp_travel_info_report_to/><emp_travel_info_passport_no/><emp_travel_info_birth_date/><emp_travel_info_birth_place/><emp_travel_info_date_of_issue/><emp_travel_info_place_of_issue/><emp_travel_info_valid_upto/><emp_travel_info_addr1__pass/><emp_travel_info_addr2__pass/><emp_travel_info_addr3__pass/><emp_travel_info_city__pass/><emp_travel_info_state_code__pass/><emp_travel_info_state_descr__pass/><emp_travel_info_count_name/><emp_travel_info_pin__pass/><emp_travel_info_meal_pref/><emp_travel_info_emp_code__team_head/><emp_travel_info_state_code__work/><emp_travel_info_zone_code/><emp_travel_info_hub/><emp_travel_info_location/><emp_travel_info_confirmed/><emp_travel_info_conf_date/><emp_travel_info_chg_date/><emp_travel_info_chg_user/><emp_travel_info_chg_term/></untitled_row></untitled>")) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_emp_travel_info21" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><emp_travel_info_tran_id/><emp_travel_info_tran_date/><emp_travel_info_site_code/><site_descr/><emp_travel_info_emp_code/><emp_travel_info_name_prefix/><emp_travel_info_emp_fname/><emp_travel_info_emp_mname/><emp_travel_info_emp_lname/><emp_travel_info_emp_name__pass/><emp_travel_info_designation/><emp_travel_info_item_ser/><emp_travel_info_email_id/><emp_travel_info_report_to/><emp_travel_info_passport_no/><emp_travel_info_birth_date/><emp_travel_info_birth_place/><emp_travel_info_date_of_issue/><emp_travel_info_place_of_issue/><emp_travel_info_valid_upto/><emp_travel_info_addr1__pass/><emp_travel_info_addr2__pass/><emp_travel_info_addr3__pass/><emp_travel_info_city__pass/><emp_travel_info_state_code__pass/><emp_travel_info_state_descr__pass/><emp_travel_info_count_name/><emp_travel_info_pin__pass/><emp_travel_info_meal_pref/><emp_travel_info_emp_code__team_head/><emp_travel_info_state_code__work/><emp_travel_info_zone_code/><emp_travel_info_hub/><emp_travel_info_location/><emp_travel_info_confirmed/><emp_travel_info_conf_date/><emp_travel_info_chg_date/><emp_travel_info_chg_user/><emp_travel_info_chg_term/></untitled_row></untitled>"))
......
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