Commit db41ddfc authored by sanashaikh's avatar sanashaikh

Sana S: Modifed on 12/03/20

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217791 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2d9e2bcc
...@@ -30,14 +30,15 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -30,14 +30,15 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(5) updatewhereclause=yes name=design_code dbname="employee.design_code" ) column=(type=char(5) updatewhereclause=yes name=design_code dbname="employee.design_code" )
column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" ) column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(60) updatewhereclause=yes name=site_descr dbname="site.site_descr" ) column=(type=char(60) updatewhereclause=yes name=site_descr dbname="site.site_descr" )
column=(type=char(21) updatewhereclause=yes name=hr_action dbname="hr_action" values="Approve A/Reject R/Pending P/" )
column=(type=char(4000) updatewhereclause=yes name=emp_code__aprv__name dbname="emp_code__aprv__name" ) column=(type=char(4000) updatewhereclause=yes name=emp_code__aprv__name dbname="emp_code__aprv__name" )
column=(type=char(4000) updatewhereclause=yes name=emp_code__auth1__name dbname="emp_code__auth1__name" ) column=(type=char(4000) updatewhereclause=yes name=emp_code__auth1__name dbname="emp_code__auth1__name" )
column=(type=char(4000) updatewhereclause=yes name=emp_code__auth2__name dbname="emp_code__auth2__name" ) column=(type=char(4000) updatewhereclause=yes name=emp_code__auth2__name dbname="emp_code__auth2__name" )
column=(type=char(4000) updatewhereclause=yes name=emp_code__auth3__name dbname="emp_code__auth3__name" ) column=(type=char(4000) updatewhereclause=yes name=emp_code__auth3__name dbname="emp_code__auth3__name" )
column=(type=char(4000) updatewhereclause=yes name=emp_name dbname="emp_name" ) column=(type=char(4000) updatewhereclause=yes name=emp_name dbname="emp_name" )
column=(type=char(4000) updatewhereclause=yes name=ha_tip dbname="ha_tip" ) column=(type=char(4000) updatewhereclause=yes name=ha_tip dbname="ha_tip" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"department~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"pay_stru_chg_req_hdr~" ) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"pay_stru_chg_req_hdr.tran_id~") COLUMN(NAME=~"pay_stru_chg_req_hdr.tran_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code~") COLUMN(NAME=~"pay_stru_chg_req_hdr.remarks~") COLUMN(NAME=~"pay_stru_chg_req_hdr.cancel_remarks~") COLUMN(NAME=~"pay_stru_chg_req_hdr.wf_status~") COLUMN(NAME=~"pay_stru_chg_req_hdr.req_status~") COLUMN(NAME=~"pay_stru_chg_req_hdr.status_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth1~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth2~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth3~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_user~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_term~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_user~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_term~") COLUMN(NAME=~"employee.dept_code~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"pay_stru_chg_req_hdr.ad_alloc_group~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"employee.design_code~") COLUMN(NAME=~"employee.pay_site~") COMPUTE(NAME=~"SITE.DESCR as site_descr~") COMPUTE(NAME=~"case when pay_stru_chg_req_hdr.wf_status <> 'S' then 'Not Applicable' when pay_stru_chg_req_hdr.req_status = 'A' then 'Approved' when pay_stru_chg_req_hdr.req_status = 'C' and pay_stru_chg_req_hdr.wf_status = 'R' then 'Rejected' when pay_stru_chg_req_hdr.req_status = 'C' then 'Cancelled by Employee' else 'P' end as hr_action~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code__aprv,'FML1') as emp_code__aprv__name~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code__auth1,'FML1') as emp_code__auth1__name~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code__auth2,'FML1') as emp_code__auth2__name~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code__auth3,'FML1') as emp_code__auth3__name~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code,'FML1') as emp_name~") COMPUTE(NAME=~"DDF_GET_HA_TIP(PAY_STRU_CHG_REQ_HDR.emp_code, PAY_STRU_CHG_REQ_HDR.ad_alloc_group) as ha_tip~") JOIN (LEFT=~"pay_stru_chg_req_hdr.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"employee.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" ) JOIN (LEFT=~"pay_stru_chg_req_hdr.ad_alloc_group~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" ) JOIN (LEFT=~"employee.pay_site~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"PAY_STRU_CHG_REQ_HDR.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="PAY_STRU_CHG_REQ_HDR" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) ) column=(type=char(21) updatewhereclause=yes name=hr_action dbname="hr_action" values="Approve A/Reject R/Pending P/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"department~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"pay_stru_chg_req_hdr~" ) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"pay_stru_chg_req_hdr.tran_id~") COLUMN(NAME=~"pay_stru_chg_req_hdr.tran_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code~") COLUMN(NAME=~"pay_stru_chg_req_hdr.remarks~") COLUMN(NAME=~"pay_stru_chg_req_hdr.cancel_remarks~") COLUMN(NAME=~"pay_stru_chg_req_hdr.wf_status~") COLUMN(NAME=~"pay_stru_chg_req_hdr.req_status~") COLUMN(NAME=~"pay_stru_chg_req_hdr.status_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth1~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth2~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth3~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_user~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_term~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_user~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_term~") COLUMN(NAME=~"employee.dept_code~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"pay_stru_chg_req_hdr.ad_alloc_group~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"employee.design_code~") COLUMN(NAME=~"employee.pay_site~") COMPUTE(NAME=~"SITE.DESCR as site_descr~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code__aprv,'FML1') as emp_code__aprv__name~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code__auth1,'FML1') as emp_code__auth1__name~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code__auth2,'FML1') as emp_code__auth2__name~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code__auth3,'FML1') as emp_code__auth3__name~") COMPUTE(NAME=~"fn_get_emp_name(PAY_STRU_CHG_REQ_HDR.emp_code,'FML1') as emp_name~") COMPUTE(NAME=~"DDF_GET_HA_TIP(PAY_STRU_CHG_REQ_HDR.emp_code, PAY_STRU_CHG_REQ_HDR.ad_alloc_group) as ha_tip~") COMPUTE(NAME=~"case when pay_stru_chg_req_hdr.req_status = 'C' and pay_stru_chg_req_hdr.wf_status = 'R' then 'Rejected' when pay_stru_chg_req_hdr.req_status = 'A' then 'Approved' when pay_stru_chg_req_hdr.req_status = 'C' then 'Cancelled by Employee' when pay_stru_chg_req_hdr.wf_status <> 'S' then 'Not Applicable' else 'P' end as hr_action
~") JOIN (LEFT=~"pay_stru_chg_req_hdr.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"employee.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" ) JOIN (LEFT=~"pay_stru_chg_req_hdr.ad_alloc_group~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" ) JOIN (LEFT=~"employee.pay_site~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"PAY_STRU_CHG_REQ_HDR.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="pay_stru_chg_req_hdr" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
groupbox(band=detail text="Basic"border="5" color="33554432" x="20" y="0" height="332" width="609" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) groupbox(band=detail text="Basic"border="5" color="33554432" x="20" y="0" height="332" width="609" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Tran Date:" border="2" color="255" x="311" y="20" height="16" width="107" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Tran Date:" border="2" color="255" x="311" y="20" height="16" width="107" 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" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="422" y="20" height="19" width="141" format="[shortdate] [time]" html.valueishtml="0" name=tran_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=2 alignment="0" tabsequence=32766 border="5" color="255" x="422" y="20" height="19" width="141" format="[shortdate] [time]" html.valueishtml="0" name=tran_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" )
...@@ -55,15 +56,15 @@ column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="33554 ...@@ -55,15 +56,15 @@ column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="33554
column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="255" x="160" y="118" height="16" width="118" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="255" x="160" y="118" height="16" width="118" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Allocation Group :" border="2" color="33554432" x="32" y="141" height="16" width="123" html.valueishtml="0" name=ad_alloc_group_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=detail alignment="1" text="Allocation Group :" border="2" color="33554432" x="32" y="141" height="16" width="123" html.valueishtml="0" name=ad_alloc_group_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=20 alignment="0" tabsequence=32766 border="5" color="255" x="291" y="70" height="16" width="272" format="[general]" html.valueishtml="0" name=dept_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="255" x="291" y="70" height="16" width="272" format="[general]" html.valueishtml="0" name=dept_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="255" x="291" y="46" height="16" width="272" format="[general]" html.valueishtml="0" name=emp_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255" x="291" y="46" height="16" width="272" format="[general]" html.valueishtml="0" name=emp_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="33554432" x="291" y="142" height="16" width="272" format="[general]" html.valueishtml="0" name=ad_alloc_group_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="33554432" x="291" y="142" height="16" width="272" format="[general]" html.valueishtml="0" name=ad_alloc_group_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Guidelines :" border="2" color="33554432" x="32" y="164" height="16" width="123" html.valueishtml="0" name=ha_tip_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=detail alignment="1" text="Guidelines :" border="2" color="33554432" x="32" y="164" height="16" width="123" html.valueishtml="0" name=ha_tip_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=21 alignment="0" tabsequence=32766 border="5" color="33554432" x="160" y="142" height="16" width="120" format="[general]" html.valueishtml="0" name=ad_alloc_group visible="1" edit.limit=5 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="33554432" x="160" y="142" height="16" width="120" format="[general]" html.valueishtml="0" name=ad_alloc_group visible="1" edit.limit=5 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="255" x="160" y="164" height="85" width="450" format="[general]" html.valueishtml="0" name=ha_tip visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=32 alignment="0" tabsequence=32766 border="0" color="255" x="160" y="164" height="85" width="450" format="[general]" html.valueishtml="0" name=ha_tip visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Remarks :" border="2" color="33554432" x="48" y="255" height="16" width="107" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Remarks :" border="2" color="33554432" x="48" y="255" height="16" width="107" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="160" y="255" height="19" width="403" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=120 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="160" y="255" height="19" width="403" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=120 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="HR Action :" border="2" color="33554432" x="46" y="281" height="16" width="107" html.valueishtml="0" name=hr_action_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="HR Action :" border="2" color="33554432" x="46" y="281" height="16" width="107" html.valueishtml="0" name=hr_action_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=27 alignment="0" tabsequence=10 border="5" color="33554432" x="160" y="281" height="16" width="171" format="[general]" html.valueishtml="0" name=hr_action visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=33 alignment="0" tabsequence=10 border="5" color="33554432" x="160" y="281" height="16" width="171" format="[general]" html.valueishtml="0" name=hr_action visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Rej/Canc Remarks :" border="2" color="0" x="27" y="304" height="16" width="128" html.valueishtml="0" name=cancel_remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Rej/Canc Remarks :" border="2" color="0" x="27" y="304" height="16" width="128" html.valueishtml="0" name=cancel_remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=20 border="5" color="0" x="160" y="304" height="19" width="403" format="[general]" html.valueishtml="0" name=cancel_remarks visible="1" edit.limit=120 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=20 border="5" color="0" x="160" y="304" height="19" width="403" format="[general]" html.valueishtml="0" name=cancel_remarks visible="1" edit.limit=120 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" )
groupbox(band=detail text="Other"border="5" color="33554432" x="20" y="425" height="208" width="609" name=gb_3 visible="0" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) groupbox(band=detail text="Other"border="5" color="33554432" x="20" y="425" height="208" width="609" name=gb_3 visible="0" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
...@@ -77,10 +78,10 @@ column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="255" x ...@@ -77,10 +78,10 @@ column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="255" x
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="255" x="159" y="480" height="19" width="112" format="[general]" html.valueishtml="0" name=emp_code__auth1 visible="0" 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="5" color="255" x="159" y="480" height="19" width="112" format="[general]" html.valueishtml="0" name=emp_code__auth1 visible="0" 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="5" color="255" x="158" y="503" height="19" width="112" format="[general]" html.valueishtml="0" name=emp_code__auth2 visible="0" 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="5" color="255" x="158" y="503" height="19" width="112" format="[general]" html.valueishtml="0" name=emp_code__auth2 visible="0" 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="5" color="255" x="159" y="526" height="19" width="112" format="[general]" html.valueishtml="0" name=emp_code__auth3 visible="0" 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="5" color="255" x="159" y="526" height="19" width="112" format="[general]" html.valueishtml="0" name=emp_code__auth3 visible="0" 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=28 alignment="0" tabsequence=32766 border="5" color="255" x="279" y="456" height="16" width="233" format="[general]" html.valueishtml="0" name=emp_code__aprv__name 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=27 alignment="0" tabsequence=32766 border="5" color="255" x="279" y="456" height="16" width="233" format="[general]" html.valueishtml="0" name=emp_code__aprv__name 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=29 alignment="0" tabsequence=32766 border="5" color="255" x="277" y="483" height="16" width="236" format="[general]" html.valueishtml="0" name=emp_code__auth1__name 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=28 alignment="0" tabsequence=32766 border="5" color="255" x="277" y="483" height="16" width="236" format="[general]" html.valueishtml="0" name=emp_code__auth1__name 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=30 alignment="0" tabsequence=32766 border="5" color="255" x="276" y="504" height="16" width="238" format="[general]" html.valueishtml="0" name=emp_code__auth2__name 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=29 alignment="0" tabsequence=32766 border="5" color="255" x="276" y="504" height="16" width="238" format="[general]" html.valueishtml="0" name=emp_code__auth2__name 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=31 alignment="0" tabsequence=32766 border="5" color="255" x="275" y="527" height="16" width="237" format="[general]" html.valueishtml="0" name=emp_code__auth3__name 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=30 alignment="0" tabsequence=32766 border="5" color="255" x="275" y="527" height="16" width="237" format="[general]" html.valueishtml="0" name=emp_code__auth3__name 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" )
text(band=detail alignment="1" text="Add User:" border="2" color="255" x="44" y="548" height="16" width="107" html.valueishtml="0" name=add_user_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Add User:" border="2" color="255" x="44" y="548" height="16" width="107" html.valueishtml="0" name=add_user_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="157" y="549" height="19" width="114" format="[general]" html.valueishtml="0" name=add_user visible="0" 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=14 alignment="0" tabsequence=32766 border="5" color="255" x="157" y="549" height="19" width="114" format="[general]" html.valueishtml="0" name=add_user visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Add Date:" border="2" color="255" x="277" y="553" height="16" width="80" html.valueishtml="0" name=add_date_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Add Date:" border="2" color="255" x="277" y="553" height="16" width="80" html.valueishtml="0" name=add_date_t visible="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" )
...@@ -103,3 +104,4 @@ htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientfor ...@@ -103,3 +104,4 @@ htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientfor
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml() import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" ) export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
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