dw_outware_pos_lastbill.srd 4.0 KB

1234567891011121314151617181920212223242526272829303132
  1. $PBExportHeader$dw_outware_pos_lastbill.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=134217739 processing=0 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 )
  4. summary(height=0 color="536870912" )
  5. footer(height=0 color="536870912" )
  6. detail(height=96 color="536870912" )
  7. table(column=(type=decimal(5) update=yes updatewhereclause=yes name=totalamt dbname="u_outware.totalamt" )
  8. column=(type=decimal(5) update=yes updatewhereclause=yes name=getamt dbname="u_outware.getamt" )
  9. column=(type=long update=yes updatewhereclause=yes name=outwareid dbname="u_outware.outwareid" )
  10. column=(type=decimal(5) updatewhereclause=yes name=backamt dbname="backamt" )
  11. retrieve=" SELECT top 1 totalamt,
  12. getamt,
  13. outwareid as outwareid,
  14. getamt - totalamt as backamt
  15. FROM u_outware
  16. WHERE ( u_outware.lsflag = 1 ) AND
  17. ( u_outware.opemp = :arg_emp ) AND
  18. ( u_outware.billtype = 1 )
  19. order by u_outware.outdate desc,
  20. u_outware.opdate desc
  21. " arguments=(("arg_emp", string)) )
  22. text(band=detail alignment="1" text="上次应收:" border="0" color="16711680" x="9" y="4" height="72" width="393" html.valueishtml="0" name=totalamt_t visible="1" font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  23. text(band=detail alignment="1" text="上次实收:" border="0" color="16711680" x="910" y="4" height="72" width="393" html.valueishtml="0" name=getamt_t visible="1" font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  24. text(band=detail alignment="1" text="上次找回:" border="0" color="16711680" x="1810" y="4" height="72" width="393" html.valueishtml="0" name=backamt_t visible="1" font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  25. column(band=detail id=1 alignment="0" tabsequence=32766 border="4" color="0" x="416" y="4" height="76" width="480" format="#,##0.00##" html.valueishtml="0" name=totalamt visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00##" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  26. column(band=detail id=2 alignment="0" tabsequence=32766 border="4" color="0" x="1317" y="4" height="76" width="480" format="#,##0.00##" html.valueishtml="0" name=getamt visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00##" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  27. column(band=detail id=4 alignment="0" tabsequence=32766 border="4" color="0" x="2217" y="4" height="76" width="480" format="#,##0.00##" html.valueishtml="0" name=backamt visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00##" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  28. htmltable(border="1" )
  29. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  30. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  31. import.xml()
  32. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )