1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- $PBExportHeader$dw_outware_sale_invoice_ch.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=4 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=long updatewhereclause=yes name=u_outware_outwareid dbname="u_outware.outwareid" )
- column=(type=char(20) updatewhereclause=yes name=u_outware_outwarecode dbname="u_outware.outwarecode" )
- column=(type=datetime updatewhereclause=yes name=u_outware_outdate dbname="u_outware.outdate" )
- column=(type=char(10) updatewhereclause=yes name=u_outware_outrep dbname="u_outware.outrep" )
- column=(type=char(30) updatewhereclause=yes name=u_storage_storagename dbname="u_storage.storagename" )
- column=(type=datetime updatewhereclause=yes name=u_outware_opdate dbname="u_outware.opdate" )
- column=(type=char(10) updatewhereclause=yes name=u_outware_opemp dbname="u_outware.opemp" )
- column=(type=char(10) updatewhereclause=yes name=u_outware_modemp dbname="u_outware.Modemp" )
- column=(type=datetime updatewhereclause=yes name=u_outware_moddate dbname="u_outware.moddate" )
- column=(type=long updatewhereclause=yes name=u_outware_flag dbname="u_outware.flag" values=" 1/ 0" )
- column=(type=datetime updatewhereclause=yes name=u_outware_auditingdate dbname="u_outware.auditingdate" )
- column=(type=char(10) updatewhereclause=yes name=u_outware_auditingrep dbname="u_outware.auditingrep" )
- column=(type=char(255) updatewhereclause=yes name=u_outware_dscrp dbname="u_outware.dscrp" )
- column=(type=char(20) updatewhereclause=yes name=u_cust_cuscode dbname="u_cust.cuscode" )
- column=(type=char(50) updatewhereclause=yes name=u_cust_name dbname="u_cust.name" )
- retrieve="SELECT u_outware.outwareid,
- u_outware.outwarecode,
- u_outware.outdate,
- u_outware.outrep,
- u_storage.storagename,
- u_outware.opdate,
- u_outware.opemp,
- u_outware.Modemp,
- u_outware.moddate,
- u_outware.flag,
- u_outware.auditingdate,
- u_outware.auditingrep,
- u_outware.dscrp,
- u_cust.cuscode,
- u_cust.name
- FROM u_outware INNER JOIN
- u_storage ON u_outware.StorageID = u_storage.storageid INNER JOIN
- u_cust ON u_outware.cusid = u_cust.cusid
- WHERE ( u_outware.flag = 1) AND
- ( u_outware.billtype = 1 ) AND
- ( u_outware.outdate <= :arg_begindate ) AND
- ( u_outware.thflag = 0 ) AND
- ( u_outware.scid = :arg_scid OR :arg_scid = -1)
-
- " arguments=(("arg_scid", number),("arg_begindate", datetime)) sort="u_outware_outdate D " )
- text(band=header alignment="2" text="单据编号" border="0" color="0" x="9" y="8" height="56" width="375" html.valueishtml="0" name=u_outware_outwarecode_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" )
- text(band=header alignment="2" text="出仓时间" border="0" color="0" x="393" y="8" height="56" width="347" html.valueishtml="0" name=u_outware_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" )
- text(band=header alignment="2" text="业务员" border="0" color="0" x="1637" y="8" height="56" width="233" html.valueishtml="0" name=u_outware_outrep_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" )
- text(band=header alignment="2" text="仓库名称" border="0" color="33554432" x="1879" y="8" height="56" width="453" html.valueishtml="0" name=u_storage_storagename_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="建立日期" border="0" color="33554432" x="3355" y="8" height="56" width="453" html.valueishtml="0" name=u_outware_opdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="建立人" border="0" color="33554432" x="3086" y="8" height="56" width="261" html.valueishtml="0" name=u_outware_opemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="修改人" border="0" color="33554432" x="3817" y="8" height="56" width="261" html.valueishtml="0" name=u_outware_modemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="修改日期" border="0" color="33554432" x="4087" y="8" height="56" width="503" html.valueishtml="0" name=u_outware_moddate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="审核" border="0" color="33554432" x="4599" y="8" height="56" width="133" html.valueishtml="0" name=u_outware_flag_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="审核日期" border="0" color="33554432" x="5010" y="8" height="56" width="503" html.valueishtml="0" name=u_outware_auditingdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="审核人" border="0" color="33554432" x="4741" y="8" height="56" width="261" html.valueishtml="0" name=u_outware_auditingrep_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="备注" border="0" color="33554432" x="2341" y="8" height="56" width="736" html.valueishtml="0" name=u_outware_dscrp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="客户编号" border="0" color="33554432" x="750" y="8" height="56" width="329" html.valueishtml="0" name=u_cust_cuscode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="客户名称" border="0" color="33554432" x="1088" y="8" height="56" width="539" html.valueishtml="0" name=u_cust_name_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0~tif(u_outwaremx_qty<0,rgb(255,0,0),rgb(0,0,0))" x="9" y="4" height="68" width="375" format="[general]" html.valueishtml="0" protect="0~tif(u_outwaremx_qty<0,1,0)" name=u_outware_outwarecode tag="单据编号" 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" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0~tif(u_outwaremx_qty<0,rgb(255,0,0),rgb(0,0,0))" x="393" y="4" height="68" width="347" format="yyyy-mm-dd" html.valueishtml="0" name=u_outware_outdate tag="出仓时间" 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" )
- column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0~tif(u_outwaremx_qty<0,rgb(255,0,0),rgb(0,0,0))" x="1637" y="4" height="68" width="233" format="[general]" html.valueishtml="0" name=u_outware_outrep tag="经手人" 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" )
- column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0" x="1879" y="4" height="68" width="453" format="[general]" html.valueishtml="0" name=u_storage_storagename 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=7 alignment="0" tabsequence=32766 border="0" color="0" x="3086" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=u_outware_opemp 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=8 alignment="0" tabsequence=32766 border="0" color="0" x="3817" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=u_outware_modemp 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=10 alignment="2" tabsequence=32766 border="0" color="0" x="4599" y="4" height="68" width="133" format="[general]" html.valueishtml="0" name=u_outware_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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="0" x="4741" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=u_outware_auditingrep 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=13 alignment="0" tabsequence=32766 border="0" color="0" x="2341" y="4" height="68" width="736" format="[general]" html.valueishtml="0" name=u_outware_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="536870912" )
- column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="0" x="750" y="4" height="68" width="329" format="[general]" html.valueishtml="0" name=u_cust_cuscode 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=15 alignment="0" tabsequence=32766 border="0" color="0" x="1088" y="4" height="68" width="539" format="[general]" html.valueishtml="0" name=u_cust_name 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=11 alignment="2" tabsequence=32766 border="0" color="0" x="5010" y="4" height="68" width="503" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_outware_auditingdate 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=9 alignment="2" tabsequence=32766 border="0" color="0" x="4087" y="4" height="68" width="503" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_outware_moddate 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=6 alignment="2" tabsequence=32766 border="0" color="0" x="3355" y="4" height="68" width="453" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_outware_opdate 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" )
|