Commit 1a469aaf authored by sghate's avatar sghate

shital : Created SRD

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207311 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4dd16e8c
$PBExportHeader$d_emp_status_brow.srd
$PBExportComments$Browse DW for employee status changed
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=19 color="536870912" )
......@@ -8,16 +7,15 @@ footer(height=0 color="536870912" )
detail(height=19 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="emp_statuschg.emp_code" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=tran_date dbname="emp_statuschg.tran_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=status_type dbname="emp_statuschg.status_type" values="Probationer P/Confirmed C/" )
column=(type=char(1) update=yes updatewhereclause=yes name=status_type dbname="emp_statuschg.status_type" initial="P" values="Probationer P/Confirmed C/" )
column=(type=datetime update=yes updatewhereclause=yes name=date__due_chg dbname="emp_statuschg.date__due_chg" )
column=(type=char(1) update=yes updatewhereclause=yes name=extend dbname="emp_statuschg.extend" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=months_extend dbname="emp_statuschg.months_extend" )
column=(type=char(1) update=yes updatewhereclause=yes name=extend dbname="emp_statuschg.extend" initial="N" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=months_extend dbname="emp_statuschg.months_extend" initial="N" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=datetime update=yes updatewhereclause=yes name=date__effchg dbname="emp_statuschg.date__effchg" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_statuschg.chg_date" )
column=(type=char(5) updatewhereclause=yes name=emp_site dbname="employee.emp_site" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirm dbname="emp_statuschg.confirm" values="Yes Y/No N/Canceled X/" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirm dbname="emp_statuschg.confirm" initial="N" values="Yes Y/No N/Canceled X/" )
column=(type=char(5) update=yes updatewhereclause=yes name=grade_o dbname="emp_statuschg.grade_o" )
column=(type=char(5) update=yes updatewhereclause=yes name=grade_n dbname="emp_statuschg.grade_n" )
column=(type=char(5) update=yes updatewhereclause=yes name=cadre_o dbname="emp_statuschg.cadre_o" )
......@@ -28,60 +26,73 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(25) update=yes updatewhereclause=yes name=designation_n dbname="emp_statuschg.designation_n" )
column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="emp_statuschg.conf_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="emp_statuschg.emp_code__aprv" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot_o dbname="emp_statuschg.eligible_ot_o" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot dbname="emp_statuschg.eligible_ot" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot_o dbname="emp_statuschg.eligible_ot_o" initial="N" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot dbname="emp_statuschg.eligible_ot" initial="N" values="Yes Y/No N/" )
column=(type=char(5) update=yes updatewhereclause=yes name=reason_code dbname="emp_statuschg.reason_code" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_statuschg~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_statuschg.emp_code~") COLUMN(NAME=~"emp_statuschg.tran_date~") COLUMN(NAME=~"emp_statuschg.status_type~") COLUMN(NAME=~"emp_statuschg.date__due_chg~") COLUMN(NAME=~"emp_statuschg.extend~") COLUMN(NAME=~"emp_statuschg.months_extend~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"emp_statuschg.date__effchg~") COLUMN(NAME=~"emp_statuschg.chg_date~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"emp_statuschg.confirm~") COLUMN(NAME=~"emp_statuschg.grade_o~") COLUMN(NAME=~"emp_statuschg.grade_n~") COLUMN(NAME=~"emp_statuschg.cadre_o~") COLUMN(NAME=~"emp_statuschg.cadre_n~") COLUMN(NAME=~"emp_statuschg.design_code_o~") COLUMN(NAME=~"emp_statuschg.design_code_n~") COLUMN(NAME=~"emp_statuschg.designation_o~") COLUMN(NAME=~"emp_statuschg.designation_n~") COLUMN(NAME=~"emp_statuschg.conf_date~") COLUMN(NAME=~"emp_statuschg.emp_code__aprv~") COLUMN(NAME=~"emp_statuschg.eligible_ot_o~") COLUMN(NAME=~"emp_statuschg.eligible_ot~") COLUMN(NAME=~"emp_statuschg.reason_code~") JOIN (LEFT=~"emp_statuschg.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"emp_statuschg.date__effchg~" OP =~">=~" EXP2 =~":date_from ~" LOGIC =~"and~" ) WHERE( EXP1 =~"emp_statuschg.date__effchg~" OP =~"<=~" EXP2 =~":date_to ~" ) ) ARG(NAME = ~"date_from~" TYPE = datetime) ARG(NAME = ~"date_to~" TYPE = datetime) " update="emp_statuschg" updatewhere=0 updatekeyinplace=no arguments=(("date_from", datetime),("date_to", datetime)) )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_statuschg.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="emp_statuschg.chg_term" )
column=(type=datetime update=yes updatewhereclause=yes name=date__effchg dbname="emp_statuschg.date__effchg" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=notice_prd dbname="emp_statuschg.notice_prd" )
column=(type=char(10) update=yes updatewhereclause=yes name=tran_id dbname="emp_statuschg.tran_id" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_statuschg~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_statuschg.emp_code~") COLUMN(NAME=~"emp_statuschg.tran_date~") COLUMN(NAME=~"emp_statuschg.status_type~") COLUMN(NAME=~"emp_statuschg.date__due_chg~") COLUMN(NAME=~"emp_statuschg.extend~") COLUMN(NAME=~"emp_statuschg.months_extend~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"emp_statuschg.chg_date~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"emp_statuschg.confirm~") COLUMN(NAME=~"emp_statuschg.grade_o~") COLUMN(NAME=~"emp_statuschg.grade_n~") COLUMN(NAME=~"emp_statuschg.cadre_o~") COLUMN(NAME=~"emp_statuschg.cadre_n~") COLUMN(NAME=~"emp_statuschg.design_code_o~") COLUMN(NAME=~"emp_statuschg.design_code_n~") COLUMN(NAME=~"emp_statuschg.designation_o~") COLUMN(NAME=~"emp_statuschg.designation_n~") COLUMN(NAME=~"emp_statuschg.conf_date~") COLUMN(NAME=~"emp_statuschg.emp_code__aprv~") COLUMN(NAME=~"emp_statuschg.eligible_ot_o~") COLUMN(NAME=~"emp_statuschg.eligible_ot~") COLUMN(NAME=~"emp_statuschg.reason_code~") COLUMN(NAME=~"emp_statuschg.chg_user~") COLUMN(NAME=~"emp_statuschg.chg_term~") COLUMN(NAME=~"emp_statuschg.date__effchg~") COLUMN(NAME=~"emp_statuschg.notice_prd~") COLUMN(NAME=~"emp_statuschg.tran_id~") JOIN (LEFT=~"emp_statuschg.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"~~~"EMP_STATUSCHG~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":date_from ~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"EMP_STATUSCHG~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":date_to ~" ) ) ARG(NAME = ~"date_from~" TYPE = datetime) ARG(NAME = ~"date_to~" TYPE = datetime) " update="EMP_STATUSCHG" updatewhere=0 updatekeyinplace=no arguments=(("date_from", datetime),("date_to", datetime)) )
text(band=header alignment="0" text="Employee Code" border="6" color="0" x="2" y="2" height="16" width="91" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="First Name" border="6" color="0" x="95" y="2" height="16" width="96" html.valueishtml="0" name=emp_fname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Last Name" border="6" color="0" x="193" y="2" height="16" width="83" html.valueishtml="0" name=emp_lname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Date" border="6" color="0" x="278" y="2" height="16" width="49" html.valueishtml="0" name=date__effchg_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Status Type" border="6" color="0" x="329" y="2" height="16" width="66" html.valueishtml="0" name=status_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Due Date" border="6" color="0" x="397" y="2" height="16" width="52" html.valueishtml="0" name=date__due_chg_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Extend" border="6" color="0" x="451" y="2" height="16" width="45" html.valueishtml="0" name=extend_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="1" text="Months Extended" border="6" color="0" x="498" y="2" height="16" width="115" html.valueishtml="0" name=months_extend_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Confirmed" border="6" color="0" x="615" y="2" height="16" width="72" html.valueishtml="0" name=confirm_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Grade From" border="6" color="0" x="689" y="2" height="16" width="70" html.valueishtml="0" name=grade_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation From" border="6" color="0" x="1214" y="2" height="16" width="120" html.valueishtml="0" name=designation_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation To" border="6" color="0" x="1336" y="2" height="16" width="98" html.valueishtml="0" name=designation_n_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Employee Site" border="6" color="0" x="1903" y="2" height="16" width="92" html.valueishtml="0" name=emp_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Change Date" border="6" color="0" x="1822" y="2" height="16" width="79" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Confirmed By" border="6" color="0" x="1721" y="2" height="16" width="99" html.valueishtml="0" name=emp_code__aprv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Confirmed On" border="6" color="0" x="1633" y="2" height="16" width="86" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Grade To" border="6" color="0" x="761" y="2" height="16" width="50" html.valueishtml="0" name=grade_n_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Cadre From" border="6" color="0" x="813" y="2" height="16" width="68" html.valueishtml="0" name=cadre_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Cadre To" border="6" color="0" x="883" y="2" height="16" width="56" html.valueishtml="0" name=cadre_n_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation Code From" border="6" color="0" x="941" y="2" height="16" width="133" html.valueishtml="0" name=design_code_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation Code To" border="6" color="0" x="1076" y="2" height="16" width="136" html.valueishtml="0" name=design_code_n_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Eligible OT To" border="6" color="33554432" x="1532" y="2" height="16" width="99" html.valueishtml="0" name=eligible_ot_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Eligible OT From" border="6" color="33554432" x="1436" y="2" height="16" width="94" html.valueishtml="0" name=eligible_ot_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Transaction Date" border="6" color="0" x="1997" y="2" height="16" width="110" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Reason of Action" border="6" color="0" x="2109" y="2" height="16" width="120" html.valueishtml="0" name=reason_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="Date" border="6" color="0" x="278" y="2" height="16" width="88" html.valueishtml="0" name=date__effchg_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Status Type" border="6" color="0" x="368" y="2" height="16" width="66" html.valueishtml="0" name=status_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Due Date" border="6" color="0" x="436" y="2" height="16" width="89" html.valueishtml="0" name=date__due_chg_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Extend" border="6" color="0" x="527" y="2" height="16" width="45" html.valueishtml="0" name=extend_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="1" text="Months Extended" border="6" color="0" x="574" y="2" height="16" width="115" html.valueishtml="0" name=months_extend_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Confirmed" border="6" color="0" x="691" y="2" height="16" width="72" html.valueishtml="0" name=confirm_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Grade From" border="6" color="0" x="765" y="2" height="16" width="70" html.valueishtml="0" name=grade_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation From" border="6" color="0" x="1290" y="2" height="16" width="120" html.valueishtml="0" name=designation_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation To" border="6" color="0" x="1412" y="2" height="16" width="98" html.valueishtml="0" name=designation_n_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Employee Site" border="6" color="0" x="1979" y="2" height="16" width="92" html.valueishtml="0" name=emp_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Change On" border="6" color="0" x="1898" y="2" height="16" width="79" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Confirmed By" border="6" color="0" x="1797" y="2" height="16" width="99" html.valueishtml="0" name=emp_code__aprv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Confirmed On" border="6" color="0" x="1709" y="2" height="16" width="86" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Grade To" border="6" color="0" x="837" y="2" height="16" width="50" html.valueishtml="0" name=grade_n_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Cadre From" border="6" color="0" x="889" y="2" height="16" width="68" html.valueishtml="0" name=cadre_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Cadre To" border="6" color="0" x="959" y="2" height="16" width="56" html.valueishtml="0" name=cadre_n_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation Code From" border="6" color="0" x="1017" y="2" height="16" width="133" html.valueishtml="0" name=design_code_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation Code To" border="6" color="0" x="1152" y="2" height="16" width="136" html.valueishtml="0" name=design_code_n_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Eligible OT To" border="6" color="33554432" x="1608" y="2" height="16" width="99" html.valueishtml="0" name=eligible_ot_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Eligible OT From" border="6" color="33554432" x="1512" y="2" height="16" width="94" html.valueishtml="0" name=eligible_ot_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Transaction Date" border="6" color="0" x="2073" y="2" height="16" width="110" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Reason of Action" border="6" color="0" x="2185" y="2" height="16" width="120" html.valueishtml="0" name=reason_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="Change By" border="5" color="0" x="2307" y="1" height="16" width="82" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Change From" border="5" color="0" x="2391" y="1" height="16" width="82" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Notice Period" border="5" color="0" x="2475" y="1" height="16" width="85" html.valueishtml="0" name=notice_prd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Tran Id" border="0" color="33554432" x="2562" y="1" height="17" width="109" html.valueishtml="0" name=tran_id_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="1" height="16" width="91" format="[general]" html.valueishtml="0" name=emp_code tag="Employee Code" visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=20 border="5" color="0" x="95" y="1" height="16" width="96" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=30 border="5" color="0" x="193" y="1" height="16" width="83" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=40 border="5" color="0" x="278" y="1" height="16" width="49" format="[shortdate] [time]" html.valueishtml="0" name=date__effchg visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=50 border="5" color="0" x="329" y="1" height="16" width="66" format="[general]" html.valueishtml="0" name=status_type tag="Whether status change is for probation (P) or confirmation (C)" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=60 border="5" color="0" x="397" y="1" height="16" width="52" format="[shortdate] [time]" html.valueishtml="0" name=date__due_chg tag="Due date for change of status" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=70 border="5" color="0" x="451" y="1" height="16" width="45" format="[general]" html.valueishtml="0" name=extend tag="Extend status change (Y/N)" visible="1" edit.limit=1 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="1" tabsequence=80 border="5" color="0" x="498" y="1" height="16" width="115" format="#,##,##,###.####" html.valueishtml="0" name=months_extend tag="Extended by how many months" visible="1" edit.limit=0 edit.case=any edit.format="#,##,##,###.####" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=90 border="5" color="0" x="615" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=confirm visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="689" y="1" height="16" width="70" format="[general]" html.valueishtml="0" name=grade_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="1214" y="1" height="16" width="120" format="[general]" html.valueishtml="0" name=designation_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="0" x="1336" y="1" height="16" width="98" format="[general]" html.valueishtml="0" name=designation_n visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="1" tabsequence=32766 border="5" color="0" x="1633" y="1" height="16" width="86" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="1" tabsequence=32766 border="5" color="0" x="1721" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="1822" y="1" height="16" width="79" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="1903" y="1" height="16" width="92" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="761" y="1" height="16" width="50" format="[general]" html.valueishtml="0" name=grade_n visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="0" x="813" y="1" height="16" width="68" format="[general]" html.valueishtml="0" name=cadre_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="883" y="1" height="16" width="56" format="[general]" html.valueishtml="0" name=cadre_n visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="941" y="1" height="16" width="133" format="[general]" html.valueishtml="0" name=design_code_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="1076" y="1" height="16" width="136" format="[general]" html.valueishtml="0" name=design_code_n visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="0" x="1436" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=eligible_ot_o visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="0" x="1532" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=eligible_ot visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="1997" y="1" height="16" width="110" 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="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="0" x="2109" y="1" height="16" width="120" format="[general]" html.valueishtml="0" name=reason_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="0" x="95" y="1" height="16" width="96" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="193" y="1" height="16" width="83" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=27 alignment="0" tabsequence=20 border="5" color="0" x="278" y="1" height="16" width="88" format="[shortdate] [time]" html.valueishtml="0" name=date__effchg visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="368" y="1" height="16" width="66" format="[general]" html.valueishtml="0" name=status_type tag="Whether status change is for probation (P) or confirmation (C)" visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="436" y="1" height="16" width="89" format="[shortdate] [time]" html.valueishtml="0" name=date__due_chg tag="Due date for change of status" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=30 border="5" color="0" x="527" y="1" height="16" width="45" format="[general]" html.valueishtml="0" name=extend tag="Extend status change (Y/N)" visible="1" edit.limit=1 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="1" tabsequence=40 border="5" color="0" x="574" y="1" height="16" width="115" format="#,##,##,###.####" html.valueishtml="0" name=months_extend tag="Extended by how many months" visible="1" edit.limit=7 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="691" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=confirm visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="765" y="1" height="16" width="70" format="[general]" html.valueishtml="0" name=grade_o visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="1290" y="1" height="16" width="120" format="[general]" html.valueishtml="0" name=designation_o visible="1" edit.limit=25 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="1412" y="1" height="16" width="98" format="[general]" html.valueishtml="0" name=designation_n visible="1" edit.limit=25 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="1" tabsequence=32766 border="5" color="0" x="1709" y="1" height="16" width="86" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="1" tabsequence=32766 border="5" color="0" x="1797" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="1898" y="1" height="16" width="79" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="1979" y="1" height="16" width="92" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=50 border="5" color="0" x="837" y="1" height="16" width="50" format="[general]" html.valueishtml="0" name=grade_n visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="889" y="1" height="16" width="68" format="[general]" html.valueishtml="0" name=cadre_o visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=60 border="5" color="0" x="959" y="1" height="16" width="56" format="[general]" html.valueishtml="0" name=cadre_n visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="1017" y="1" height="16" width="133" format="[general]" html.valueishtml="0" name=design_code_o visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=70 border="5" color="0" x="1152" y="1" height="16" width="136" format="[general]" html.valueishtml="0" name=design_code_n visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="0" x="1512" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=eligible_ot_o visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=80 border="5" color="0" x="1608" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=eligible_ot visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=90 border="5" color="0" x="2073" y="1" height="16" width="110" 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="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="0" x="2185" y="1" height="16" width="120" format="[general]" html.valueishtml="0" name=reason_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="0" x="2307" y="1" height="16" width="82" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="5" color="0" x="2391" y="1" height="16" width="82" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=300 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=28 alignment="0" tabsequence=100 border="5" color="0" x="2475" y="1" height="16" width="85" format="[general]" html.valueishtml="0" name=notice_prd visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="0" color="0" x="2562" y="1" height="16" width="109" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
$PBExportHeader$d_emp_status_edit.srd
$PBExportComments$Edit DW for employee status changed
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=415 color="536870912" )
detail(height=514 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="emp_statuschg.emp_code" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=tran_date dbname="emp_statuschg.tran_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=status_type dbname="emp_statuschg.status_type" values="Probationer P/Confirmed C/" )
column=(type=char(1) update=yes updatewhereclause=yes name=status_type dbname="emp_statuschg.status_type" initial="P" values="Probationer P/Confirmed C/" )
column=(type=datetime update=yes updatewhereclause=yes name=date__due_chg dbname="emp_statuschg.date__due_chg" )
column=(type=char(1) update=yes updatewhereclause=yes name=extend dbname="emp_statuschg.extend" initial="N" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=extend dbname="emp_statuschg.extend" initial="N" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=months_extend dbname="emp_statuschg.months_extend" initial="0" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_statuschg.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_statuschg.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_statuschg.chg_term" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=datetime update=yes updatewhereclause=yes name=date__effchg dbname="emp_statuschg.date__effchg" )
......@@ -30,60 +26,67 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="emp_statuschg.designation_n" )
column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="emp_statuschg.conf_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="emp_statuschg.emp_code__aprv" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot_o dbname="emp_statuschg.eligible_ot_o" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot dbname="emp_statuschg.eligible_ot" values="Yes Y/No N/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_statuschg~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_statuschg.emp_code~") COLUMN(NAME=~"emp_statuschg.tran_date~") COLUMN(NAME=~"emp_statuschg.status_type~") COLUMN(NAME=~"emp_statuschg.date__due_chg~") COLUMN(NAME=~"emp_statuschg.extend~") COLUMN(NAME=~"emp_statuschg.months_extend~") COLUMN(NAME=~"emp_statuschg.chg_date~") COLUMN(NAME=~"emp_statuschg.chg_user~") COLUMN(NAME=~"emp_statuschg.chg_term~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"emp_statuschg.date__effchg~") COLUMN(NAME=~"employee.date_join~") COLUMN(NAME=~"emp_statuschg.notice_prd~") COLUMN(NAME=~"emp_statuschg.confirm~") COLUMN(NAME=~"emp_statuschg.grade_o~") COLUMN(NAME=~"emp_statuschg.grade_n~") COLUMN(NAME=~"emp_statuschg.cadre_o~") COLUMN(NAME=~"emp_statuschg.cadre_n~") COLUMN(NAME=~"emp_statuschg.design_code_o~") COLUMN(NAME=~"emp_statuschg.design_code_n~") COLUMN(NAME=~"emp_statuschg.designation_o~") COLUMN(NAME=~"emp_statuschg.designation_n~") COLUMN(NAME=~"emp_statuschg.conf_date~") COLUMN(NAME=~"emp_statuschg.emp_code__aprv~") COLUMN(NAME=~"emp_statuschg.eligible_ot_o~") COLUMN(NAME=~"emp_statuschg.eligible_ot~") JOIN (LEFT=~"emp_statuschg.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"emp_statuschg.emp_code~" OP =~"=~" EXP2 =~":memp_code ~" LOGIC =~"and~" ) WHERE( EXP1 =~"emp_statuschg.tran_date~" OP =~"=~" EXP2 =~":mtran_date~" ) ) ARG(NAME = ~"memp_code~" TYPE = string) ARG(NAME = ~"mtran_date~" TYPE = datetime) " update="EMP_STATUSCHG" updatewhere=0 updatekeyinplace=no arguments=(("memp_code", string),("mtran_date", datetime)) )
groupbox(band=detail text="Basic"border="2" color="33554432" x="5" y="3" height="394" width="568" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="134217739" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot_o dbname="emp_statuschg.eligible_ot_o" initial="N" )
column=(type=char(1) update=yes updatewhereclause=yes name=eligible_ot dbname="emp_statuschg.eligible_ot" initial="N" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_statuschg.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_statuschg.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="emp_statuschg.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=tran_id dbname="emp_statuschg.tran_id" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_statuschg~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_statuschg.emp_code~") COLUMN(NAME=~"emp_statuschg.tran_date~") COLUMN(NAME=~"emp_statuschg.status_type~") COLUMN(NAME=~"emp_statuschg.date__due_chg~") COLUMN(NAME=~"emp_statuschg.extend~") COLUMN(NAME=~"emp_statuschg.months_extend~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"emp_statuschg.date__effchg~") COLUMN(NAME=~"employee.date_join~") COLUMN(NAME=~"emp_statuschg.notice_prd~") COLUMN(NAME=~"emp_statuschg.confirm~") COLUMN(NAME=~"emp_statuschg.grade_o~") COLUMN(NAME=~"emp_statuschg.grade_n~") COLUMN(NAME=~"emp_statuschg.cadre_o~") COLUMN(NAME=~"emp_statuschg.cadre_n~") COLUMN(NAME=~"emp_statuschg.design_code_o~") COLUMN(NAME=~"emp_statuschg.design_code_n~") COLUMN(NAME=~"emp_statuschg.designation_o~") COLUMN(NAME=~"emp_statuschg.designation_n~") COLUMN(NAME=~"emp_statuschg.conf_date~") COLUMN(NAME=~"emp_statuschg.emp_code__aprv~") COLUMN(NAME=~"emp_statuschg.eligible_ot_o~") COLUMN(NAME=~"emp_statuschg.eligible_ot~") COLUMN(NAME=~"emp_statuschg.chg_date~") COLUMN(NAME=~"emp_statuschg.chg_user~") COLUMN(NAME=~"emp_statuschg.chg_term~") COLUMN(NAME=~"emp_statuschg.tran_id~") JOIN (LEFT=~"emp_statuschg.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"emp_statuschg.emp_code~" OP =~"=~" EXP2 =~":memp_code ~" LOGIC =~"and~" ) WHERE( EXP1 =~"emp_statuschg.tran_date~" OP =~"=~" EXP2 =~":mtran_date~" ) ) ARG(NAME = ~"memp_code~" TYPE = string) ARG(NAME = ~"mtran_date~" TYPE = datetime) " update="EMP_STATUSCHG" updatewhere=0 updatekeyinplace=no arguments=(("memp_code", string),("mtran_date", datetime)) )
groupbox(band=detail text="Others"border="2" color="33554432" x="6" y="348" height="69" width="562" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="6" y="3" height="334" width="568" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="134217739" )
text(band=detail alignment="1" text="Eligible OT From :" border="0" color="33554432" x="54" y="259" height="16" width="110" html.valueishtml="0" name=eligible_ot_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Confirmed :" border="0" color="0" x="54" y="282" height="16" width="110" html.valueishtml="0" name=t_12 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Confirmed :" border="0" color="0" x="54" y="282" height="16" width="110" html.valueishtml="0" name=confirm_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Approved by :" border="0" color="0" x="54" y="305" height="16" width="110" html.valueishtml="0" name=emp_code__aprv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="259" height="16" width="59" format="[general]" html.valueishtml="0" name=eligible_ot_o visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="282" height="16" width="81" format="[general]" html.valueishtml="0" name=confirm visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Eligible OT To :" border="0" color="33554432" x="332" y="259" height="16" width="98" html.valueishtml="0" name=eligible_ot_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=27 alignment="0" tabsequence=100 border="5" color="0" x="435" y="259" height="16" width="59" format="[general]" html.valueishtml="0" name=eligible_ot visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="255" x="428" y="282" height="16" width="66" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Confrmed On :" border="0" color="0" x="323" y="282" height="16" width="100" html.valueishtml="0" name=t_14 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="305" height="16" width="66" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="170" y="329" height="16" width="43" format="[general]" html.valueishtml="0" name=chg_date tag="Last row modification date, for system purpose only" visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="0" x="64" y="329" height="16" width="101" html.valueishtml="0" name=chg_date_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="298" y="329" height="16" width="51" format="[general]" html.valueishtml="0" name=chg_user tag="Last user modifing the record, for system purpose only" visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="438" y="329" height="16" width="57" format="[general]" html.valueishtml="0" name=chg_term tag="Last row modifing terminal, for system purpose only" visible="0" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg User:" border="0" color="0" x="228" y="329" height="16" width="64" html.valueishtml="0" name=chg_user_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="0" x="366" y="329" height="16" width="64" html.valueishtml="0" name=chg_term_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=24 alignment="0" tabsequence=100 border="5" color="0" x="435" y="259" height="16" width="86" format="[Yes/No]" html.valueishtml="0" name=eligible_ot visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="255" x="436" y="280" height="16" width="86" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Confrmed On :" border="0" color="0" x="332" y="279" height="16" width="100" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Transaction Date :" border="0" color="0" x="54" y="35" height="16" width="110" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Joining Date :" border="0" color="0" x="348" y="35" height="16" width="85" html.valueishtml="0" name=t_6 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="438" y="35" height="16" width="56" format="[shortdate] [time]" html.valueishtml="0" name=employee_date_join visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="255" x="243" y="60" height="16" width="123" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="255" x="370" y="60" height="16" width="124" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="255" x="414" y="35" height="16" width="112" format="[shortdate] [time]" html.valueishtml="0" name=employee_date_join visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x="271" y="60" height="16" width="123" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="255" x="400" y="60" height="16" width="124" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Employee :" border="0" color="0" x="54" y="60" height="16" width="110" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="170" y="35" height="16" width="66" format="dd/mm/yy" html.valueishtml="0" name=tran_date tag="Date of status change transaction" visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=20 border="5" color="0" x="170" y="60" height="16" width="66" format="[general]" html.valueishtml="0" name=emp_code tag="Employee Code" visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=30 border="5" color="0" x="170" y="85" height="16" width="66" format="dd/mm/yy" html.valueishtml="0" name=date__effchg visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change From :" border="0" color="0" x="54" y="85" height="16" width="110" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Notice Period:" border="0" color="0" x="357" y="85" height="16" width="88" html.valueishtml="0" name=t_7 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=14 alignment="1" tabsequence=40 border="5" color="0" x="450" y="85" height="16" width="44" format="##0" html.valueishtml="0" name=notice_prd visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change From :" border="0" color="0" x="54" y="85" height="16" width="110" html.valueishtml="0" name=date__effchg_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Status Type :" border="0" color="0" x="54" y="110" height="16" width="110" html.valueishtml="0" name=status_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Due Date :" border="0" color="0" x="323" y="110" height="16" width="100" html.valueishtml="0" name=date__due_chg_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="428" y="110" height="16" width="66" format="[shortdate] [time]" html.valueishtml="0" name=date__due_chg tag="Due date for change of status" visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="110" height="16" width="74" format="[general]" html.valueishtml="0" name=status_type tag="Whether status change is for probation (P) or confirmation (C)" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="170" y="135" height="16" width="59" format="[general]" html.valueishtml="0" name=extend tag="Extend status change (Y/N)" visible="1" edit.name="Yesno" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="419" y="103" height="16" width="107" format="[shortdate] [time]" html.valueishtml="0" name=date__due_chg tag="Due date for change of status" visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Extend :" border="0" color="0" x="54" y="135" height="16" width="110" html.valueishtml="0" name=extend_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Months Extended :" border="0" color="0" x="293" y="135" height="16" width="152" html.valueishtml="0" name=months_extend_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Grade From :" border="0" color="0" x="54" y="160" height="16" width="110" html.valueishtml="0" name=grade_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Cadre From :" border="0" color="0" x="54" y="185" height="16" width="110" html.valueishtml="0" name=cadre_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="185" height="16" width="62" format="[general]" html.valueishtml="0" protect="0~t1" name=cadre_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="160" height="16" width="62" format="[general]" html.valueishtml="0" protect="0~t1" name=grade_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="1" tabsequence=60 border="5" color="0" x="450" y="135" height="16" width="44" format="##0" html.valueishtml="0" name=months_extend tag="Extended by how many months" visible="1" editmask.mask="##0" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=70 border="5" color="0" x="432" y="160" height="16" width="62" format="[general]" html.valueishtml="0" name=grade_code tag="New grade code of the employee" visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=80 border="5" color="0" x="432" y="185" height="16" width="62" format="[general]" html.valueishtml="0" name=cadre_code tag="New cadre code of the employee" visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Grade To :" border="0" color="0" x="364" y="160" height="16" width="63" html.valueishtml="0" name=grade_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Cadre To :" border="0" color="0" x="366" y="185" height="16" width="62" html.valueishtml="0" name=cadre_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="210" height="16" width="62" format="[general]" html.valueishtml="0" protect="0~t1" name=design_code_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="255" x="238" y="210" height="16" width="256" format="[general]" html.valueishtml="0" protect="0~t1" name=designation_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="255" x="271" y="211" height="16" width="256" format="[general]" html.valueishtml="0" protect="0~t1" name=designation_o visible="1" edit.limit=25 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Designation From :" border="0" color="0" x="54" y="210" height="16" width="110" html.valueishtml="0" name=design_code_o_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=21 alignment="0" tabsequence=90 border="5" color="0" x="170" y="235" height="16" width="62" format="[general]" html.valueishtml="0" name=design_code tag="New designation code of the employee" visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="255" x="238" y="235" height="16" width="256" format="[general]" html.valueishtml="0" name=designation tag="New designation description for the employee" visible="1" edit.limit=25 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Designation To :" border="0" color="0" x="65" y="235" height="16" width="99" html.valueishtml="0" name=designation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="255" x="271" y="235" height="16" width="256" format="[general]" html.valueishtml="0" name=designation tag="New designation description for the employee" visible="1" edit.limit=25 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Designation To :" border="0" color="0" x="54" y="235" height="16" width="110" html.valueishtml="0" name=design_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Change On:" border="0" color="0" x="26" y="371" height="16" width="71" html.valueishtml="0" name=chg_date_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Change By:" border="0" color="0" x="224" y="371" height="16" width="71" html.valueishtml="0" name=chg_user_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Change From :" border="0" color="0" x="393" y="371" height="16" width="77" html.valueishtml="0" name=chg_term_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="305" height="16" width="95" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="282" height="16" width="95" format="[general]" html.valueishtml="0" name=confirm visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="259" height="16" width="95" format="[Yes/No]" html.valueishtml="0" name=eligible_ot_o visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=18 alignment="0" tabsequence=90 border="5" color="0" x="170" y="235" height="16" width="95" format="[general]" html.valueishtml="0" name=design_code tag="New designation code of the employee" visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="210" height="16" width="95" format="[general]" html.valueishtml="0" protect="0~t1" name=design_code_o visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="185" height="16" width="95" format="[general]" html.valueishtml="0" protect="0~t1" name=cadre_o visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="160" height="16" width="95" format="[general]" html.valueishtml="0" protect="0~t1" name=grade_o visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="170" y="135" height="16" width="95" format="[Yes/No]" html.valueishtml="0" name=extend tag="Extend status change (Y/N)" visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="110" height="16" width="95" format="[general]" html.valueishtml="0" name=status_type tag="Whether status change is for probation (P) or confirmation (C)" visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=9 alignment="0" tabsequence=30 border="5" color="0" x="170" y="85" height="16" width="95" format="dd/mm/yy" html.valueishtml="0" name=date__effchg visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=20 border="5" color="0" x="170" y="60" height="16" width="95" format="[general]" html.valueishtml="0" name=emp_code tag="Employee Code" visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="170" y="35" height="16" width="95" format="dd/mm/yy" html.valueishtml="0" name=tran_date tag="Date of status change transaction" visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Months Extended :" border="0" color="0" x="305" y="123" height="16" width="110" html.valueishtml="0" name=months_extend_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Due Date :" border="0" color="0" x="305" y="104" height="16" width="110" html.valueishtml="0" name=date__due_chg_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Notice Period:" border="0" color="0" x="305" y="85" height="16" width="110" html.valueishtml="0" name=notice_prd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Joining Date :" border="0" color="0" x="300" y="35" height="16" width="110" html.valueishtml="0" name=employee_date_join_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Grade To :" border="0" color="0" x="306" y="145" height="16" width="110" html.valueishtml="0" name=grade_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Cadre To :" border="0" color="0" x="307" y="166" height="16" width="110" html.valueishtml="0" name=cadre_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="1" tabsequence=60 border="5" color="0" x="419" y="123" height="16" width="86" format="##0" html.valueishtml="0" name=months_extend tag="Extended by how many months" visible="1" edit.limit=7 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="1" tabsequence=40 border="5" color="0" x="419" y="83" height="16" width="86" format="##0" html.valueishtml="0" name=notice_prd visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=70 border="5" color="0" x="420" y="145" height="16" width="86" format="[general]" html.valueishtml="0" name=grade_code tag="New grade code of the employee" visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=80 border="5" color="0" x="421" y="166" height="16" width="86" format="[general]" html.valueishtml="0" name=cadre_code tag="New cadre code of the employee" visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="255" x="101" y="371" height="16" width="85" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="5" color="255" x="299" y="372" height="16" width="77" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="5" color="255" x="474" y="372" height="16" width="77" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=300 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="5" color="0" x="100" y="393" height="16" width="85" format="[general]" html.valueishtml="0" name=tran_id visible="0" edit.limit=10 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Tran Id :" border="0" color="33554432" x="25" y="391" height="16" width="71" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment