ds_mstpay_index_autobill.srd 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. $PBExportHeader$ds_mstpay_index_autobill.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 selected.mouse=no )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=76 color="536870912" height.autosize=yes)
  8. table(column=(type=long updatewhereclause=yes name=checkdata dbname="checkdata" values=" 1/ 0" )
  9. column=(type=long updatewhereclause=yes name=scid dbname="u_Bmstpay.scid" )
  10. column=(type=long update=yes updatewhereclause=yes name=payid dbname="u_Bmstpay.Payid" )
  11. column=(type=long update=yes updatewhereclause=yes name=sptid dbname="u_Bmstpay.sptid" )
  12. column=(type=datetime update=yes updatewhereclause=yes name=paydate dbname="u_Bmstpay.Paydate" )
  13. column=(type=char(10) update=yes updatewhereclause=yes name=inrep dbname="u_Bmstpay.Inrep" )
  14. column=(type=decimal(2) update=yes updatewhereclause=yes name=oriamt dbname="u_Bmstpay.oriamt" )
  15. column=(type=decimal(2) update=yes updatewhereclause=yes name=mstpayamt dbname="u_Bmstpay.Mstpayamt" )
  16. column=(type=decimal(2) update=yes updatewhereclause=yes name=payamt dbname="u_Bmstpay.Payamt" )
  17. column=(type=decimal(2) updatewhereclause=yes name=balcamt dbname="balcamt" )
  18. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_Bmstpay.Dscrp" )
  19. column=(type=char(30) update=yes updatewhereclause=yes name=billcode dbname="u_Bmstpay.Billcode" )
  20. column=(type=long updatewhereclause=yes name=banktypeid dbname="u_Bmstpay.banktypeid" )
  21. column=(type=long update=yes updatewhereclause=yes name=buildtype dbname="u_Bmstpay.Buildtype" )
  22. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_Bmstpay.Opdate" )
  23. column=(type=char(10) update=yes updatewhereclause=yes name=opemp dbname="u_Bmstpay.Opemp" )
  24. column=(type=long update=yes updatewhereclause=yes name=inwareid dbname="u_Bmstpay.inwareid" )
  25. column=(type=datetime update=yes updatewhereclause=yes name=viewdate dbname="u_Bmstpay.viewdate" )
  26. column=(type=long update=yes updatewhereclause=yes name=finishflag dbname="u_Bmstpay.finishflag" values=" 1/ 0" )
  27. column=(type=datetime update=yes updatewhereclause=yes name=finishdate dbname="u_Bmstpay.finishdate" )
  28. column=(type=char(30) updatewhereclause=yes name=cw_banktype_banktypename dbname="cw_banktype.banktypename" )
  29. column=(type=char(30) updatewhereclause=yes name=u_scdef_scname dbname="u_scdef.scname" )
  30. column=(type=char(30) updatewhereclause=yes name=u_accounts_accountsname dbname="u_accounts.accountsname" )
  31. column=(type=char(50) updatewhereclause=yes name=u_itemdef_itemname dbname="u_itemdef.itemname" )
  32. column=(type=long updatewhereclause=yes name=u_bmstpay_moneyid dbname="u_Bmstpay.moneyid" )
  33. column=(type=char(50) updatewhereclause=yes name=u_bmstpay_relcode dbname="u_Bmstpay.relcode" )
  34. column=(type=long updatewhereclause=yes name=u_bmstpay_accountsid dbname="u_Bmstpay.accountsid" )
  35. column=(type=long updatewhereclause=yes name=u_bmstpay_itemid dbname="u_Bmstpay.itemid" )
  36. retrieve=" SELECT 0 as checkdata,
  37. U_Bmstpay.scid,
  38. U_Bmstpay.Payid,
  39. U_Bmstpay.sptid,
  40. U_Bmstpay.Paydate,
  41. U_Bmstpay.Inrep,
  42. U_Bmstpay.oriamt,
  43. U_Bmstpay.Mstpayamt,
  44. U_Bmstpay.Payamt,
  45. U_Bmstpay.Mstpayamt - U_Bmstpay.Payamt AS balcamt,
  46. U_Bmstpay.Dscrp,
  47. U_Bmstpay.Billcode,
  48. U_Bmstpay.banktypeid,
  49. U_Bmstpay.Buildtype,
  50. U_Bmstpay.Opdate,
  51. U_Bmstpay.Opemp,
  52. U_Bmstpay.inwareid,
  53. U_Bmstpay.viewdate,
  54. U_Bmstpay.finishflag,
  55. U_Bmstpay.finishdate,
  56. cw_banktype.banktypename,
  57. u_scdef.scname ,
  58. u_accounts.accountsname ,
  59. u_itemdef.itemname,
  60. U_Bmstpay.moneyid,
  61. U_Bmstpay.relcode,
  62. U_Bmstpay.accountsid,
  63. U_Bmstpay.itemid
  64. FROM U_Bmstpay left outer join u_accounts on
  65. U_Bmstpay.accountsid = u_accounts.accountsid
  66. left outer join cw_banktype on
  67. U_Bmstpay.banktypeid = cw_banktype.banktypeid
  68. inner join u_scdef on
  69. U_Bmstpay.scid = u_scdef.ScID
  70. left outer join u_itemdef on
  71. U_Bmstpay.itemid = u_itemdef.itemid
  72. WHERE ( U_Bmstpay.sptid = :arg_sptid ) AND
  73. ( U_Bmstpay.Paydate <= :arg_enddate ) and
  74. ( U_Bmstpay.scid= :arg_scid ) and
  75. ( U_Bmstpay.finishflag = 0 ) and
  76. ( U_Bmstpay.moneyid = :arg_moneyid ) and
  77. ( U_Bmstpay.Mstpayamt - U_Bmstpay.Payamt < 0 )
  78. " arguments=(("arg_scid", number),("arg_sptid", number),("arg_enddate", datetime),("arg_moneyid", number)) sort="paydate A billcode A " )
  79. text(band=header alignment="2" text="发生时间" border="0" color="0" x="631" y="8" height="56" width="329" html.valueishtml="0" name=paydate_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" )
  80. text(band=header alignment="2" text="经手人" border="0" color="0" x="4206" y="8" height="56" width="274" html.valueishtml="0" name=inrep_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" )
  81. text(band=header alignment="2" text="单据金额" border="0" color="0" x="969" y="8" height="56" width="370" html.valueishtml="0" name=oriamt_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" )
  82. text(band=header alignment="2" text="应付金额" border="0" color="0" x="1349" y="8" height="56" width="366" html.valueishtml="0" name=mstpayamt_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" )
  83. text(band=header alignment="2" text="已付金额" border="0" color="0" x="1723" y="8" height="56" width="357" html.valueishtml="0" name=payamt_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" )
  84. text(band=header alignment="2" text="摘要" border="0" color="0" x="3653" y="8" height="56" width="544" html.valueishtml="0" name=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" )
  85. text(band=header alignment="2" text="凭证号码" border="0" color="0" x="270" y="8" height="56" width="352" html.valueishtml="0" name=billcode_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" )
  86. text(band=header alignment="2" text="建立类型" border="0" color="0" x="5554" y="8" height="56" width="283" html.valueishtml="0" name=buildtype_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" )
  87. text(band=header alignment="2" text="建立时间" border="0" color="0" x="5847" y="8" height="56" width="480" html.valueishtml="0" name=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" )
  88. text(band=header alignment="2" text="项目" border="0" color="33554432" x="3273" y="8" height="56" width="370" html.valueishtml="0" name=u_itemdef_itemname_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" )
  89. text(band=header alignment="2" text="建立人" border="0" color="0" x="6336" y="8" height="56" width="229" html.valueishtml="0" name=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" )
  90. text(band=header alignment="2" text="结清" border="0" color="0" x="137" y="8" height="56" width="123" html.valueishtml="0" name=finishflag_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" )
  91. text(band=header alignment="2" text="结清日期" border="0" color="0" x="4489" y="8" height="56" width="320" html.valueishtml="0" name=finishdate_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" )
  92. text(band=header alignment="2" text="未付金额" border="0" color="0" x="2089" y="8" height="56" width="366" html.valueishtml="0" name=balcamt_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" )
  93. text(band=header alignment="2" text="结算方式" border="0" color="33554432" x="5166" y="8" height="56" width="379" html.valueishtml="0" name=cw_banktype_banktypename_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" )
  94. text(band=header alignment="2" text="预计付款日" border="0" color="33554432" x="4818" y="8" height="56" width="338" html.valueishtml="0" name=viewdate_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" )
  95. text(band=header alignment="2" text="帐号" border="0" color="33554432" x="2464" y="8" height="56" width="800" html.valueishtml="0" name=u_accounts_accountsname_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" )
  96. text(band=header alignment="2" text="选择" border="0" color="33554432" x="9" y="8" height="56" width="119" html.valueishtml="0" name=checkdata_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" )
  97. text(band=header alignment="2" text="分部" border="0" color="33554432" x="6574" y="8" height="56" width="453" html.valueishtml="0" name=u_scdef_scname_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" )
  98. text(band=header alignment="2" text="币种" border="0" color="33554432" x="7035" y="8" height="56" width="315" html.valueishtml="0" name=u_bmstpay_moneyid_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" )
  99. text(band=header alignment="2" text="相关号" border="0" color="33554432" x="7360" y="8" height="56" width="535" html.valueishtml="0" name=u_bmstpay_relcode_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" )
  100. text(band=header alignment="0" text="Balcamt" border="0" color="33554432" x="7904" y="4" height="76" width="2341" html.valueishtml="0" name=balcamt_1_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  101. column(band=detail id=19 alignment="2" tabsequence=32766 border="0" color="0" x="137" y="4" height="68" width="123" format="[general]" html.valueishtml="0" name=finishflag 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="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  102. column(band=detail id=1 alignment="2" tabsequence=10 border="0" color="0" x="9" y="4" height="68" width="119" format="[general]" html.valueishtml="0" protect="0~t finishflag " name=checkdata 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="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  103. column(band=detail id=14 alignment="2" tabsequence=32766 border="0" color="0" x="5554" y="4" height="68" width="283" format="[general]" html.valueishtml="0" name=buildtype tag="生成类型" visible="1" dddw.name=ddd_buildtype dddw.displaycolumn=buildtype_display dddw.datacolumn=buildtype dddw.percentwidth=100 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  104. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="0" x="5847" y="4" height="68" width="480" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=opdate tag="建立时间" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  105. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0" x="6336" y="4" height="68" width="229" format="[general]" html.valueishtml="0" name=opemp tag="建立操作员" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  106. column(band=detail id=20 alignment="2" tabsequence=32766 border="0" color="0" x="4489" y="4" height="68" width="320" format="yyyy-mm-dd" html.valueishtml="0" name=finishdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  107. column(band=detail id=21 alignment="2" tabsequence=32766 border="0" color="0" x="5166" y="4" height="68" width="379" format="[general]" html.valueishtml="0" name=cw_banktype_banktypename visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  108. column(band=detail id=18 alignment="2" tabsequence=32766 border="0" color="33554432" x="4818" y="4" height="68" width="338" format="yyyy-mm-dd" html.valueishtml="0" name=viewdate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.nilisnull=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="1073741824~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  109. column(band=detail id=12 alignment="0" tabsequence=20 border="0" color="0" x="270" y="4" height="68" width="352" format="[general]" html.valueishtml="0" name=billcode tag="凭证号码" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  110. column(band=detail id=5 alignment="2" tabsequence=30 border="0" color="0" x="631" y="4" height="68" width="329" format="yyyy-mm-dd" html.valueishtml="0" name=paydate tag="发生时间" visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  111. column(band=detail id=7 alignment="1" tabsequence=40 border="0" color="0" x="969" y="4" height="68" width="370" format="#,##0.00" html.valueishtml="0" name=oriamt tag="单据原始金额" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  112. column(band=detail id=8 alignment="1" tabsequence=50 border="0" color="0" x="1349" y="4" height="68" width="366" format="#,##0.00" html.valueishtml="0" name=mstpayamt tag="应付金额" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  113. column(band=detail id=9 alignment="1" tabsequence=60 border="0" color="0" x="1723" y="4" height="68" width="357" format="#,##0.00" html.valueishtml="0" name=payamt tag="已付金额" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  114. compute(band=detail alignment="1" expression=" mstpayamt - payamt "border="0" color="0" x="2089" y="4" height="68" width="366" format="#,##0.00" html.valueishtml="0" name=balcamt visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  115. column(band=detail id=23 alignment="0" tabsequence=70 border="0" color="0" x="2464" y="4" height="68" width="800" format="[general]" html.valueishtml="0" name=u_accounts_accountsname visible="1" height.autosize=yes edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  116. column(band=detail id=11 alignment="0" tabsequence=90 border="0" color="0" x="3653" y="4" height="68" width="544" format="[general]" html.valueishtml="0" name=dscrp tag="备注" visible="1" height.autosize=yes edit.limit=255 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  117. column(band=detail id=6 alignment="0" tabsequence=100 border="0" color="0" x="4206" y="4" height="68" width="274" format="[general]" html.valueishtml="0" name=inrep tag="经手人" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  118. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="6574" y="4" height="68" width="453" format="[general]" html.valueishtml="0" name=u_scdef_scname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( finishflag =1, rgb(255,255,200),rgb(255,255,255) )" )
  119. column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="0" x="7035" y="4" height="68" width="315" format="[general]" html.valueishtml="0" name=u_bmstpay_moneyid visible="1" dddw.name=ddd_currency dddw.displaycolumn=name dddw.datacolumn=moneyid dddw.percentwidth=0 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  120. column(band=detail id=26 alignment="0" tabsequence=110 border="0" color="0" x="7360" y="4" height="68" width="535" format="[general]" html.valueishtml="0" name=u_bmstpay_relcode 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="134" background.mode="1" background.color="536870912" )
  121. column(band=detail id=24 alignment="0" tabsequence=80 border="0" color="0" x="3273" y="4" height="68" width="370" format="[general]" html.valueishtml="0" name=u_itemdef_itemname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  122. column(band=detail id=10 alignment="0" tabsequence=120 border="0" color="0" x="7904" y="0" height="56" width="2341" format="[general]" html.valueishtml="0" name=balcamt_1 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="134" background.mode="1" background.color="536870912" )
  123. compute(band=footer alignment="2" expression="count(billcode for all)"border="0" color="16711680" x="270" y="4" height="56" width="352" format="[general]" 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" )
  124. compute(band=footer alignment="1" expression="sum(oriamt for all)"border="0" color="16711680" x="969" y="4" height="56" width="370" format="#,##0.00" 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" )
  125. compute(band=footer alignment="1" expression="sum(mstpayamt for all)"border="0" color="16711680" x="1349" y="4" height="56" width="366" format="#,##0.00" html.valueishtml="0" name=compute_3 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" )
  126. compute(band=footer alignment="1" expression="sum(payamt for all)"border="0" color="16711680" x="1723" y="4" height="56" width="357" format="#,##0.00" html.valueishtml="0" name=compute_4 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" )
  127. compute(band=footer alignment="1" expression="sum( mstpayamt - payamt for all)"border="0" color="16711680" x="2089" y="4" height="56" width="366" format="#,##0.00" html.valueishtml="0" name=compute_5 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" )
  128. column(band=detail id=27 alignment="0" tabsequence=130 border="0" color="0" x="10258" y="0" height="56" width="73" html.valueishtml="0" name=u_bmstpay_accountsid 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="134" background.mode="1" background.color="536870912" )
  129. text(band=header alignment="0" text="U Bmstpay Accountsid" border="0" color="33554432" x="10254" y="4" height="76" width="78" html.valueishtml="0" name=u_bmstpay_accountsid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  130. column(band=detail id=28 alignment="0" tabsequence=140 border="0" color="0" x="10345" y="0" height="56" width="73" html.valueishtml="0" name=u_bmstpay_itemid 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="134" background.mode="1" background.color="536870912" )
  131. text(band=header alignment="0" text="U Bmstpay Itemid" border="0" color="33554432" x="10341" y="4" height="76" width="78" html.valueishtml="0" name=u_bmstpay_itemid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  132. htmltable(border="1" )
  133. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  134. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  135. import.xml()
  136. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )