1234567891011121314151617181920212223242526272829 |
- $PBExportHeader$dw_emp_sumabnormitywage.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=16777215 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 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=68 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=84 color="536870912" )
- table(column=(type=long updatewhereclause=yes name=u_sc_abnormitymx_empid dbname="u_sc_abnormitymx.empid" )
- column=(type=decimal(15) updatewhereclause=yes name=sumwage dbname="sumwage" )
- retrieve="SELECT u_sc_abnormitymx.Empid as empid,
- SUM(round(u_sc_abnormitymx.wage * u_sc_abnormitymx.amount,2)) AS sumwage
- FROM u_sc_abnormity INNER JOIN
- u_sc_abnormitymx ON u_sc_abnormity.billid = u_sc_abnormitymx.billid
- where ( u_sc_abnormity.billdate<=:arg_enddate )
- and ( u_sc_abnormity.Auditingflag = 0 )
- and ( u_sc_abnormity.wageid = :arg_wageid )
- GROUP BY u_sc_abnormitymx.empid
- " arguments=(("arg_enddate", datetime),("arg_wageid", number)) )
- text(band=header alignment="2" text="Sumwage" border="0" color="33554432" x="9" y="8" height="56" width="402" html.valueishtml="0" name=sumwage_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="0" text="U Sc Abnormitymx Empid" border="0" color="0" x="421" y="8" height="56" width="238" html.valueishtml="0" name=u_sc_abnormitymx_empid_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="8" height="68" width="402" format="[general]" html.valueishtml="0" name=sumwage visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="0" x="421" y="8" height="68" width="238" format="[general]" html.valueishtml="0" name=u_sc_abnormitymx_empid visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- 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" )
|