dw_iteminput_index.srd 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. $PBExportHeader$dw_iteminput_index.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=76 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=84 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_iteminput_itemid dbname="u_iteminput.itemid" )
  9. column=(type=long updatewhereclause=yes name=u_iteminput_dateint dbname="u_iteminput.dateint" )
  10. column=(type=datetime updatewhereclause=yes name=u_iteminput_outdate dbname="u_iteminput.outdate" )
  11. column=(type=char(255) updatewhereclause=yes name=u_iteminput_dscrp dbname="u_iteminput.dscrp" )
  12. column=(type=decimal(2) updatewhereclause=yes name=u_iteminput_outamt dbname="u_iteminput.outamt" )
  13. column=(type=datetime updatewhereclause=yes name=u_iteminput_opdate dbname="u_iteminput.opdate" )
  14. column=(type=char(10) updatewhereclause=yes name=u_iteminput_opemp dbname="u_iteminput.opemp" )
  15. column=(type=long updatewhereclause=yes name=u_iteminput_accountsid dbname="u_iteminput.accountsid" )
  16. column=(type=char(20) updatewhereclause=yes name=u_itemdef_itemcode dbname="u_itemdef.itemcode" )
  17. column=(type=char(50) updatewhereclause=yes name=u_itemdef_itemname dbname="u_itemdef.itemname" )
  18. column=(type=char(30) updatewhereclause=yes name=u_accounts_accountsname dbname="u_accounts.accountsname" )
  19. column=(type=long updatewhereclause=yes name=u_iteminput_rapmoneyid dbname="u_iteminput.rapmoneyid" )
  20. retrieve=" SELECT u_iteminput.itemid,
  21. u_iteminput.dateint,
  22. u_iteminput.outdate,
  23. u_iteminput.dscrp,
  24. u_iteminput.outamt,
  25. u_iteminput.opdate,
  26. u_iteminput.opemp,
  27. u_iteminput.accountsid,
  28. u_itemdef.itemcode,
  29. u_itemdef.itemname,
  30. u_accounts.accountsname,
  31. u_iteminput.rapmoneyid
  32. FROM u_iteminput LEFT OUTER JOIN u_accounts ON u_iteminput.accountsid = u_accounts.accountsid,
  33. u_itemdef
  34. WHERE ( u_itemdef.itemid = u_iteminput.itemid ) and
  35. ( u_iteminput.opdate >= :arg_firstdate ) AND
  36. ( u_iteminput.opdate < :arg_enddate )
  37. " arguments=(("arg_firstdate", datetime),("arg_enddate", datetime)) sort="u_iteminput_opdate A " )
  38. text(band=header alignment="2" text="支出日期" border="0" color="0" x="9" y="8" height="56" width="302" html.valueishtml="0" name=u_iteminput_outdate_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" )
  39. text(band=header alignment="2" text="银行帐号" border="0" color="0" x="320" y="8" height="56" width="750" html.valueishtml="0" name=t_1 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" )
  40. text(band=header alignment="2" text="支出项目编号" border="0" color="0" x="1079" y="8" height="56" width="352" html.valueishtml="0" name=u_itemdef_itemcode_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" )
  41. text(band=header alignment="2" text="支出项目名称" border="0" color="0" x="1440" y="8" height="56" width="535" html.valueishtml="0" name=u_itemdef_itemname_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" )
  42. text(band=header alignment="2" text="支出金额" border="0" color="0" x="1984" y="8" height="56" width="325" html.valueishtml="0" name=u_iteminput_outamt_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" )
  43. text(band=header alignment="2" text="备注" border="0" color="0" x="2318" y="8" height="56" width="727" html.valueishtml="0" name=u_iteminput_dscrp_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" )
  44. text(band=header alignment="2" text="建立时间" border="0" color="0" x="3054" y="8" height="56" width="603" html.valueishtml="0" name=u_iteminput_opdate_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" )
  45. text(band=header alignment="2" text="建立人" border="0" color="0" x="3666" y="8" height="56" width="302" html.valueishtml="0" name=u_iteminput_opemp_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" )
  46. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="8" height="68" width="302" format="yyyy-mm-dd" html.valueishtml="0" name=u_iteminput_outdate visible="1" editmask.mask="yyyy-mm-dd" editmask.imemode=0 editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  47. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="0" x="320" y="8" height="68" width="750" format="[general]" html.valueishtml="0" name=u_accounts_accountsname 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" )
  48. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="1079" y="8" height="68" width="352" format="[general]" html.valueishtml="0" name=u_itemdef_itemcode visible="1" edit.limit=20 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="536870912" )
  49. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="1440" y="8" height="68" width="535" format="[general]" html.valueishtml="0" name=u_itemdef_itemname visible="1" edit.limit=50 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="536870912" )
  50. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="2318" y="8" height="68" width="727" format="[general]" html.valueishtml="0" name=u_iteminput_dscrp visible="1" edit.limit=100 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="536870912" )
  51. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0" x="3054" y="8" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=u_iteminput_opdate visible="1" edit.limit=0 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="536870912" )
  52. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="3666" y="8" height="68" width="302" format="[general]" html.valueishtml="0" name=u_iteminput_opemp visible="1" edit.limit=10 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="536870912" )
  53. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="0" x="1984" y="8" height="68" width="325" format="#,##0.00" html.valueishtml="0" name=u_iteminput_outamt visible="1" edit.limit=0 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="536870912" )
  54. compute(band=summary alignment="1" expression="sum(u_iteminput_outamt for all)"border="0" color="0" x="1984" y="4" height="68" width="325" format="#,##0.00" html.valueishtml="0" name=compute_1 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" )
  55. compute(band=summary alignment="2" expression="count(u_accounts_accountsname for all)"border="0" color="0" x="320" y="4" height="68" width="750" format="[general]" 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="536870912" )
  56. htmltable(border="1" )
  57. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  58. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  59. import.xml()
  60. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )