dw_invoice_index.srd 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. $PBExportHeader$dw_invoice_index.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 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=68 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=scid dbname="u_invoice.scid" initial="0" )
  9. column=(type=long update=yes updatewhereclause=yes key=yes name=invoiceid dbname="u_invoice.invoiceid" initial="0" )
  10. column=(type=long update=yes updatewhereclause=yes name=cusid dbname="u_invoice.cusid" initial="0" )
  11. column=(type=char(30) update=yes updatewhereclause=yes name=cuscode dbname="u_invoice.cuscode" initial="empty" )
  12. column=(type=char(100) update=yes updatewhereclause=yes name=cusname dbname="u_invoice.cusname" initial="empty" )
  13. column=(type=datetime update=yes updatewhereclause=yes name=invoicedate dbname="u_invoice.invoicedate" initial="today" )
  14. column=(type=char(20) update=yes updatewhereclause=yes name=currencyname dbname="u_invoice.currencyname" initial="empty" )
  15. column=(type=char(30) update=yes updatewhereclause=yes name=bankname dbname="u_invoice.bankname" initial="empty" )
  16. column=(type=long update=yes updatewhereclause=yes name=relid dbname="u_invoice.relid" initial="0" )
  17. column=(type=char(30) update=yes updatewhereclause=yes name=relcode dbname="u_invoice.relcode" initial="empty" )
  18. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_invoice.dscrp" initial="empty" )
  19. column=(type=char(10) update=yes updatewhereclause=yes name=opemp dbname="u_invoice.opemp" initial="empty" )
  20. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_invoice.opdate" initial="today" )
  21. column=(type=char(10) update=yes updatewhereclause=yes name=modemp dbname="u_invoice.modemp" initial="empty" )
  22. column=(type=datetime update=yes updatewhereclause=yes name=moddate dbname="u_invoice.moddate" )
  23. column=(type=char(10) update=yes updatewhereclause=yes name=auditingrep dbname="u_invoice.auditingrep" initial="empty" )
  24. column=(type=datetime update=yes updatewhereclause=yes name=auditingdate dbname="u_invoice.auditingdate" )
  25. column=(type=long update=yes updatewhereclause=yes name=flag dbname="u_invoice.flag" initial="0" values=" 1/ 0" )
  26. column=(type=long update=yes updatewhereclause=yes name=printnum dbname="u_invoice.printnum" initial="0" )
  27. column=(type=char(20) update=yes updatewhereclause=yes name=invoicecode dbname="u_invoice.invoicecode" initial="empty" )
  28. column=(type=long updatewhereclause=yes name=secflag dbname="u_invoice.secflag" values=" 1/ 0" )
  29. column=(type=char(30) updatewhereclause=yes name=secemp dbname="u_invoice.secemp" )
  30. column=(type=datetime updatewhereclause=yes name=secdate dbname="u_invoice.secdate" )
  31. retrieve=" SELECT u_invoice.scid,
  32. u_invoice.invoiceid,
  33. u_invoice.cusid,
  34. u_invoice.cuscode,
  35. u_invoice.cusname,
  36. u_invoice.invoicedate,
  37. u_invoice.currencyname,
  38. u_invoice.bankname,
  39. u_invoice.relid,
  40. u_invoice.relcode,
  41. u_invoice.dscrp,
  42. u_invoice.opemp,
  43. u_invoice.opdate,
  44. u_invoice.modemp,
  45. u_invoice.moddate,
  46. u_invoice.auditingrep,
  47. u_invoice.auditingdate,
  48. u_invoice.flag,
  49. u_invoice.printnum ,
  50. u_invoice.invoicecode,
  51. u_invoice.secflag,
  52. u_invoice.secemp,
  53. u_invoice.secdate
  54. FROM u_invoice
  55. where (u_invoice.scid in (:arg_scid)) and
  56. ((:arg_flag = -1 OR
  57. u_invoice.flag = :arg_flag ) AND
  58. (:arg_secflag = -1 OR
  59. u_invoice.secflag = :arg_secflag))
  60. " update="u_invoice" updatewhere=1 updatekeyinplace=no arguments=(("arg_scid", numberlist),("arg_flag", number),("arg_secflag", number)) )
  61. text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="9" y="8" height="56" width="361" html.valueishtml="0" name=invoicecode_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="536870912" )
  62. text(band=header alignment="2" text="客户编号" border="0" color="33554432" x="1417" y="8" height="56" width="343" html.valueishtml="0" name=cuscode_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="536870912" )
  63. text(band=header alignment="2" text="客户名称" border="0" color="33554432" x="379" y="8" height="56" width="690" html.valueishtml="0" name=cusname_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="536870912" )
  64. text(band=header alignment="2" text="单据日期" border="0" color="33554432" x="1079" y="8" height="56" width="329" html.valueishtml="0" name=invoicedate_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="536870912" )
  65. text(band=header alignment="2" text="相关单号" border="0" color="33554432" x="1769" y="8" height="56" width="370" html.valueishtml="0" name=relcode_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="536870912" )
  66. text(band=header alignment="2" text="备注" border="0" color="33554432" x="2149" y="8" height="56" width="1883" html.valueishtml="0" name=dscrp_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="536870912" )
  67. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="4165" y="8" height="56" width="238" html.valueishtml="0" name=opemp_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="536870912" )
  68. text(band=header alignment="2" text="建立日期" border="0" color="33554432" x="4411" y="8" height="56" width="512" html.valueishtml="0" name=opdate_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="536870912" )
  69. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="4933" y="8" height="56" width="238" html.valueishtml="0" name=modemp_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="536870912" )
  70. text(band=header alignment="2" text="修改日期" border="0" color="33554432" x="5179" y="8" height="56" width="526" html.valueishtml="0" name=moddate_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="536870912" )
  71. text(band=header alignment="2" text="初审人" border="0" color="33554432" x="5714" y="8" height="56" width="256" html.valueishtml="0" name=auditingrep_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="536870912" )
  72. text(band=header alignment="2" text="初审" border="0" color="33554432" x="4041" y="8" height="56" width="114" html.valueishtml="0" name=flag_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="536870912" )
  73. text(band=header alignment="2" text="初审日期" border="0" color="33554432" x="5979" y="8" height="56" width="512" html.valueishtml="0" name=auditingdate_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" )
  74. text(band=header alignment="2" text="终审" border="0" color="33554432" x="6501" y="8" height="56" width="137" html.valueishtml="0" name=secflag_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" )
  75. text(band=header alignment="2" text="终审人" border="0" color="33554432" x="6647" y="8" height="56" width="375" html.valueishtml="0" name=secemp_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" )
  76. text(band=header alignment="2" text="终审时间" border="0" color="33554432" x="7031" y="8" height="56" width="439" html.valueishtml="0" name=secdate_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" )
  77. column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="9" y="4" height="68" width="361" format="[general]" html.valueishtml="0" name=invoicecode 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  78. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="1417" y="4" height="68" width="343" format="[general]" html.valueishtml="0" name=cuscode 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  79. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="379" y="4" height="68" width="690" format="[general]" html.valueishtml="0" name=cusname 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  80. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="1769" y="4" height="68" width="370" format="[general]" html.valueishtml="0" name=relcode 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  81. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="2149" y="4" height="68" width="1883" format="[general]" html.valueishtml="0" name=dscrp visible="1" edit.limit=255 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  82. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="4165" y="4" height="68" width="238" format="[general]" html.valueishtml="0" name=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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  83. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="4933" y="4" height="68" width="238" format="[general]" html.valueishtml="0" name=modemp 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  84. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="5714" y="4" height="68" width="256" format="[general]" html.valueishtml="0" name=auditingrep 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  85. column(band=detail id=18 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="4041" y="4" height="68" width="114" format="[general]" html.valueishtml="0" name=flag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  86. column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="1079" y="4" height="68" width="329" format="yyyy-mm-dd" html.valueishtml="0" name=invoicedate 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  87. column(band=detail id=13 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="4411" y="4" height="68" width="512" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  88. column(band=detail id=15 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="5179" y="4" height="68" width="526" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=moddate 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  89. column(band=detail id=17 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="5979" y="4" height="68" width="512" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=auditingdate 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  90. column(band=detail id=21 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="6501" y="4" height="68" width="137" format="[general]" html.valueishtml="0" name=secflag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  91. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="6647" y="4" height="68" width="375" format="[general]" html.valueishtml="0" name=secemp 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  92. column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if(secflag=0,rgb(128,0,128),rgb(0,0,0)))" x="7031" y="4" height="68" width="439" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=secdate 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  93. compute(band=footer alignment="1" expression="count(invoicecode for all)"border="0" color="16711680" x="9" y="8" height="56" width="361" 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="536870912" )
  94. htmltable(border="1" )
  95. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  96. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  97. import.xml()
  98. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )