1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- $PBExportHeader$dw_invoice_index.srd
- release 9;
- 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 )
- header(height=68 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=68 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=long update=yes updatewhereclause=yes key=yes name=scid dbname="u_invoice.scid" initial="0" )
- column=(type=long update=yes updatewhereclause=yes key=yes name=invoiceid dbname="u_invoice.invoiceid" initial="0" )
- column=(type=long update=yes updatewhereclause=yes name=cusid dbname="u_invoice.cusid" initial="0" )
- column=(type=char(30) update=yes updatewhereclause=yes name=cuscode dbname="u_invoice.cuscode" initial="empty" )
- column=(type=char(100) update=yes updatewhereclause=yes name=cusname dbname="u_invoice.cusname" initial="empty" )
- column=(type=datetime update=yes updatewhereclause=yes name=invoicedate dbname="u_invoice.invoicedate" initial="today" )
- column=(type=char(20) update=yes updatewhereclause=yes name=currencyname dbname="u_invoice.currencyname" initial="empty" )
- column=(type=char(30) update=yes updatewhereclause=yes name=bankname dbname="u_invoice.bankname" initial="empty" )
- column=(type=long update=yes updatewhereclause=yes name=relid dbname="u_invoice.relid" initial="0" )
- column=(type=char(30) update=yes updatewhereclause=yes name=relcode dbname="u_invoice.relcode" initial="empty" )
- column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_invoice.dscrp" initial="empty" )
- column=(type=char(10) update=yes updatewhereclause=yes name=opemp dbname="u_invoice.opemp" initial="empty" )
- column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_invoice.opdate" initial="today" )
- column=(type=char(10) update=yes updatewhereclause=yes name=modemp dbname="u_invoice.modemp" initial="empty" )
- column=(type=datetime update=yes updatewhereclause=yes name=moddate dbname="u_invoice.moddate" )
- column=(type=char(10) update=yes updatewhereclause=yes name=auditingrep dbname="u_invoice.auditingrep" initial="empty" )
- column=(type=datetime update=yes updatewhereclause=yes name=auditingdate dbname="u_invoice.auditingdate" )
- column=(type=long update=yes updatewhereclause=yes name=flag dbname="u_invoice.flag" initial="0" values=" 1/ 0" )
- column=(type=long update=yes updatewhereclause=yes name=printnum dbname="u_invoice.printnum" initial="0" )
- column=(type=char(20) update=yes updatewhereclause=yes name=invoicecode dbname="u_invoice.invoicecode" initial="empty" )
- column=(type=long updatewhereclause=yes name=secflag dbname="u_invoice.secflag" values=" 1/ 0" )
- column=(type=char(30) updatewhereclause=yes name=secemp dbname="u_invoice.secemp" )
- column=(type=datetime updatewhereclause=yes name=secdate dbname="u_invoice.secdate" )
- retrieve=" SELECT u_invoice.scid,
- u_invoice.invoiceid,
- u_invoice.cusid,
- u_invoice.cuscode,
- u_invoice.cusname,
- u_invoice.invoicedate,
- u_invoice.currencyname,
- u_invoice.bankname,
- u_invoice.relid,
- u_invoice.relcode,
- u_invoice.dscrp,
- u_invoice.opemp,
- u_invoice.opdate,
- u_invoice.modemp,
- u_invoice.moddate,
- u_invoice.auditingrep,
- u_invoice.auditingdate,
- u_invoice.flag,
- u_invoice.printnum ,
- u_invoice.invoicecode,
- u_invoice.secflag,
- u_invoice.secemp,
- u_invoice.secdate
- FROM u_invoice
- where (u_invoice.scid in (:arg_scid)) and
- ((:arg_flag = -1 OR
- u_invoice.flag = :arg_flag ) AND
- (:arg_secflag = -1 OR
- u_invoice.secflag = :arg_secflag))
- " update="u_invoice" updatewhere=1 updatekeyinplace=no arguments=(("arg_scid", numberlist),("arg_flag", number),("arg_secflag", number)) )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
- 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" )
|