dw_emp_sumwage_12.srd 3.2 KB

123456789101112131415161718192021222324252627282930
  1. $PBExportHeader$dw_emp_sumwage_12.srd
  2. release 9;
  3. 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 )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=84 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_scwg_taskwork_2_empid dbname="u_scwg_taskwork_2.empid" )
  9. column=(type=decimal(11) updatewhereclause=yes name=sumwage dbname="sumwage" )
  10. retrieve="SELECT u_scwg_taskwork_2.wrkGrpid as empid,
  11. SUM(round(u_scwg_taskwork_2_mx.qty * u_scwg_taskwork_2_mx.price,2)) AS sumwage
  12. FROM u_scwg_taskwork_2,u_scwg_taskwork_2_mx
  13. WHERE ( u_scwg_taskwork_2.wagemth = :arg_wagemth )
  14. AND ( u_scwg_taskwork_2.flag = 0 )
  15. AND ( u_scwg_taskwork_2.billid = u_scwg_taskwork_2_mx.billid )
  16. AND ( u_scwg_taskwork_2.billtype = 1 )
  17. AND ( u_scwg_taskwork_2.wageid = :arg_wageid )
  18. GROUP BY u_scwg_taskwork_2.wrkGrpid
  19. " arguments=(("arg_wagemth", number),("arg_wageid", number)) )
  20. 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" )
  21. text(band=header alignment="0" text="U Scwg Taskwork 2 Empid" border="0" color="33554432" x="421" y="4" height="76" width="73" html.valueishtml="0" name=u_scwg_taskwork_2_empid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  22. 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" )
  23. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="0" x="421" y="0" height="56" width="73" format="[general]" html.valueishtml="0" name=u_scwg_taskwork_2_empid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  24. htmltable(border="1" )
  25. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  26. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  27. import.xml()
  28. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )