Commit 7927a5fb authored by sanashaikh's avatar sanashaikh

Sana S: Modified on [03/09/2019]

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206702 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2dd705a3
...@@ -22,41 +22,44 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -22,41 +22,44 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(5) updatewhereclause=yes name=grade dbname="employee.grade" ) column=(type=char(5) updatewhereclause=yes name=grade dbname="employee.grade" )
column=(type=char(5) updatewhereclause=yes name=cadre dbname="employee.cadre" ) column=(type=char(5) updatewhereclause=yes name=cadre dbname="employee.cadre" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=seq_no dbname="emp_itdecl_hdr.seq_no" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=seq_no dbname="emp_itdecl_hdr.seq_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_itdecl_hdr~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_itdecl_hdr.tran_id~") COLUMN(NAME=~"emp_itdecl_hdr.tran_date~") COLUMN(NAME=~"emp_itdecl_hdr.acct_prd~") COLUMN(NAME=~"emp_itdecl_hdr.emp_code__decl~") COLUMN(NAME=~"emp_itdecl_hdr.emp_code__ac~") COLUMN(NAME=~"emp_itdecl_hdr.qtr_no~") COLUMN(NAME=~"emp_itdecl_hdr.status~") COLUMN(NAME=~"emp_itdecl_hdr.confirmed~") COLUMN(NAME=~"emp_itdecl_hdr.it_no~") COLUMN(NAME=~"emp_itdecl_hdr.chg_date~") COLUMN(NAME=~"emp_itdecl_hdr.chg_user~") COLUMN(NAME=~"emp_itdecl_hdr.chg_term~") COLUMN(NAME=~"emp_itdecl_hdr.decl_type~") COMPUTE(NAME=~"ddf_get_masters_name('EMPLOYEE', emp_itdecl_hdr.emp_code__decl, 'FML') as emp_name~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"emp_itdecl_hdr.seq_no~") JOIN (LEFT=~"emp_itdecl_hdr.emp_code__decl~" OP =~"=~"RIGHT=~"employee.emp_code~" OUTER1 =~"emp_itdecl_hdr.emp_code__decl~" )WHERE( EXP1 =~"EMP_ITDECL_HDR.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"EMP_ITDECL_HDR.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"EMP_ITDECL_HDR.DECL_TYPE~" OP =~"=~" EXP2 =~"'D'~" LOGIC =~"And~" ) WHERE( EXP1 =~"EMP_ITDECL_HDR.QTR_NO~" OP =~"=~" EXP2 =~"'9'~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="emp_itdecl_hdr" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) ) column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_itdecl_hdr~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_itdecl_hdr.tran_id~") COLUMN(NAME=~"emp_itdecl_hdr.tran_date~") COLUMN(NAME=~"emp_itdecl_hdr.acct_prd~") COLUMN(NAME=~"emp_itdecl_hdr.emp_code__decl~") COLUMN(NAME=~"emp_itdecl_hdr.emp_code__ac~") COLUMN(NAME=~"emp_itdecl_hdr.qtr_no~") COLUMN(NAME=~"emp_itdecl_hdr.status~") COLUMN(NAME=~"emp_itdecl_hdr.confirmed~") COLUMN(NAME=~"emp_itdecl_hdr.it_no~") COLUMN(NAME=~"emp_itdecl_hdr.chg_date~") COLUMN(NAME=~"emp_itdecl_hdr.chg_user~") COLUMN(NAME=~"emp_itdecl_hdr.chg_term~") COLUMN(NAME=~"emp_itdecl_hdr.decl_type~") COMPUTE(NAME=~"ddf_get_masters_name('EMPLOYEE', emp_itdecl_hdr.emp_code__decl, 'FML') as emp_name~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"emp_itdecl_hdr.seq_no~") COLUMN(NAME=~"employee.pay_site~") JOIN (LEFT=~"emp_itdecl_hdr.emp_code__decl~" OP =~"=~"RIGHT=~"employee.emp_code~" OUTER1 =~"emp_itdecl_hdr.emp_code__decl~" )WHERE( EXP1 =~"EMP_ITDECL_HDR.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"EMP_ITDECL_HDR.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"EMP_ITDECL_HDR.DECL_TYPE~" OP =~"=~" EXP2 =~"'D'~" LOGIC =~"And~" ) WHERE( EXP1 =~"EMP_ITDECL_HDR.QTR_NO~" OP =~"=~" EXP2 =~"'9'~" LOGIC =~"and~" ) WHERE( EXP1 =~"emp_itdecl_hdr.acct_prd~" OP =~"=~" EXP2 =~"FN_ITDECL_ACCTYEAR(:from_date , :to_date ,emp_itdecl_hdr.acct_prd)~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="emp_itdecl_hdr" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
text(band=header alignment="2" text="Transaction Id" border="6" color="33554432" x="2" y="2" height="19" width="92" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction Id" border="6" color="33554432" x="2" y="2" height="19" width="92" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transaction Date" border="6" color="33554432" x="96" y="2" height="19" width="103" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction Date" border="6" color="33554432" x="96" y="2" height="19" width="103" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Accounting Period" border="6" color="33554432" x="201" y="2" height="19" width="115" html.valueishtml="0" name=acct_prd_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Accounting Period" border="6" color="33554432" x="201" y="2" height="19" width="115" html.valueishtml="0" name=acct_prd_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Employee Code" border="6" color="33554432" x="318" y="2" height="19" width="100" html.valueishtml="0" name=emp_code__decl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Employee Code" border="6" color="33554432" x="318" y="2" height="19" width="100" html.valueishtml="0" name=emp_code__decl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Emp Code A/C" border="6" color="33554432" x="606" y="2" height="19" width="101" html.valueishtml="0" name=emp_code__ac_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Emp Code A/C" border="6" color="33554432" x="606" y="2" height="19" width="101" html.valueishtml="0" name=emp_code__ac_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Quarter No" border="6" color="33554432" x="1482" y="2" height="19" width="86" html.valueishtml="0" name=qtr_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Quarter No" border="6" color="33554432" x="1553" y="2" height="19" width="86" html.valueishtml="0" name=qtr_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Status" border="6" color="33554432" x="1196" y="2" height="19" width="86" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Status" border="6" color="33554432" x="1267" y="2" height="19" width="86" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Confirmed" border="6" color="33554432" x="1570" y="2" height="19" width="86" html.valueishtml="0" name=confirmed_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Confirmed" border="6" color="33554432" x="1641" y="2" height="19" width="86" html.valueishtml="0" name=confirmed_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="PAN No" border="6" color="33554432" x="709" y="2" height="19" width="89" html.valueishtml="0" name=it_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="PAN No" border="6" color="33554432" x="709" y="2" height="19" width="89" html.valueishtml="0" name=it_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Date" border="6" color="33554432" x="800" y="2" height="19" width="84" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Chg Date" border="6" color="33554432" x="871" y="2" height="19" width="84" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg User" border="6" color="33554432" x="886" y="2" height="19" width="78" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Chg User" border="6" color="33554432" x="957" y="2" height="19" width="78" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Term" border="6" color="33554432" x="966" y="2" height="19" width="87" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Chg Term" border="6" color="33554432" x="1037" y="2" height="19" width="87" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Employee Name" border="6" color="33554432" x="420" y="2" height="19" width="184" html.valueishtml="0" name=emp_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Employee Name" border="6" color="33554432" x="420" y="2" height="19" width="184" html.valueishtml="0" name=emp_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Grade" border="6" color="33554432" x="1284" y="2" height="19" width="91" html.valueishtml="0" name=employee_grade_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="Grade" border="6" color="33554432" x="1355" y="2" height="19" width="91" html.valueishtml="0" name=employee_grade_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Cadre" border="6" color="33554432" x="1377" y="2" height="19" width="103" html.valueishtml="0" name=cadre_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="Cadre" border="6" color="33554432" x="1448" y="2" height="19" width="103" html.valueishtml="0" name=cadre_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Declaration Type" border="6" color="33554432" x="1658" y="2" height="19" width="138" html.valueishtml="0" name=decl_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Sequence No" border="6" color="33554432" x="1126" y="2" height="19" width="139" html.valueishtml="0" name=emp_itdecl_hdr_seq_no_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Sequence No" border="6" color="33554432" x="1055" y="2" height="19" width="139" html.valueishtml="0" name=emp_itdecl_hdr_seq_no_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="Declaration Type" border="6" color="33554432" x="1729" y="2" height="19" width="138" html.valueishtml="0" name=decl_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Pay Site" border="6" color="33554432" x="800" y="2" height="19" width="69" html.valueishtml="0" name=pay_site_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="19" width="92" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="19" width="92" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="96" y="2" height="19" width="103" format="[shortdate]" html.valueishtml="0" name=tran_date visible="1" edit.name="DD/MM/YY HH:MM:SS" editmask.useformat=yes editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="96" y="2" height="19" width="103" format="[shortdate]" html.valueishtml="0" name=tran_date visible="1" edit.name="DD/MM/YY HH:MM:SS" editmask.useformat=yes editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="201" y="2" height="19" width="115" format="[general]" html.valueishtml="0" name=acct_prd visible="1" edit.limit=6 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="201" y="2" height="19" width="115" format="[general]" html.valueishtml="0" name=acct_prd visible="1" edit.limit=6 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="318" y="2" height="19" width="100" format="[general]" html.valueishtml="0" name=emp_code__decl visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="318" y="2" height="19" width="100" format="[general]" html.valueishtml="0" name=emp_code__decl visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="606" y="2" height="19" width="101" format="[general]" html.valueishtml="0" name=emp_code__ac visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="606" y="2" height="19" width="101" format="[general]" html.valueishtml="0" name=emp_code__ac visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="1" tabsequence=32766 border="0" color="33554432" x="1482" y="2" height="19" width="86" format="[general]" html.valueishtml="0" name=qtr_no visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=6 alignment="1" tabsequence=32766 border="0" color="33554432" x="1553" y="2" height="19" width="86" format="[general]" html.valueishtml="0" name=qtr_no visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="1196" y="2" height="19" width="86" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="1267" y="2" height="19" width="86" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="1570" y="2" height="19" width="86" format="[general]" html.valueishtml="0" name=confirmed visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="1641" y="2" height="19" width="86" format="[general]" html.valueishtml="0" name=confirmed visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="709" y="2" height="19" width="89" format="[general]" html.valueishtml="0" name=it_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="709" y="2" height="19" width="89" format="[general]" html.valueishtml="0" name=it_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="800" y="2" height="19" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="871" y="2" height="19" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="886" y="2" height="19" width="78" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="957" y="2" height="19" width="78" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="966" y="2" height="19" width="87" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="1037" y="2" height="19" width="87" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="420" y="2" height="19" width="184" format="[general]" html.valueishtml="0" name=emp_name visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="420" y="2" height="19" width="184" format="[general]" html.valueishtml="0" name=emp_name visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="1377" y="2" height="19" width="103" format="[general]" html.valueishtml="0" name=cadre visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="1448" y="2" height="19" width="103" format="[general]" html.valueishtml="0" name=cadre visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="1284" y="2" height="19" width="91" format="[general]" html.valueishtml="0" name=grade visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="1355" y="2" height="19" width="91" format="[general]" html.valueishtml="0" name=grade visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="1658" y="2" height="19" width="138" format="[general]" html.valueishtml="0" name=decl_type visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="1126" y="2" height="19" width="139" format="[general]" html.valueishtml="0" name=seq_no visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="1055" y="2" height="19" width="139" format="[general]" html.valueishtml="0" name=seq_no visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="1729" y="2" height="19" width="138" format="[general]" html.valueishtml="0" name=decl_type visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="800" y="2" height="19" width="69" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) 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