Commit 991a57c6 authored by sanashaikh's avatar sanashaikh

Sana S : Added on 07/11/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211511 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 457b2078
$PBExportHeader$d_leave_convert_display.srd
$PBExportComments$Display datawindow for leave conversion
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=19 color="536870912" )
summary(height=0 color="536870912" )
footer(height=7 color="536870912" )
detail(height=18 color="536870912" )
table(column=(type=char(10) updatewhereclause=yes name=emp_code dbname="leavebal.emp_code" )
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_lname dbname="employee.emp_lname" )
column=(type=datetime updatewhereclause=yes name=relieve_date dbname="employee.relieve_date" )
column=(type=char(5) updatewhereclause=yes name=lve_code dbname="leavebal.lve_code" )
column=(type=datetime updatewhereclause=yes name=eff_date dbname="leavebal.eff_date" )
column=(type=datetime updatewhereclause=yes name=upto_date dbname="leavebal.upto_date" )
column=(type=datetime updatewhereclause=yes name=exp_date dbname="leavebal.exp_date" )
column=(type=decimal(1) updatewhereclause=yes name=bal_days dbname="leavebal.bal_days" initial="0" )
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=work_site dbname="employee.work_site" )
column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(1) updatewhereclause=yes name=ctemp dbname="temp" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"leavebal~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"leavebal.emp_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.relieve_date~") COLUMN(NAME=~"leavebal.lve_code~") COLUMN(NAME=~"leavebal.eff_date~") COLUMN(NAME=~"leavebal.upto_date~") COLUMN(NAME=~"leavebal.exp_date~") COLUMN(NAME=~"leavebal.bal_days~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.pay_site~") COMPUTE(NAME=~"' ' as temp~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"leavebal.emp_code~" )WHERE( EXP1 =~"leavebal.emp_code~" OP =~"between~" EXP2 =~":emp_fr_code and :emp_to_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"leavebal.lve_code~" OP =~"=~" EXP2 =~":lve_code ~" LOGIC =~"and~" ) WHERE( EXP1 =~"employee.work_site~" OP =~"between~" EXP2 =~":site_fr_code and :site_to_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"leavebal.exp_date~" OP =~"=~" EXP2 =~":process_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"leavebal.bal_days~" OP =~">~" EXP2 =~"0~" LOGIC =~"and~" ) WHERE( EXP1 =~"employee.dept_code~" OP =~">=~" EXP2 =~":dept_code_fr ~" LOGIC =~"and~" ) WHERE( EXP1 =~"employee.dept_code~" OP =~"<=~" EXP2 =~":dept_code_to~" LOGIC =~"and~" ) WHERE( EXP1 =~"employee.proc_group~" OP =~">=~" EXP2 =~":as_proc_group__fr~" LOGIC =~"And~" ) WHERE( EXP1 =~"employee.proc_group~" OP =~"<=~" EXP2 =~":as_proc_group__to~" LOGIC =~"and~" ) WHERE( EXP1 =~"(employee.relieve_date~" OP =~"is~" EXP2 =~"NULL~" LOGIC =~"or~" ) WHERE( EXP1 =~"(:as_resign_emp~" OP =~"=~" EXP2 =~"'Y'~" LOGIC =~"And~" ) WHERE( EXP1 =~"employee.relieve_date~" OP =~">~" EXP2 =~":process_date))~" ) ) ARG(NAME = ~"emp_fr_code~" TYPE = string) ARG(NAME = ~"emp_to_code~" TYPE = string) ARG(NAME = ~"site_fr_code~" TYPE = string) ARG(NAME = ~"site_to_code~" TYPE = string) ARG(NAME = ~"lve_code~" TYPE = string) ARG(NAME = ~"process_date~" TYPE = datetime) ARG(NAME = ~"dept_code_fr~" TYPE = string) ARG(NAME = ~"dept_code_to~" TYPE = string) ARG(NAME = ~"as_proc_group__fr~" TYPE = string) ARG(NAME = ~"as_proc_group__to~" TYPE = string) ARG(NAME = ~"as_resign_emp~" TYPE = string) " arguments=(("emp_fr_code", string),("emp_to_code", string),("site_fr_code", string),("site_to_code", string),("lve_code", string),("process_date", datetime),("dept_code_fr", string),("dept_code_to", string),("as_proc_group__fr", string),("as_proc_group__to", string),("as_resign_emp", string)) sort="emp_code A lve_code A " )
text(band=header alignment="2" text="Employee Code" border="6" color="0" x="2" y="1" height="16" width="95" 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=header alignment="2" text="First Name" border="6" color="0" x="99" y="1" height="16" width="119" 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=header alignment="2" text="Middle Name" border="6" color="0" x="220" y="1" height="16" width="119" html.valueishtml="0" name=emp_mname_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=header alignment="2" text="Last Name" border="6" color="0" x="341" y="1" height="16" width="125" html.valueishtml="0" name=emp_lname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Relieve Date" border="6" color="0" x="468" y="1" height="16" width="78" html.valueishtml="0" name=relieve_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=header alignment="2" text="Leave Code" border="6" color="0" x="548" y="1" height="16" width="78" html.valueishtml="0" name=lve_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=header alignment="2" text="Effective Date" border="6" color="0" x="628" y="1" height="16" width="98" html.valueishtml="0" name=eff_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=header alignment="2" text="Upto Date" border="6" color="0" x="728" y="1" height="16" width="84" html.valueishtml="0" name=upto_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=header alignment="2" text="Expiry Date" border="6" color="0" x="814" y="1" height="16" width="84" html.valueishtml="0" name=exp_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=header alignment="2" text="Balance Days" border="6" color="0" x="900" y="1" height="16" width="94" html.valueishtml="0" name=bal_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=header alignment="2" text="Grade" border="6" color="33554432" x="996" y="1" height="16" width="102" 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="2" background.color="67108864" )
text(band=header alignment="2" text="Cadre" border="6" color="33554432" x="1100" y="1" height="16" width="102" 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="2" background.color="67108864" )
text(band=header alignment="2" text="Work Site" border="6" color="33554432" x="1204" y="1" height="16" width="102" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Pay Site" border="6" color="33554432" x="1308" y="1" height="16" width="102" html.valueishtml="0" name=pay_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="16" width="95" format="[general]" html.valueishtml="0" name=emp_code tag="Employee code." visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="99" y="1" height="16" width="119" format="[general]" html.valueishtml="0" name=emp_fname 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=3 alignment="0" tabsequence=32766 border="5" color="0" x="220" y="1" height="16" width="119" format="[general]" html.valueishtml="0" name=emp_mname 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=4 alignment="0" tabsequence=32766 border="5" color="0" x="341" y="2" height="16" width="125" format="[general]" html.valueishtml="0" name=emp_lname 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=5 alignment="0" tabsequence=32766 border="5" color="0" x="468" y="2" height="16" width="78" format="[shortdate] [time]" html.valueishtml="0" name=relieve_date 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=6 alignment="0" tabsequence=32766 border="5" color="0" x="548" y="1" height="16" width="78" format="[general]" html.valueishtml="0" name=lve_code tag="Leave code." visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="0" x="628" y="1" height="16" width="98" format="[shortdate] [time]" html.valueishtml="0" name=eff_date tag="Effective date." visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="728" y="1" height="16" width="84" format="[shortdate] [time]" html.valueishtml="0" name=upto_date tag="To date." visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="814" y="1" height="16" width="84" format="[shortdate] [time]" html.valueishtml="0" name=exp_date tag="Expiry date of the leave." visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="5" color="0" x="900" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=bal_days tag="Balance leaves" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="996" y="1" height="16" width="102" format="[general]" html.valueishtml="0" name=grade visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="1100" y="1" height="16" width="102" format="[general]" html.valueishtml="0" name=cadre visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="1204" y="1" height="16" width="102" format="[general]" html.valueishtml="0" name=work_site visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="1308" y="1" height="16" width="102" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
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