dw_mthwage_basepay_edit.srd 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. $PBExportHeader$dw_mthwage_basepay_edit.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=64 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empcode dbname="u_rs_empinfo.Empcode" )
  9. column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empname dbname="u_rs_empinfo.Empname" )
  10. column=(type=long updatewhereclause=yes name=u_rs_empinfo_empid dbname="u_rs_empinfo.empid" )
  11. column=(type=char(2) updatewhereclause=yes name=u_rs_empinfo_sex dbname="u_rs_empinfo.sex" )
  12. column=(type=decimal(5) updatewhereclause=yes name=u_basepay_basepay dbname="BasePay" initial="0" )
  13. column=(type=char(255) updatewhereclause=yes name=dscrp dbname="Dscrp" initial="empty" )
  14. column=(type=long updatewhereclause=yes name=u_basepay_empid dbname="empid" )
  15. column=(type=long updatewhereclause=yes name=u_rs_empinfo_leaveflag dbname="u_rs_empinfo.leaveflag" values=" 0/ 1" )
  16. column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname dbname="cw_department.departmentname" )
  17. retrieve=" SELECT u_rs_empinfo.Empcode,
  18. u_rs_empinfo.Empname,
  19. u_rs_empinfo.empid,
  20. u_rs_empinfo.sex,
  21. isnull(U_BasePay.BasePay,0) as BasePay,
  22. isnull(U_BasePay.Dscrp,'') as Dscrp,
  23. isnull(U_BasePay.empid,0) as empid,
  24. u_rs_empinfo.status as leaveflag,
  25. cw_department.departmentname
  26. FROM u_rs_empinfo left outer join U_BasePay on
  27. ( u_rs_empinfo.empid = U_BasePay.empid ),
  28. cw_department
  29. WHERE ( u_rs_empinfo.Deptid = cw_department.departmentid ) and
  30. ( u_rs_empinfo.scid in (:arg_scid) ) AND
  31. ( u_rs_empinfo.handtype like :arg_handtype OR :arg_handtype = '') and
  32. ( u_rs_empinfo.status = :arg_status or :arg_status = -1)
  33. " arguments=(("arg_scid", numberlist),("arg_handtype", string),("arg_status", number)) sort="cw_department_departmentname A u_rs_empinfo_empcode A " )
  34. text(band=header alignment="2" text="部门" border="0" color="0" x="9" y="8" height="56" width="366" html.valueishtml="0" name=cw_department_departmentname_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="553648127" )
  35. text(band=header alignment="2" text="离职" border="0" color="33554432" x="1179" y="8" height="56" width="133" html.valueishtml="0" name=u_rs_empinfo_leaveflag_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
  36. text(band=header alignment="2" text="姓名" border="0" color="0" x="736" y="8" height="56" width="288" html.valueishtml="0" name=u_rs_empinfo_empname_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="553648127" )
  37. text(band=header alignment="2" text="性别" border="0" color="33554432" x="1033" y="8" height="56" width="137" html.valueishtml="0" name=u_rs_empinfo_sex_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
  38. text(band=header alignment="2" text="工号" border="0" color="0" x="384" y="8" height="56" width="343" html.valueishtml="0" name=u_rs_empinfo_empcode_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="553648127" )
  39. text(band=header alignment="2" text="基本工资" border="0" color="16711680" x="1321" y="8" height="56" width="439" html.valueishtml="0" name=u_basepay_basepay_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="553648127" )
  40. text(band=header alignment="2" text="备注" border="0" color="16711680" x="1769" y="8" height="56" width="1038" html.valueishtml="0" name=dscrp_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" )
  41. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="0" x="384" y="4" height="68" width="343" format="[general]" html.valueishtml="0" name=u_rs_empinfo_empcode tag="员工编号" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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="553648127" )
  42. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="366" format="[general]" html.valueishtml="0" name=cw_department_departmentname 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="553648127" )
  43. column(band=detail id=8 alignment="2" tabsequence=32766 border="0" color="0" x="1179" y="4" height="68" width="133" format="[general]" html.valueishtml="0" name=u_rs_empinfo_leaveflag visible="1" checkbox.text="" checkbox.on="0" checkbox.off="1" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  44. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="736" y="4" height="68" width="288" format="[general]" html.valueishtml="0" name=u_rs_empinfo_empname tag="姓名" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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="553648127" )
  45. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="0" x="1033" y="4" height="68" width="137" format="[general]" html.valueishtml="0" name=u_rs_empinfo_sex 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="553648127" )
  46. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="16711680" x="1321" y="4" height="68" width="439" format="#,##0.##" html.valueishtml="0" name=u_basepay_basepay visible="1" edit.limit=0 edit.case=any edit.format="#,##0.##" edit.focusrectangle=no 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="553648127" )
  47. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="16711680" x="1769" y="4" height="68" width="1038" format="[general]" html.valueishtml="0" name=dscrp 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="553648127" )
  48. compute(band=footer alignment="2" expression="count(u_rs_empinfo_empname for all)"border="0" color="0" x="736" y="4" height="56" width="288" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  49. compute(band=footer alignment="1" expression="sum(u_basepay_basepay for all)"border="0" color="0" x="1321" y="4" height="56" width="439" format="#,##0.##" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  50. htmltable(border="1" )
  51. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  52. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  53. import.xml()
  54. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )