123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- $PBExportHeader$dw_initbalance_qty.srd
- $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
- release 9;
- datawindow ( units=0 timer_interval=0 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)
- header(height=128 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=char(60) updatewhereclause=yes name=cw_subject_name dbname="cw_subject.name" )
- column=(type=char(18) updatewhereclause=yes name=cw_subject_subid dbname="cw_subject.subid" )
- column=(type=long updatewhereclause=yes name=cw_subject_dcflag dbname="cw_subject.dcflag" )
- column=(type=decimal(4) updatewhereclause=yes name=cw_initbalance_damount dbname="DAmount" )
- column=(type=decimal(2) updatewhereclause=yes name=cw_initbalance_debit dbname="Debit" )
- column=(type=decimal(4) updatewhereclause=yes name=cw_initbalance_camount dbname="CAmount" )
- column=(type=decimal(2) updatewhereclause=yes name=cw_initbalance_credit dbname="Credit" )
- column=(type=decimal(4) updatewhereclause=yes name=cw_initbalance_bamount dbname="BAmount" )
- column=(type=decimal(2) updatewhereclause=yes name=cw_initbalance_balance dbname="Balance" )
- retrieve=" SELECT cw_subject.name,
- cw_subject.subid,
- cw_subject.dcflag,
- isnull(cw_InitBalance.DAmount,0) as DAmount,
- isnull(cw_InitBalance.Debit,0) as Debit,
- isnull(cw_InitBalance.CAmount,0) as CAmount,
- isnull(cw_InitBalance.Credit,0) as Credit,
- isnull(cw_InitBalance.BAmount,0) as BAmount,
- isnull(cw_InitBalance.Balance,0) as Balance
- FROM cw_InitBalance,
- cw_subject
- WHERE ( cw_InitBalance.accsetid =* cw_subject.accsetid) and
- ( cw_subject.subid *= cw_InitBalance.subid) and
- ( ( cw_subject.accsetid = :arg_accsetid ) AND
- ( cw_subject.detailflag = 1 ) AND
- ( cw_subject.hsqty = 1 ) )
- "
- arguments=(("arg_accsetid", number))
- sort="cw_subject_subid A"
- )
- 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="80269524" color="0" alignment="0" border="0" x="9" y="8" height="116" width="352" text="" )
- 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="80269524" color="0" alignment="0" border="0" x="370" y="8" height="116" width="512" text="" )
- 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="80269524" color="0" alignment="1" border="0" x="1737" y="8" height="56" width="352" text="本年累" )
- 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="80269524" color="0" alignment="0" border="0" x="2098" y="8" height="56" width="453" text="计收入" )
- 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="80269524" color="0" alignment="1" border="0" x="2560" y="8" height="56" width="370" text="本年累" )
- 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="80269524" color="0" alignment="0" border="0" x="2939" y="8" height="56" width="462" text="计发出" )
- 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="80269524" color="0" alignment="1" border="0" x="3410" y="8" height="56" width="393" text="期初" )
- 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="80269524" color="0" alignment="0" border="0" x="3813" y="8" height="56" width="448" text="结存" )
- 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="80269524" color="0" alignment="1" border="0" x="891" y="8" height="56" width="384" text="年初" )
- 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="80269524" color="0" alignment="0" border="0" x="1285" y="8" height="56" width="443" text="结存" )
- text(name=cw_initbalance_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="80269524" color="0" alignment="2" border="0" x="2098" y="68" height="56" width="453" text="借方金额" )
- text(name=cw_initbalance_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="80269524" color="0" alignment="2" border="0" x="2939" y="68" height="56" width="462" text="贷方金额" )
- text(name=cw_initbalance_balance_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="80269524" color="0" alignment="2" border="0" x="3813" y="68" height="56" width="448" text="余额" )
- 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="80269524" color="0" alignment="2" border="0" x="891" y="68" height="56" width="384" text="数量" )
- 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="80269524" color="0" alignment="2" border="0" x="1285" y="68" height="56" width="443" text="金额" )
- text(name=cw_subject_name_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="80269524" color="0" alignment="2" border="0" x="370" y="36" height="56" width="512" text="科目名称" )
- text(name=cw_subject_subid_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="80269524" color="0" alignment="2" border="0" x="9" y="36" height="56" width="352" text="科目代码" )
- text(name=cw_initbalance_bamount_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="80269524" color="16711680" alignment="2" border="0" x="3410" y="68" height="56" width="393" text="数量" )
- text(name=cw_initbalance_damount_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="80269524" color="16711680" alignment="2" border="0" x="1737" y="68" height="56" width="352" text="借方数量" )
- text(name=cw_initbalance_camount_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="80269524" color="16711680" alignment="2" border="0" x="2560" y="68" height="56" width="370" text="贷方数量" )
- column(name=cw_subject_subid tag="科目代码" band=detail id=2 x="9" y="4" height="68" width="352" color="0" border="0" alignment="0" 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=18 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 )
- column(name=cw_subject_name tag="科目名称" band=detail id=1 x="370" y="4" height="68" width="512" color="0" border="0" alignment="0" 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=32 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 )
- column(name=cw_initbalance_debit tag="借方金额" band=detail id=5 x="2098" y="4" height="68" width="453" color="0" border="0" alignment="1" format="#,###.##" 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="2" background.color="15793151" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_initbalance_credit tag="贷方金额" band=detail id=7 x="2939" y="4" height="68" width="462" color="0" border="0" alignment="1" format="#,###.##" 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="2" background.color="15793151" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_initbalance_balance tag="期初余额" band=detail id=9 x="3813" y="4" height="68" width="448" color="0" border="0" alignment="1" format="#,###.##" 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="2" background.color="15793151" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
- compute(name=yqtybalance 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="891" y="4" height="68" width="384" format="#,###.####" expression="if( cw_subject_dcflag =1 ,if(isnull(cw_initbalance_bamount ),0,cw_initbalance_bamount ) + if(isnull(cw_initbalance_camount),0,cw_initbalance_camount) - if(isnull(cw_initbalance_damount ),0,cw_initbalance_damount ) ,if(isnull(cw_initbalance_bamount ),0,cw_initbalance_bamount ) - if(isnull(cw_initbalance_camount),0,cw_initbalance_camount) + if(isnull(cw_initbalance_damount ),0,cw_initbalance_damount ))" alignment="1" border="0" crosstab.repeat=no )
- compute(name=ybalance 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="1285" y="4" height="68" width="443" format="#,###.##" expression=" if( cw_subject_dcflag =1 ,if(isnull(cw_initbalance_balance),0,cw_initbalance_balance) + if(isnull(cw_initbalance_credit),0,cw_initbalance_credit) - if(isnull(cw_initbalance_debit),0,cw_initbalance_debit) ,if(isnull(cw_initbalance_balance),0,cw_initbalance_balance) - if(isnull(cw_initbalance_credit),0,cw_initbalance_credit) + if(isnull(cw_initbalance_debit),0,cw_initbalance_debit))" alignment="1" border="0" crosstab.repeat=no )
- column(name=cw_initbalance_bamount tag="期初数量" band=detail id=8 x="3410" y="4" height="68" width="393" color="16711680" border="0" alignment="1" format="#,###.####" edit.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 )
- column(name=cw_initbalance_damount tag="借方数量" band=detail id=4 x="1737" y="4" height="68" width="352" color="16711680" border="0" alignment="1" format="#,###.####" edit.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="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_initbalance_camount tag="贷方数量" band=detail id=6 x="2560" y="4" height="68" width="370" color="16711680" border="0" alignment="1" format="#,###.####" edit.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 )
- htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
- htmlgen()
- export.xml(metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 )
|