Commit 5849c30f authored by sanashaikh's avatar sanashaikh

Sana S: modified on 08/11/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211597 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7dd17957
...@@ -3,7 +3,7 @@ release 9; ...@@ -3,7 +3,7 @@ release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=244 color="536870912" ) detail(height=323 color="536870912" )
table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=dept_code dbname="payroll.dept_code" ) table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=dept_code dbname="payroll.dept_code" )
column=(type=decimal(3) updatewhereclause=yes name=work_days dbname="payroll.work_days" ) column=(type=decimal(3) updatewhereclause=yes name=work_days dbname="payroll.work_days" )
column=(type=decimal(3) updatewhereclause=yes name=allow_amt dbname="payroll.allow_amt" ) column=(type=decimal(3) updatewhereclause=yes name=allow_amt dbname="payroll.allow_amt" )
...@@ -22,7 +22,8 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=dept_co ...@@ -22,7 +22,8 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=dept_co
column=(type=char(5) updatewhereclause=yes name=site_code__pay dbname="payroll.site_code__pay" ) column=(type=char(5) updatewhereclause=yes name=site_code__pay dbname="payroll.site_code__pay" )
column=(type=char(5) updatewhereclause=yes name=employee_pay_site dbname="employee.pay_site" ) column=(type=char(5) updatewhereclause=yes name=employee_pay_site dbname="employee.pay_site" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"payroll~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"department~" ) COLUMN(NAME=~"payroll.dept_code~") COLUMN(NAME=~"payroll.work_days~") COLUMN(NAME=~"payroll.allow_amt~") COLUMN(NAME=~"payroll.dedn_amt~") COLUMN(NAME=~"payroll.net_amt~") COLUMN(NAME=~"payroll.remarks~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"payroll.paid_days~") COLUMN(NAME=~"payroll.chg_date~") COLUMN(NAME=~"payroll.chg_user~") COLUMN(NAME=~"payroll.chg_term~") COLUMN(NAME=~"payroll.prd_code~") COLUMN(NAME=~"payroll.emp_code~") COLUMN(NAME=~"payroll.site_code__pay~") COLUMN(NAME=~"employee.pay_site~") JOIN (LEFT=~"payroll.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"department.dept_code~" OP =~"=~"RIGHT=~"payroll.dept_code~" )WHERE( EXP1 =~"payroll.prd_code~" OP =~"=~" EXP2 =~":prd_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"payroll.emp_code~" OP =~"=~" EXP2 =~":emp_code~" ) ) ARG(NAME = ~"prd_code~" TYPE = string) ARG(NAME = ~"emp_code~" TYPE = string) " update="payroll" updatewhere=0 updatekeyinplace=no arguments=(("prd_code", string),("emp_code", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"payroll~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"department~" ) COLUMN(NAME=~"payroll.dept_code~") COLUMN(NAME=~"payroll.work_days~") COLUMN(NAME=~"payroll.allow_amt~") COLUMN(NAME=~"payroll.dedn_amt~") COLUMN(NAME=~"payroll.net_amt~") COLUMN(NAME=~"payroll.remarks~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"payroll.paid_days~") COLUMN(NAME=~"payroll.chg_date~") COLUMN(NAME=~"payroll.chg_user~") COLUMN(NAME=~"payroll.chg_term~") COLUMN(NAME=~"payroll.prd_code~") COLUMN(NAME=~"payroll.emp_code~") COLUMN(NAME=~"payroll.site_code__pay~") COLUMN(NAME=~"employee.pay_site~") JOIN (LEFT=~"payroll.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"department.dept_code~" OP =~"=~"RIGHT=~"payroll.dept_code~" )WHERE( EXP1 =~"payroll.prd_code~" OP =~"=~" EXP2 =~":prd_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"payroll.emp_code~" OP =~"=~" EXP2 =~":emp_code~" ) ) ARG(NAME = ~"prd_code~" TYPE = string) ARG(NAME = ~"emp_code~" TYPE = string) " update="payroll" updatewhere=0 updatekeyinplace=no arguments=(("prd_code", string),("emp_code", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="4" y="10" height="197" width="511" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) groupbox(band=detail text="Others"border="2" color="0" x="6" y="203" height="71" width="513" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
groupbox(band=detail text="Basic"border="2" color="0" x="4" y="10" height="174" width="511" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Period Code :" border="0" color="0" x="23" y="35" height="16" width="80" 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="553648127" ) text(band=detail alignment="1" text="Period Code :" border="0" color="0" x="23" y="35" height="16" width="80" 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="553648127" )
column(band=detail id=14 alignment="0" tabsequence=10 border="5" color="255" x="108" y="36" height="16" width="55" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=14 alignment="0" tabsequence=10 border="5" color="255" x="108" y="36" height="16" width="55" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Employee Code:" border="0" color="0" x="17" y="59" height="16" width="86" 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="553648127" ) text(band=detail alignment="1" text="Employee Code:" border="0" color="0" x="17" y="59" height="16" width="86" 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="553648127" )
...@@ -44,12 +45,12 @@ text(band=detail alignment="1" text="Work Days:" border="0" color="0" x="341" y= ...@@ -44,12 +45,12 @@ text(band=detail alignment="1" text="Work Days:" border="0" color="0" x="341" y=
column(band=detail id=2 alignment="1" tabsequence=32766 border="5" color="255" x="425" y="128" height="16" width="68" format="0.00" html.valueishtml="0" name=work_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="79741120" ) column(band=detail id=2 alignment="1" tabsequence=32766 border="5" color="255" x="425" y="128" height="16" width="68" format="0.00" html.valueishtml="0" name=work_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="79741120" )
text(band=detail alignment="1" text="Net Amount:" border="0" color="0" x="353" y="151" height="16" width="72" 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="Net Amount:" border="0" color="0" x="353" y="151" height="16" width="72" 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=5 alignment="1" tabsequence=32766 border="5" color="255" x="428" y="151" height="16" width="67" format="#,##0.00" html.valueishtml="0" name=net_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="79741120" ) column(band=detail id=5 alignment="1" tabsequence=32766 border="5" color="255" x="428" y="151" height="16" width="67" format="#,##0.00" html.valueishtml="0" name=net_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="79741120" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="23" y="174" height="16" width="80" 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="Change User :" border="0" color="0" x="23" y="227" height="16" width="80" 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=12 alignment="0" tabsequence=32766 border="5" color="255" x="108" y="174" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="255" x="108" y="227" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Change Term :" border="0" color="0" x="185" y="174" height="16" width="77" 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="Change Term :" border="0" color="0" x="185" y="227" height="16" width="77" 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=13 alignment="0" tabsequence=32766 border="5" color="255" x="266" y="174" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="266" y="227" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="339" y="174" height="16" width="75" 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="Change Date :" border="0" color="0" x="339" y="227" height="16" width="75" 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=11 alignment="0" tabsequence=32766 border="5" color="255" x="419" y="174" height="16" width="76" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="255" x="419" y="227" height="16" width="76" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
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