dw_rp_qty_hz.srd 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. $PBExportHeader$dw_rp_qty_hz.srd
  2. $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
  3. release 9;
  4. datawindow ( units=0 timer_interval=60000 color=16777215 processing=1 print.documentname="" print.orientation=1 print.margin.left=110 print.margin.right=110 print.margin.top=96 print.margin.bottom=96 print.paper.size=9 print.paper.source=0 grid.lines=0 selected.mouse=yes)
  5. header(height=324 color="536870912" )
  6. summary(height=64 color="536870912" )
  7. footer(height=0 color="536870912" )
  8. detail(height=88 color="553648127" height.autosize=yes)
  9. table(column=(type=char(255) updatewhereclause=yes name=cw_subject_displaycode dbname="cw_subject.displaycode" )
  10. column=(type=char(10) updatewhereclause=yes name=cw_subject_unit dbname="cw_subject.unit" )
  11. column=(type=long updatewhereclause=yes name=yearmon dbname="cw_Balance.YearMon" )
  12. column=(type=decimal(4) updatewhereclause=yes name=bamt dbname="cw_Balance.BAmt" )
  13. column=(type=decimal(2) updatewhereclause=yes name=bamt_1 dbname="bamt" )
  14. column=(type=decimal(4) updatewhereclause=yes name=damt dbname="cw_Balance.DAmt" )
  15. column=(type=decimal(4) updatewhereclause=yes name=camt dbname="cw_Balance.CAmt" )
  16. column=(type=decimal(2) updatewhereclause=yes name=debit dbname="cw_Balance.Debit" )
  17. column=(type=decimal(2) updatewhereclause=yes name=credit dbname="cw_Balance.Credit" )
  18. column=(type=decimal(4) updatewhereclause=yes name=ydamt dbname="cw_Balance.YDAmt" )
  19. column=(type=decimal(4) updatewhereclause=yes name=ycamt dbname="cw_Balance.YCAmt" )
  20. column=(type=decimal(2) updatewhereclause=yes name=ydebit dbname="cw_Balance.YDebit" )
  21. column=(type=decimal(2) updatewhereclause=yes name=ycredit dbname="cw_Balance.YCredit" )
  22. retrieve=" SELECT cw_subject.displaycode,
  23. cw_subject.unit,
  24. cw_Balance.YearMon,
  25. case cw_Balance.BAmt when 0 then null else cw_Balance.BAmt end as BAmt,
  26. case cw_Balance.BDebit - cw_Balance.BCredit when 0 then null else cw_Balance.BDebit - cw_Balance.BCredit end as bamt,
  27. case cw_Balance.DAmt when 0 then null else cw_Balance.DAmt end as DAmt,
  28. case cw_Balance.CAmt when 0 then null else cw_Balance.CAmt end as CAmt,
  29. case cw_Balance.Debit when 0 then null else cw_Balance.Debit end as Debit,
  30. case cw_Balance.Credit when 0 then null else cw_Balance.Credit end as Credit,
  31. case cw_Balance.YDAmt when 0 then null else cw_Balance.YDAmt end as YDAmt,
  32. case cw_Balance.YCAmt when 0 then null else cw_Balance.YCAmt end as YCAmt,
  33. case cw_Balance.YDebit when 0 then null else cw_Balance.YDebit end as YDebit,
  34. case cw_Balance.YCredit when 0 then null else cw_Balance.YCredit end as YCredit
  35. FROM cw_Balance,cw_subject
  36. WHERE ( cw_Balance.accsetid = :arg_accsetid ) AND
  37. ( cw_Balance.subaccsetid = :arg_subaccsetid ) AND
  38. ( cw_Balance.SubID >= :arg_firstsubid ) AND
  39. ( cw_Balance.SubID <= :arg_endsubid ) AND
  40. ( cw_Balance.YearMon >= :arg_firstmon ) AND
  41. ( cw_Balance.YearMon <= :arg_endmon ) and
  42. ( cw_Balance.subid = cw_subject.subid ) and
  43. ( cw_Balance.accsetid = cw_subject.accsetid ) and
  44. ( cw_subject.hsqty = 1 ) and
  45. ( :arg_months = :arg_months )
  46. "
  47. arguments=(("arg_accsetid", number), ("arg_subaccsetid", number), ("arg_firstsubid", string), ("arg_endsubid", string), ("arg_firstmon", number), ("arg_endmon", number), ("arg_months", number))
  48. )
  49. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="1" border="2" x="864" y="208" height="116" width="183" text="" )
  50. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="1" border="2" x="1056" y="208" height="56" width="288" text="期初" )
  51. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="1353" y="208" height="56" width="320" text="结存" )
  52. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="1" border="2" x="1682" y="208" height="56" width="261" text="本期" )
  53. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="1952" y="208" height="56" width="315" text="收入" )
  54. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="1" border="2" x="2277" y="208" height="56" width="279" text="本期" )
  55. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="2565" y="208" height="56" width="315" text="发出" )
  56. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="1" border="2" x="2889" y="208" height="56" width="270" text="本年累" )
  57. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="3168" y="208" height="56" width="338" text="计收入" )
  58. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="1" border="2" x="3515" y="208" height="56" width="279" text="本年累" )
  59. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="3803" y="208" height="56" width="325" text="计发出" )
  60. text(name=bamt_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="1056" y="268" height="56" width="288" text="数量" )
  61. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="1353" y="268" height="56" width="320" text="金额" )
  62. text(name=damt_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="1682" y="268" height="56" width="261" text="数量" )
  63. text(name=debit_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="1952" y="268" height="56" width="315" text="金额" )
  64. text(name=camt_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="2277" y="268" height="56" width="279" text="数量" )
  65. text(name=credit_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="2565" y="268" height="56" width="315" text="金额" )
  66. text(name=ydamt_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="2889" y="268" height="56" width="270" text="数量" )
  67. text(name=ydebit_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="3168" y="268" height="56" width="338" text="金额" )
  68. text(name=ycamt_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="3515" y="268" height="56" width="279" text="数量" )
  69. text(name=ycredit_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="3803" y="268" height="56" width="325" text="金额" )
  70. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="15793151" color="0" alignment="1" border="2" x="4137" y="208" height="56" width="279" text="" )
  71. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="15793151" color="0" alignment="1" border="2" x="4425" y="208" height="56" width="178" text="期末" )
  72. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="15793151" color="0" alignment="0" border="2" x="4613" y="208" height="56" width="315" text="结存" )
  73. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="15793151" color="0" alignment="2" border="2" x="4137" y="268" height="56" width="279" text="数量" )
  74. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="15793151" color="0" alignment="2" border="2" x="4425" y="268" height="56" width="178" text="单价" )
  75. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="15793151" color="0" alignment="2" border="2" x="4613" y="268" height="56" width="315" text="金额" )
  76. text(name=cw_subject_displaycode_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="9" y="240" height="56" width="690" text="会计科目" )
  77. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="709" y="208" height="116" width="146" text="" )
  78. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="2" x="9" y="208" height="116" width="690" text="" )
  79. text(name=yearmon_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="864" y="240" height="56" width="183" text="期间" )
  80. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="709" y="240" height="56" width="146" text="单位" )
  81. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="1682" y="4" height="56" width="261" format="#,##0.00##" expression="sum(damt for all)" alignment="1" border="0" crosstab.repeat=no )
  82. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="1952" y="4" height="56" width="315" format="#,##0.00" expression="sum(debit for all)" alignment="1" border="0" crosstab.repeat=no )
  83. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="2277" y="4" height="56" width="279" format="#,##0.00##" expression="sum(camt for all)" alignment="1" border="0" crosstab.repeat=no )
  84. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="2565" y="4" height="56" width="315" format="#,##0.00" expression="sum(credit for all)" alignment="1" border="0" crosstab.repeat=no )
  85. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" x="9" y="4" height="56" width="690" format="[general]" expression="count(cw_subject_displaycode for all)" alignment="2" border="0" crosstab.repeat=no )
  86. text(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="864" y="4" height="56" width="183" text="合计" )
  87. compute(visible="1 arg_months" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="1056" y="4" height="56" width="288" format="#,##0.00##" expression="sum(bamt for all)" alignment="1" border="0" crosstab.repeat=no )
  88. compute(visible="1 arg_months" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="1353" y="4" height="56" width="320" format="#,##0.00" expression="sum(bamt_1 for all)" alignment="1" border="0" crosstab.repeat=no )
  89. compute(visible="1 arg_months" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="2889" y="4" height="56" width="270" format="#,##0.00##" expression="sum(ydamt for all)" alignment="1" border="0" crosstab.repeat=no )
  90. compute(visible="1 arg_months" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="3168" y="4" height="56" width="338" format="#,##0.00" expression="sum(ydebit for all)" alignment="1" border="0" crosstab.repeat=no )
  91. compute(visible="1 arg_months" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="3515" y="4" height="56" width="279" format="#,##0.00##" expression="sum(ycamt for all)" alignment="1" border="0" crosstab.repeat=no )
  92. compute(visible="1 arg_months" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="3803" y="4" height="56" width="325" format="#,##0.00" expression="sum(ycredit for all)" alignment="1" border="0" crosstab.repeat=no )
  93. compute(visible="1 arg_months" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="4137" y="4" height="56" width="279" format="#,##0.00##" expression="sum(if(isnull(bamt),0,bamt) + if(isnull(damt),0,damt) - if(isnull(camt),0,camt) for all)" alignment="1" border="0" crosstab.repeat=no )
  94. compute(visible="1 arg_months" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="4613" y="4" height="56" width="315" format="#,##0.00" expression="sum(if(isnull(debit),0,debit)+ if(isnull(bamt_1),0,bamt_1) - if(isnull(credit),0,credit) for all)" alignment="1" border="0" crosstab.repeat=no )
  95. column(name=yearmon tag="月份" band=detail id=3 x="864" y="8" height="76" width="183" color="0" border="0" alignment="2" format="[general]" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  96. column(name=cw_subject_displaycode band=detail id=1 x="9" y="8" height="76" width="690" color="0" border="0" alignment="0" format="[general]" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  97. compute(name=obj_30819484 band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="15793151" color="0" x="4425" y="8" height="76" width="178" format="#,##0.00" expression="if( balcqty =0,0,round( balcamt / balcqty ,2))" alignment="1" border="0" crosstab.repeat=no )
  98. column(name=damt tag="本期发生借方数量" band=detail id=6 x="1682" y="8" height="76" width="261" color="0" border="0" alignment="1" format="#,##0.00##" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  99. column(name=debit tag="本期发生借方金额" band=detail id=8 x="1952" y="8" height="76" width="315" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  100. column(name=camt tag="本期发生贷方数量" band=detail id=7 x="2277" y="8" height="76" width="279" color="0" border="0" alignment="1" format="#,##0.00##" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  101. column(name=credit tag="本期发生贷方金额" band=detail id=9 x="2565" y="8" height="76" width="315" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  102. column(name=cw_subject_unit band=detail id=2 x="709" y="8" height="76" width="146" color="0" border="0" alignment="2" format="[general]" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  103. column(name=bamt tag="期初数量" band=detail id=4 x="1056" y="8" height="76" width="288" color="0" border="0" alignment="1" format="#,##0.00##" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  104. column(name=bamt_1 band=detail id=5 x="1353" y="8" height="76" width="320" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  105. column(name=ydamt tag="本年累计发生数量借方" band=detail id=10 x="2889" y="8" height="76" width="270" color="0" border="0" alignment="1" format="#,##0.00##" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  106. column(name=ydebit tag="本年累计发生借方" band=detail id=12 x="3168" y="8" height="76" width="338" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  107. column(name=ycamt tag="本年累计发生数量贷方" band=detail id=11 x="3515" y="8" height="76" width="279" color="0" border="0" alignment="1" format="#,##0.00##" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  108. column(name=ycredit tag="本年累计发生贷方" band=detail id=13 x="3803" y="8" height="76" width="325" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  109. compute(name=balcqty band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="15793151" color="0" x="4137" y="8" height="76" width="279" format="#,##0.00##" expression="if(isnull(bamt),0,bamt) + if(isnull(damt),0,damt) - if(isnull(camt),0,camt) " alignment="1" border="0" crosstab.repeat=no )
  110. compute(name=balcamt band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="15793151" color="0" x="4613" y="8" height="76" width="315" format="#,##0.00" expression="if(isnull(debit),0,debit)+ if(isnull(bamt_1),0,bamt_1) - if(isnull(credit),0,credit)" alignment="1" border="0" crosstab.repeat=no )
  111. text(name=bar band=foreground font.charset="0" font.face="Arial" font.family="2" font.height="-12" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="0" y="0" height="204" width="4969" text="" )
  112. text(name=title band=foreground font.charset="134" font.face="黑体" font.family="0" font.height="-18" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="14" y="8" height="108" width="2697" text="数量金额总帐" )
  113. compute(band=foreground font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="14" y="132" height="56" width="1353" format="[general]" expression="~"单位名称:~"+f_rst_Cropname()" alignment="0" border="0" crosstab.repeat=no )
  114. text(name=month band=foreground font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="1381" y="132" height="56" width="955" text="" )
  115. compute(band=foreground font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="2350" y="132" height="56" width="1728" format="[general]" expression="'打印时间: '+string(today(),'yyyy-mm-dd hh:mm:ss')+ ' 第 ' + string(page()) + ' 页/ 共 '+string(pageCount())+' 页'" alignment="1" border="0" crosstab.repeat=no )
  116. htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
  117. htmlgen()
  118. export.xml(metadatatype=0 savemetadata=0 )
  119. import.xml()
  120. export.pdf(method=0 )