Commit 8c978610 authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 01/10/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@208673 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cd861eab
...@@ -46,87 +46,88 @@ table(column=(type=char(6) update=yes updatewhereclause=yes key=yes name=prd_cod ...@@ -46,87 +46,88 @@ table(column=(type=char(6) update=yes updatewhereclause=yes key=yes name=prd_cod
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" ) column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"arrears~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"department~" ) COLUMN(NAME=~"arrears.prd_code~") COLUMN(NAME=~"arrears.emp_code~") COLUMN(NAME=~"arrears.site_code__pay~") COLUMN(NAME=~"arrears.dept_code~") COLUMN(NAME=~"arrears.tran_date~") COLUMN(NAME=~"arrears.work_days~") COLUMN(NAME=~"arrears.paid_days~") COLUMN(NAME=~"arrears.pay_table~") COLUMN(NAME=~"arrears.basic_amt~") COLUMN(NAME=~"arrears.allow_amt~") COLUMN(NAME=~"arrears.dedn_amt~") COLUMN(NAME=~"arrears.net_amt~") COLUMN(NAME=~"arrears.rbf_amt~") COLUMN(NAME=~"arrears.rcf_amt~") COLUMN(NAME=~"arrears.voucher_no~") COLUMN(NAME=~"arrears.voucher_date~") COLUMN(NAME=~"arrears.grade~") COLUMN(NAME=~"arrears.cadre~") COLUMN(NAME=~"arrears.designation~") COLUMN(NAME=~"arrears.confirmed~") COLUMN(NAME=~"arrears.lves_taken~") COLUMN(NAME=~"arrears.woff_days~") COLUMN(NAME=~"arrears.fin_entity~") COLUMN(NAME=~"arrears.abs_days~") COLUMN(NAME=~"arrears.prev_netamt~") COLUMN(NAME=~"arrears.diff_netamt~") COLUMN(NAME=~"arrears.prev_allowamt~") COLUMN(NAME=~"arrears.diff_allowamt~") COLUMN(NAME=~"arrears.prev_dednamt~") COLUMN(NAME=~"arrears.diff_dednamt~") COLUMN(NAME=~"arrears.prd_code__acc~") COLUMN(NAME=~"arrears.chg_date~") COLUMN(NAME=~"arrears.chg_user~") COLUMN(NAME=~"arrears.chg_term~") COLUMN(NAME=~"arrears.site_code__emp~") COLUMN(NAME=~"arrears.site_code__work~") COLUMN(NAME=~"arrears.delete_arr~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") JOIN (LEFT=~"arrears.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"arrears.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" )WHERE( EXP1 =~"arrears.prd_code~" OP =~"=~" EXP2 =~":as_prd_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"arrears.emp_code~" OP =~"=~" EXP2 =~":as_emp_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"arrears.prd_code__acc~" OP =~"=~" EXP2 =~":as_prd_code__acc~" ) ) ARG(NAME = ~"as_prd_code~" TYPE = string) ARG(NAME = ~"as_emp_code~" TYPE = string) ARG(NAME = ~"as_prd_code__acc~" TYPE = string) " update="ARREARS" updatewhere=0 updatekeyinplace=no arguments=(("as_prd_code", string),("as_emp_code", string),("as_prd_code__acc", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"arrears~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"department~" ) COLUMN(NAME=~"arrears.prd_code~") COLUMN(NAME=~"arrears.emp_code~") COLUMN(NAME=~"arrears.site_code__pay~") COLUMN(NAME=~"arrears.dept_code~") COLUMN(NAME=~"arrears.tran_date~") COLUMN(NAME=~"arrears.work_days~") COLUMN(NAME=~"arrears.paid_days~") COLUMN(NAME=~"arrears.pay_table~") COLUMN(NAME=~"arrears.basic_amt~") COLUMN(NAME=~"arrears.allow_amt~") COLUMN(NAME=~"arrears.dedn_amt~") COLUMN(NAME=~"arrears.net_amt~") COLUMN(NAME=~"arrears.rbf_amt~") COLUMN(NAME=~"arrears.rcf_amt~") COLUMN(NAME=~"arrears.voucher_no~") COLUMN(NAME=~"arrears.voucher_date~") COLUMN(NAME=~"arrears.grade~") COLUMN(NAME=~"arrears.cadre~") COLUMN(NAME=~"arrears.designation~") COLUMN(NAME=~"arrears.confirmed~") COLUMN(NAME=~"arrears.lves_taken~") COLUMN(NAME=~"arrears.woff_days~") COLUMN(NAME=~"arrears.fin_entity~") COLUMN(NAME=~"arrears.abs_days~") COLUMN(NAME=~"arrears.prev_netamt~") COLUMN(NAME=~"arrears.diff_netamt~") COLUMN(NAME=~"arrears.prev_allowamt~") COLUMN(NAME=~"arrears.diff_allowamt~") COLUMN(NAME=~"arrears.prev_dednamt~") COLUMN(NAME=~"arrears.diff_dednamt~") COLUMN(NAME=~"arrears.prd_code__acc~") COLUMN(NAME=~"arrears.chg_date~") COLUMN(NAME=~"arrears.chg_user~") COLUMN(NAME=~"arrears.chg_term~") COLUMN(NAME=~"arrears.site_code__emp~") COLUMN(NAME=~"arrears.site_code__work~") COLUMN(NAME=~"arrears.delete_arr~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") JOIN (LEFT=~"arrears.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"arrears.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" )WHERE( EXP1 =~"arrears.prd_code~" OP =~"=~" EXP2 =~":as_prd_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"arrears.emp_code~" OP =~"=~" EXP2 =~":as_emp_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"arrears.prd_code__acc~" OP =~"=~" EXP2 =~":as_prd_code__acc~" ) ) ARG(NAME = ~"as_prd_code~" TYPE = string) ARG(NAME = ~"as_emp_code~" TYPE = string) ARG(NAME = ~"as_prd_code__acc~" TYPE = string) " update="arrears" updatewhere=0 updatekeyinplace=no arguments=(("as_prd_code", string),("as_emp_code", string),("as_prd_code__acc", string)) )
text(band=detail alignment="1" text="Period Code :" border="0" color="0" x="2" y="1" height="16" width="87" html.valueishtml="0" name=prd_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) groupbox(band=detail text="Basic"border="2" color="33554432" x="21" y="0" height="404" width="667" name=gb_1 visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="93" y="1" height="16" width="60" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=6 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Period Code :" border="0" color="0" x="75" y="16" height="16" width="87" html.valueishtml="0" name=prd_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Emp Code :" border="0" color="0" x="170" y="1" height="16" width="85" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="166" y="15" height="16" width="60" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=6 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="259" y="1" height="16" width="59" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="239" y="16" height="16" width="89" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Tran Date :" border="0" color="0" x="337" y="1" height="16" width="93" 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="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="332" y="16" height="16" width="59" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Emp Name :" border="0" color="0" x="2" y="26" height="16" width="87" 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="1" background.color="536870912" ) text(band=detail alignment="1" text="Transection Date :" border="0" color="0" x="494" y="18" height="16" width="98" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Dept Code :" border="0" color="0" x="2" y="51" height="16" width="87" html.valueishtml="0" name=dept_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Employee Name :" border="0" color="0" x="73" y="41" height="16" width="91" 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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="93" y="51" height="16" width="60" format="[general]" html.valueishtml="0" name=dept_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Department Code :" border="0" color="0" x="63" y="66" height="16" width="99" html.valueishtml="0" name=dept_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Grade :" border="0" color="0" x="169" y="51" height="16" width="85" html.valueishtml="0" name=grade_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="166" y="66" height="16" width="60" format="[general]" html.valueishtml="0" name=dept_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="259" y="51" height="16" width="59" format="[general]" html.valueishtml="0" name=grade visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Grade :" border="0" color="0" x="242" y="66" height="16" width="85" html.valueishtml="0" name=grade_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Cadre :" border="0" color="0" x="337" y="51" height="16" width="93" html.valueishtml="0" name=cadre_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="332" y="66" height="16" width="59" format="[general]" html.valueishtml="0" name=grade visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="436" y="51" height="16" width="59" format="[general]" html.valueishtml="0" name=cadre visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Cadre :" border="0" color="0" x="501" y="66" height="16" width="93" html.valueishtml="0" name=cadre_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Descr :" border="0" color="0" x="2" y="76" height="16" width="87" html.valueishtml="0" name=department_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="600" y="67" height="16" width="75" format="[general]" html.valueishtml="0" name=cadre visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=38 alignment="0" tabsequence=32766 border="5" color="255" x="94" y="76" height="16" width="401" format="[general]" html.valueishtml="0" name=department_descr visible="1" edit.limit=40 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=detail alignment="1" text="Description :" border="0" color="0" x="75" y="91" height="16" width="87" html.valueishtml="0" name=department_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Designation :" border="0" color="0" x="2" y="101" height="16" width="87" 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="1" background.color="536870912" ) column(band=detail id=38 alignment="0" tabsequence=32766 border="5" color="255" x="167" y="91" height="16" width="507" format="[general]" html.valueishtml="0" name=department_descr visible="1" edit.limit=40 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="93" y="101" height="16" width="130" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Designation :" border="0" color="0" x="75" y="116" height="16" width="87" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Voucher No :" border="0" color="0" x="2" y="126" height="16" width="87" html.valueishtml="0" name=voucher_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="166" y="116" height="16" width="60" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=15 alignment="0" tabsequence=30 border="5" color="0" x="94" y="126" height="16" width="116" format="[general]" html.valueishtml="0" name=voucher_no visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Voucher No :" border="0" color="0" x="75" y="141" height="16" width="87" html.valueishtml="0" name=voucher_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Voucher Date :" border="0" color="0" x="216" y="126" height="16" width="81" html.valueishtml="0" name=voucher_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=15 alignment="0" tabsequence=30 border="5" color="0" x="167" y="141" height="16" width="59" format="[general]" html.valueishtml="0" name=voucher_no visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=16 alignment="0" tabsequence=40 border="5" color="0" x="302" y="126" height="16" width="60" format="dd/mm/yy" html.valueishtml="0" name=voucher_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="1090519039" ) text(band=detail alignment="1" text="Voucher Date :" border="0" color="0" x="288" y="145" height="16" width="81" html.valueishtml="0" name=voucher_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code Pay :" border="0" color="0" x="2" y="151" height="16" width="87" html.valueishtml="0" name=site_code__pay_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=16 alignment="0" tabsequence=40 border="5" color="0" x="373" y="144" height="16" width="67" format="dd/mm/yy" html.valueishtml="0" name=voucher_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="1090519039" )
column(band=detail id=3 alignment="0" tabsequence=60 border="5" color="0" x="93" y="151" height="16" width="59" format="[general]" html.valueishtml="0" name=site_code__pay visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Site Code Pay :" border="0" color="0" x="75" y="166" height="16" width="87" html.valueishtml="0" name=site_code__pay_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code Emp :" border="0" color="0" x="169" y="151" height="16" width="85" html.valueishtml="0" name=site_code__emp_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=60 border="5" color="0" x="166" y="166" height="16" width="59" format="[general]" html.valueishtml="0" name=site_code__pay visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=35 alignment="0" tabsequence=70 border="5" color="0" x="259" y="151" height="16" width="59" format="[general]" html.valueishtml="0" name=site_code__emp visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Site Code Employee :" border="0" color="0" x="260" y="166" height="16" width="112" html.valueishtml="0" name=site_code__emp_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code Work :" border="0" color="0" x="337" y="151" height="16" width="93" html.valueishtml="0" name=site_code__work_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=35 alignment="0" tabsequence=70 border="5" color="0" x="373" y="166" height="16" width="67" format="[general]" html.valueishtml="0" name=site_code__emp visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=36 alignment="0" tabsequence=80 border="5" color="0" x="436" y="151" height="16" width="59" format="[general]" html.valueishtml="0" name=site_code__work visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Site Code Work :" border="0" color="0" x="507" y="168" height="16" width="93" html.valueishtml="0" name=site_code__work_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Work Days :" border="0" color="0" x="2" y="176" height="16" width="87" html.valueishtml="0" name=work_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=36 alignment="0" tabsequence=80 border="5" color="0" x="606" y="169" height="16" width="68" format="[general]" html.valueishtml="0" name=site_code__work visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=6 alignment="1" tabsequence=90 border="5" color="0" x="93" y="176" height="16" width="60" format="[general]" html.valueishtml="0" name=work_days visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Work Days :" border="0" color="0" x="75" y="191" height="16" width="87" html.valueishtml="0" name=work_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Paid Days :" border="0" color="0" x="169" y="176" height="16" width="85" html.valueishtml="0" name=paid_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=6 alignment="1" tabsequence=90 border="5" color="0" x="166" y="191" height="16" width="60" format="[general]" html.valueishtml="0" name=work_days visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=7 alignment="1" tabsequence=100 border="5" color="0" x="259" y="176" height="16" width="60" format="[general]" html.valueishtml="0" name=paid_days visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Paid Days :" border="0" color="0" x="287" y="191" height="16" width="85" html.valueishtml="0" name=paid_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Pay Table :" border="0" color="0" x="337" y="176" height="16" width="93" html.valueishtml="0" name=pay_table_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="1" tabsequence=100 border="5" color="0" x="376" y="192" height="16" width="64" format="[general]" html.valueishtml="0" name=paid_days visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=110 border="5" color="0" x="436" y="176" height="16" width="59" format="[general]" html.valueishtml="0" name=pay_table visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Pay Table :" border="0" color="0" x="509" y="193" height="16" width="93" html.valueishtml="0" name=pay_table_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Basic Amt :" border="0" color="0" x="2" y="201" height="16" width="87" html.valueishtml="0" name=basic_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=8 alignment="0" tabsequence=110 border="5" color="0" x="606" y="192" height="16" width="68" format="[general]" html.valueishtml="0" name=pay_table visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=9 alignment="1" tabsequence=120 border="5" color="0" x="93" y="201" height="16" width="60" format="0.00" html.valueishtml="0" name=basic_amt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Basic Amount:" border="0" color="0" x="75" y="216" height="16" width="87" html.valueishtml="0" name=basic_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Allow Amt :" border="0" color="0" x="169" y="201" height="16" width="85" html.valueishtml="0" name=allow_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=9 alignment="1" tabsequence=120 border="5" color="0" x="166" y="216" height="16" width="60" format="0.00" html.valueishtml="0" name=basic_amt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="1" tabsequence=130 border="5" color="0" x="259" y="201" height="16" width="60" format="0.00" html.valueishtml="0" name=allow_amt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Allow Amount :" border="0" color="0" x="286" y="217" height="16" width="85" html.valueishtml="0" name=allow_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Dedn Amt :" border="0" color="0" x="337" y="201" height="16" width="93" html.valueishtml="0" name=dedn_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=10 alignment="1" tabsequence=130 border="5" color="0" x="376" y="217" height="16" width="65" format="0.00" html.valueishtml="0" name=allow_amt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=11 alignment="1" tabsequence=140 border="5" color="0" x="436" y="201" height="16" width="59" format="0.00" html.valueishtml="0" name=dedn_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Deduction Amount :" border="0" color="0" x="494" y="219" height="16" width="109" html.valueishtml="0" name=dedn_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Net Amt :" border="0" color="0" x="2" y="226" height="16" width="87" html.valueishtml="0" name=net_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="1" tabsequence=140 border="5" color="0" x="605" y="219" height="16" width="70" format="0.00" html.valueishtml="0" name=dedn_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=12 alignment="1" tabsequence=150 border="5" color="0" x="93" y="226" height="16" width="60" format="0.00" html.valueishtml="0" name=net_amt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Net Amtount:" border="0" color="0" x="75" y="241" height="16" width="87" html.valueishtml="0" name=net_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Rbf Amt :" border="0" color="0" x="169" y="226" height="16" width="85" html.valueishtml="0" name=rbf_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=12 alignment="1" tabsequence=150 border="5" color="0" x="166" y="241" height="16" width="60" format="0.00" html.valueishtml="0" name=net_amt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=13 alignment="1" tabsequence=160 border="5" color="0" x="259" y="226" height="16" width="60" format="0.00" html.valueishtml="0" name=rbf_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Rbf Amount :" border="0" color="0" x="285" y="241" height="16" width="85" html.valueishtml="0" name=rbf_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Rcf Amt :" border="0" color="0" x="337" y="226" height="16" width="93" html.valueishtml="0" name=rcf_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=13 alignment="1" tabsequence=160 border="5" color="0" x="377" y="241" height="16" width="64" format="0.00" html.valueishtml="0" name=rbf_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=14 alignment="1" tabsequence=170 border="5" color="0" x="436" y="226" height="16" width="59" format="0.00" html.valueishtml="0" name=rcf_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Rcf Amount :" border="0" color="0" x="510" y="240" height="16" width="93" html.valueishtml="0" name=rcf_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Leaves Taken :" border="0" color="0" x="2" y="251" height="16" width="87" html.valueishtml="0" name=lves_taken_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=14 alignment="1" tabsequence=170 border="5" color="0" x="606" y="241" height="16" width="68" format="0.00" html.valueishtml="0" name=rcf_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=21 alignment="1" tabsequence=180 border="5" color="0" x="93" y="251" height="16" width="60" format="[general]" html.valueishtml="0" name=lves_taken visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Leaves Taken :" border="0" color="0" x="75" y="266" height="16" width="87" html.valueishtml="0" name=lves_taken_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Confirmed :" border="0" color="0" x="169" y="251" height="16" width="85" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=21 alignment="1" tabsequence=180 border="5" color="0" x="166" y="266" height="16" width="60" format="[general]" html.valueishtml="0" name=lves_taken visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=20 alignment="0" tabsequence=190 border="5" color="0" x="259" y="251" height="16" width="60" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Confirmed :" border="0" color="0" x="286" y="267" height="16" width="85" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Fin Entity :" border="0" color="0" x="337" y="251" height="16" width="93" html.valueishtml="0" name=fin_entity_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=20 alignment="0" tabsequence=190 border="5" color="0" x="378" y="265" height="16" width="62" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=23 alignment="0" tabsequence=200 border="5" color="0" x="436" y="251" height="16" width="59" format="[general]" html.valueishtml="0" name=fin_entity visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Fin Entity :" border="0" color="0" x="510" y="264" height="16" width="93" html.valueishtml="0" name=fin_entity_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Woff Days :" border="0" color="0" x="2" y="276" height="16" width="87" html.valueishtml="0" name=woff_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=23 alignment="0" tabsequence=200 border="5" color="0" x="608" y="266" height="16" width="66" format="[general]" html.valueishtml="0" name=fin_entity visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=22 alignment="1" tabsequence=210 border="5" color="0" x="93" y="276" height="16" width="60" format="[general]" html.valueishtml="0" name=woff_days visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Woff Days :" border="0" color="0" x="75" y="291" height="16" width="87" html.valueishtml="0" name=woff_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Abs Days :" border="0" color="0" x="169" y="276" height="16" width="85" html.valueishtml="0" name=abs_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=22 alignment="1" tabsequence=210 border="5" color="0" x="166" y="291" height="16" width="60" format="[general]" html.valueishtml="0" name=woff_days visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=24 alignment="1" tabsequence=220 border="5" color="0" x="259" y="276" height="16" width="60" format="[general]" html.valueishtml="0" name=abs_days visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Absolute Days :" border="0" color="0" x="284" y="291" height="16" width="87" html.valueishtml="0" name=abs_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Prev Netamt :" border="0" color="0" x="2" y="301" height="16" width="87" html.valueishtml="0" name=prev_netamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=24 alignment="1" tabsequence=220 border="5" color="0" x="379" y="292" height="16" width="60" format="[general]" html.valueishtml="0" name=abs_days visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=25 alignment="1" tabsequence=230 border="5" color="0" x="93" y="301" height="16" width="60" format="0.00" html.valueishtml="0" name=prev_netamt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Preview Net Amount :" border="0" color="0" x="45" y="316" height="16" width="117" html.valueishtml="0" name=prev_netamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Diff Netamt :" border="0" color="0" x="169" y="301" height="16" width="85" html.valueishtml="0" name=diff_netamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=25 alignment="1" tabsequence=230 border="5" color="0" x="166" y="316" height="16" width="60" format="0.00" html.valueishtml="0" name=prev_netamt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=26 alignment="1" tabsequence=240 border="5" color="0" x="259" y="301" height="16" width="60" format="0.00" html.valueishtml="0" name=diff_netamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Difference Net Amount :" border="0" color="0" x="242" y="318" height="16" width="130" html.valueishtml="0" name=diff_netamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Prev Allowamt :" border="0" color="0" x="337" y="301" height="16" width="93" html.valueishtml="0" name=prev_allowamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=26 alignment="1" tabsequence=240 border="5" color="0" x="378" y="317" height="16" width="63" format="0.00" html.valueishtml="0" name=diff_netamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=27 alignment="1" tabsequence=250 border="5" color="0" x="435" y="301" height="16" width="60" format="0.00" html.valueishtml="0" name=prev_allowamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Preview Allow Amount :" border="0" color="0" x="479" y="317" height="16" width="130" html.valueishtml="0" name=prev_allowamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Diff Allowamt :" border="0" color="0" x="2" y="326" height="16" width="87" html.valueishtml="0" name=diff_allowamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=27 alignment="1" tabsequence=250 border="5" color="0" x="615" y="317" height="16" width="60" format="0.00" html.valueishtml="0" name=prev_allowamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=28 alignment="1" tabsequence=260 border="5" color="0" x="93" y="326" height="16" width="60" format="0.00" html.valueishtml="0" name=diff_allowamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Difference Allow Amount :" border="0" color="0" x="19" y="341" height="16" width="143" html.valueishtml="0" name=diff_allowamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Prev Dednamt :" border="0" color="0" x="169" y="327" height="16" width="85" html.valueishtml="0" name=prev_dednamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=28 alignment="1" tabsequence=260 border="5" color="0" x="166" y="341" height="16" width="60" format="0.00" html.valueishtml="0" name=diff_allowamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=29 alignment="1" tabsequence=270 border="5" color="0" x="259" y="326" height="16" width="60" format="0.00" html.valueishtml="0" name=prev_dednamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Preview Deduction Amoun:" border="0" color="0" x="230" y="341" height="16" width="148" html.valueishtml="0" name=prev_dednamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Diff Dednamt :" border="0" color="0" x="339" y="326" height="16" width="92" html.valueishtml="0" name=diff_dednamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=29 alignment="1" tabsequence=270 border="5" color="0" x="382" y="342" height="16" width="60" format="0.00" html.valueishtml="0" name=prev_dednamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=30 alignment="1" tabsequence=280 border="5" color="0" x="435" y="326" height="16" width="60" format="0.00" html.valueishtml="0" name=diff_dednamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Difference Deduction Amount:" border="0" color="0" x="449" y="341" height="16" width="163" html.valueishtml="0" name=diff_dednamt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Date :" border="0" color="0" x="2" y="351" height="16" width="87" 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="1" background.color="536870912" ) column(band=detail id=30 alignment="1" tabsequence=280 border="5" color="0" x="614" y="342" height="16" width="60" format="0.00" html.valueishtml="0" name=diff_dednamt visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="0" x="93" y="351" height="16" width="60" format="dd/mm/yy" html.valueishtml="0" name=chg_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="1090519039" ) text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="75" y="366" height="16" width="87" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg User :" border="0" color="0" x="169" y="351" height="16" width="85" 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="536870912" ) column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="0" x="166" y="366" height="16" width="63" format="dd/mm/yy" html.valueishtml="0" name=chg_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="1090519039" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="5" color="0" x="259" y="351" height="16" width="60" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Change User :" border="0" color="0" x="293" y="366" height="16" width="85" 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="536870912" )
text(band=detail alignment="1" text="Chg Term :" border="0" color="0" x="339" y="351" height="16" width="92" 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="536870912" ) column(band=detail id=33 alignment="0" tabsequence=32766 border="5" color="0" x="381" y="366" height="16" width="64" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="0" x="435" y="351" height="16" width="60" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="ChangeTerm :" border="0" color="0" x="516" y="366" height="16" width="92" 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="536870912" )
text(band=detail alignment="1" text="Prd Code Acc :" border="0" color="0" x="367" y="126" height="16" width="84" html.valueishtml="0" name=prd_code__acc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="0" x="614" y="365" height="16" width="62" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=300 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Delete Arr :" border="0" color="0" x="367" y="99" height="16" width="84" html.valueishtml="0" name=delete_arr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Priod Code Account :" border="0" color="0" x="480" y="143" height="16" width="118" html.valueishtml="0" name=prd_code__acc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=31 alignment="0" tabsequence=50 border="5" color="0" x="455" y="126" height="16" width="40" format="[general]" html.valueishtml="0" name=prd_code__acc visible="1" edit.limit=6 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Delete Arrears :" border="0" color="0" x="513" y="120" height="16" width="84" html.valueishtml="0" name=delete_arr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=37 alignment="0" tabsequence=32766 border="5" color="0" x="455" y="100" height="16" width="40" format="[general]" html.valueishtml="0" name=arrears_delete_arr visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=31 alignment="0" tabsequence=50 border="5" color="0" x="605" y="143" height="16" width="69" format="[general]" html.valueishtml="0" name=prd_code__acc visible="1" edit.limit=6 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=39 alignment="0" tabsequence=32766 border="5" color="255" x="94" y="26" height="16" width="133" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=37 alignment="0" tabsequence=32766 border="5" color="0" x="603" y="118" height="16" width="70" format="[general]" html.valueishtml="0" name=arrears_delete_arr visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=40 alignment="0" tabsequence=32766 border="5" color="255" x="230" y="26" height="16" width="130" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=39 alignment="0" tabsequence=32766 border="5" color="255" x="167" y="41" height="16" width="154" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=5 alignment="0" tabsequence=20 border="5" color="0" x="436" y="1" height="16" width="59" format="dd/mm/yy" html.valueishtml="0" name=tran_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="1090519039" ) column(band=detail id=40 alignment="0" tabsequence=32766 border="5" color="255" x="323" y="41" height="16" width="158" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="255" x="362" y="26" height="16" width="133" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=5 alignment="0" tabsequence=20 border="5" color="0" x="598" y="19" height="16" width="77" format="dd/mm/yy" html.valueishtml="0" name=tran_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="1090519039" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="255" x="480" y="41" height="16" width="196" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
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