ds_msttake_index_autobill.srd 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. $PBExportHeader$ds_msttake_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 )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=68 color="536870912" )
  7. detail(height=72 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=u_bmsttake_scid dbname="u_Bmsttake.scid" )
  10. column=(type=long update=yes updatewhereclause=yes name=takeid dbname="u_Bmsttake.takeid" )
  11. column=(type=long update=yes updatewhereclause=yes name=cusid dbname="u_Bmsttake.cusid" )
  12. column=(type=datetime update=yes updatewhereclause=yes name=takedate dbname="u_Bmsttake.takedate" )
  13. column=(type=char(10) update=yes updatewhereclause=yes name=inrep dbname="u_Bmsttake.Inrep" )
  14. column=(type=decimal(2) update=yes updatewhereclause=yes name=oriamt dbname="u_Bmsttake.oriamt" )
  15. column=(type=decimal(2) update=yes updatewhereclause=yes name=msttakeamt dbname="u_Bmsttake.Msttakeamt" )
  16. column=(type=decimal(2) update=yes updatewhereclause=yes name=takeamt dbname="u_Bmsttake.takeamt" )
  17. column=(type=decimal(2) updatewhereclause=yes name=balcamt dbname="balcamt" )
  18. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_Bmsttake.Dscrp" )
  19. column=(type=char(30) update=yes updatewhereclause=yes name=billcode dbname="u_Bmsttake.Billcode" )
  20. column=(type=long updatewhereclause=yes name=u_bmsttake_banktypeid dbname="u_Bmsttake.banktypeid" )
  21. column=(type=long update=yes updatewhereclause=yes name=buildtype dbname="u_Bmsttake.Buildtype" )
  22. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_Bmsttake.Opdate" )
  23. column=(type=char(10) update=yes updatewhereclause=yes name=opemp dbname="u_Bmsttake.Opemp" )
  24. column=(type=long update=yes updatewhereclause=yes name=outwareid dbname="u_Bmsttake.outwareid" )
  25. column=(type=datetime update=yes updatewhereclause=yes name=viewdate dbname="u_Bmsttake.viewdate" )
  26. column=(type=long update=yes updatewhereclause=yes name=finishflag dbname="u_Bmsttake.finishflag" values=" 1/ 0" )
  27. column=(type=datetime update=yes updatewhereclause=yes name=finishdate dbname="u_Bmsttake.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_bmsttake_moneyid dbname="u_Bmsttake.moneyid" )
  33. column=(type=char(50) updatewhereclause=yes name=u_bmsttake_relcode dbname="u_Bmsttake.relcode" )
  34. column=(type=long updatewhereclause=yes name=u_bmsttake_accountsid dbname="u_Bmsttake.accountsid" )
  35. column=(type=long updatewhereclause=yes name=u_bmsttake_itemid dbname="u_Bmsttake.itemid" )
  36. retrieve=" SELECT 0 as checkdata,
  37. U_Bmsttake.scid,
  38. U_Bmsttake.takeid,
  39. U_Bmsttake.cusid,
  40. U_Bmsttake.takedate,
  41. U_Bmsttake.Inrep,
  42. U_Bmsttake.oriamt,
  43. U_Bmsttake.Msttakeamt,
  44. U_Bmsttake.takeamt,
  45. U_Bmsttake.Msttakeamt - U_Bmsttake.takeamt as balcamt,
  46. U_Bmsttake.Dscrp,
  47. U_Bmsttake.Billcode,
  48. U_Bmsttake.banktypeid,
  49. U_Bmsttake.Buildtype,
  50. U_Bmsttake.Opdate,
  51. U_Bmsttake.Opemp,
  52. U_Bmsttake.outwareid,
  53. U_Bmsttake.viewdate,
  54. U_Bmsttake.finishflag,
  55. U_Bmsttake.finishdate,
  56. cw_banktype.banktypename,
  57. u_scdef.scname,
  58. u_accounts.accountsname,
  59. u_itemdef.itemname,
  60. U_Bmsttake.moneyid,
  61. U_Bmsttake.relcode,
  62. U_Bmsttake.accountsid,
  63. U_Bmsttake.itemid
  64. FROM U_Bmsttake left outer join u_accounts on
  65. U_Bmsttake.accountsid = u_accounts.accountsid
  66. left outer join u_itemdef on
  67. U_Bmsttake.itemid = u_itemdef.itemid
  68. left outer join cw_banktype on
  69. U_Bmsttake.banktypeid = cw_banktype.banktypeid
  70. inner join u_scdef on
  71. U_Bmsttake.scid = u_scdef.ScID
  72. WHERE ( U_Bmsttake.cusid = :arg_cusid ) AND
  73. ( U_Bmsttake.takedate <= :arg_enddate ) and
  74. ( U_Bmsttake.scid = :arg_scid ) and
  75. ( U_Bmsttake.finishflag = 0 ) and
  76. ( u_bmsttake.moneyid=:arg_moneyid ) and
  77. ( U_Bmsttake.Msttakeamt - U_Bmsttake.takeamt < 0)
  78. " arguments=(("arg_scid", number),("arg_cusid", number),("arg_enddate", datetime),("arg_moneyid", number)) sort="takedate A billcode A " )
  79. text(band=header alignment="2" text="发生时间" border="0" color="0" x="645" y="8" height="56" width="325" html.valueishtml="0" name=takedate_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="4567" y="8" height="56" width="238" 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="1883" y="8" height="56" width="384" 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="2277" y="8" height="56" width="411" html.valueishtml="0" name=msttakeamt_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="2697" y="8" height="56" width="434" html.valueishtml="0" name=takeamt_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="978" y="8" height="56" width="585" 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="279" y="8" height="56" width="357" 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="6071" y="8" height="56" width="311" 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="6391" y="8" height="56" width="471" 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="0" x="6871" y="8" height="56" width="197" 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" )
  89. text(band=header alignment="2" text="预计收款日期" border="0" color="0" x="3863" y="8" height="56" width="357" html.valueishtml="0" name=viewdate_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="142" y="8" height="56" width="128" 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="3552" y="8" height="56" width="302" 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="3141" y="8" height="56" width="402" 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="4229" y="8" height="56" width="329" html.valueishtml="0" name=cw_banktype_banktypename_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" )
  94. text(band=header alignment="2" text="帐号" border="0" color="33554432" x="4814" y="8" height="56" width="690" 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" )
  95. text(band=header alignment="2" text="选择" border="0" color="33554432" x="9" y="8" height="56" width="123" 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" )
  96. text(band=header alignment="2" text="项目" border="0" color="33554432" x="5513" y="8" height="56" width="549" 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" )
  97. text(band=header alignment="2" text="币种" border="0" color="33554432" x="1573" y="8" height="56" width="302" html.valueishtml="0" name=u_bmsttake_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" )
  98. text(band=header alignment="2" text="分部" border="0" color="33554432" x="7077" y="8" height="56" width="407" 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" )
  99. text(band=header alignment="2" text="相关号" border="0" color="33554432" x="7493" y="8" height="56" width="352" html.valueishtml="0" name=u_bmsttake_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="7854" 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. text(band=header alignment="0" text="U Bmsttake Accountsid" border="0" color="33554432" x="10203" y="4" height="76" width="73" html.valueishtml="0" name=u_bmsttake_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" )
  102. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="0" x="279" y="4" height="68" width="357" 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) )" )
  103. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="0" x="645" y="4" height="68" width="325" format="yyyy-mm-dd" html.valueishtml="0" name=takedate 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) )" )
  104. column(band=detail id=7 alignment="1" tabsequence=32766 border="0" color="0" x="1883" y="4" height="68" width="384" 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) )" )
  105. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="0" x="978" y="4" height="68" width="585" 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.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=8 alignment="1" tabsequence=32766 border="0" color="0" x="2277" y="4" height="68" width="411" format="#,##0.00" html.valueishtml="0" name=msttakeamt 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) )" )
  107. column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="0" x="2697" y="4" height="68" width="434" format="#,##0.00" html.valueishtml="0" name=takeamt 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) )" )
  108. compute(band=detail alignment="1" expression=" msttakeamt - takeamt "border="0" color="0" x="3141" y="4" height="68" width="402" 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) )" )
  109. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0" x="4567" y="4" height="68" width="238" 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) )" )
  110. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="0" x="3863" y="4" height="68" width="357" format="yyyy-mm-dd" html.valueishtml="0" name=viewdate 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) )" )
  111. column(band=detail id=14 alignment="2" tabsequence=32766 border="0" color="0" x="6071" y="4" height="68" width="311" 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) )" )
  112. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="0" x="6391" y="4" height="68" width="471" 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) )" )
  113. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0" x="6871" y="4" height="68" width="197" 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) )" )
  114. column(band=detail id=19 alignment="2" tabsequence=32766 border="0" color="0" x="142" y="4" height="68" width="128" 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) )" )
  115. column(band=detail id=20 alignment="2" tabsequence=32766 border="0" color="0" x="3552" y="4" height="68" width="302" 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) )" )
  116. column(band=detail id=21 alignment="2" tabsequence=32766 border="0" color="0" x="4229" y="4" height="68" width="329" format="[general]" html.valueishtml="0" name=cw_banktype_banktypename visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.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) )" )
  117. column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="0" x="4814" y="4" height="68" width="690" format="[general]" html.valueishtml="0" name=u_accounts_accountsname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.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) )" )
  118. column(band=detail id=1 alignment="2" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="123" 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) )" )
  119. column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="0" x="5513" y="4" height="68" width="549" format="[general]" html.valueishtml="0" name=u_itemdef_itemname 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) )" )
  120. column(band=detail id=25 alignment="2" tabsequence=32766 border="0" color="0" x="1573" y="4" height="68" width="302" format="[general]" html.valueishtml="0" name=u_bmsttake_moneyid visible="1" dddw.name=ddd_currency dddw.displaycolumn=name dddw.datacolumn=moneyid dddw.percentwidth=0 dddw.lines=1 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) )" )
  121. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="7077" y="4" height="68" width="407" format="[general]" html.valueishtml="0" name=u_scdef_scname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.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) )" )
  122. column(band=detail id=26 alignment="0" tabsequence=32766 border="0" color="0" x="7493" y="4" height="68" width="352" format="[general]" html.valueishtml="0" name=u_bmsttake_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" )
  123. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="7854" 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" )
  124. column(band=detail id=27 alignment="0" tabsequence=32766 border="0" color="0" x="10203" y="0" height="56" width="73" format="[general]" html.valueishtml="0" name=u_bmsttake_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" )
  125. compute(band=footer alignment="1" expression="sum(oriamt for all)"border="0" color="16711680" x="1883" y="4" height="56" width="384" format="#,##0.00" 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" )
  126. compute(band=footer alignment="1" expression="sum(msttakeamt for all)"border="0" color="16711680" x="2277" y="4" height="56" width="411" 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" )
  127. compute(band=footer alignment="1" expression="sum(takeamt for all)"border="0" color="16711680" x="2697" y="4" height="56" width="434" 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" )
  128. compute(band=footer alignment="1" expression="sum( msttakeamt - takeamt for all)"border="0" color="16711680" x="3141" y="4" height="56" width="402" 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" )
  129. compute(band=footer alignment="2" expression="count(billcode for all)"border="0" color="16711680" x="279" y="4" height="56" width="357" format="[general]" 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" )
  130. column(band=detail id=28 alignment="0" tabsequence=0 border="0" color="0" x="10290" y="0" height="56" width="73" html.valueishtml="0" name=u_bmsttake_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 Bmsttake Itemid" border="0" color="33554432" x="10286" y="4" height="76" width="78" html.valueishtml="0" name=u_bmsttake_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" )