发布时间:2024-11-18
特价活动:>>>> 用友U8、T6、T+、T3软件产品4折优惠,畅捷通T+cloud、好会计、易代账、好业财、好生意云产品8折优惠。
初始化时将”未审核的凭证允许记账”已打钩,数据库里的记录也是对的,但在记账时,出现”有未审核凭证,不能汇总记账凭证”,点”确定”后出现”无可记账凭证。是升级过程中没有执行关于“未审核也可以记帐”的相关语句。
重新执行如下语句: ALTER Proc GL_P_JZA(@iPer tinyint = 11, @ccash tinyint =1, @tcond varchar(5000)= ”) AS SET NOCOUNT On declare @ss varchar(8000) –ll Tong2005B declare @Checkflag varchar(20) set @Checkflag = (SELECT cvalue FROM AccInformation WHERE cSysID=’GL’ AND cName=’bNotCheckJz’) —————————— Delete From GL_mpostcond1 if @ccash=0 begin –ll Tong2005B if @Checkflag = ‘False’ set @ss=’SELECT iperiod,isignseq,ino_id From gl_accvouch where ibook=0 and iperiod= ‘+convert(char,@iPer,0) +(case when @tcond=” then ” else ‘ and (‘ + @tcond + ‘)’ end)+’ and (not (ccheck is null) and iflag is null or ccheck is null and iflag=1) GROUP BY iperiod,isignseq,ino_id’ else set @ss=’SELECT iperiod,isignseq,ino_id From gl_accvouch where ibook=0 and iperiod= ‘+convert(char,@iPer,0) +(case when @tcond=” then ” else ‘ and (‘ + @tcond + ‘)’ end)+’ and (iflag is null or ccheck is null and iflag=1) GROUP BY iperiod,isignseq,ino_id’ —————————– Insert GL_mpostcond1 exec (@ss) End Else begin if not object_id(‘tempdb..GL_jztmp’) is null drop table tempdb..GL_jztmp –ll Tong2005B if @Checkflag = ‘False’ set @ss=’SELECT isignseq,ino_id,1 as zt into tempdb..GL_jztmp FROM gl_accvouch inner join code ON gl_accvouch.ccode = code.ccode where ibook=0 and iperiod= ‘+convert(char,@iPer,0)+(case when @tcond=” then ” else ‘ and (‘ + @tcond + ‘)’ end) +’ and ((code.bbank ^ code.bcash) =1) and ((not (ccheck is null)) and (ccashier is null)) GROUP BY isignseq,ino_id Union SELECT isignseq,ino_id,0 as zt From gl_accvouch where ibook=0 and iperiod= ‘+convert(char,@iPer,0) +(case when @tcond=” then ” else ‘ and (‘ + @tcond + ‘)’ end)+’ and (not (ccheck is null) and iflag is null or ccheck is null and iflag=1) GROUP BY isignseq,ino_id’ else set @ss=’SELECT isignseq,ino_id,1 as zt into tempdb..GL_jztmp FROM gl_accvouch inner join code ON gl_accvouch.ccode = code.ccode where ibook=0 and iperiod= ‘+convert(char,@iPer,0)+(case when @tcond=” then ” else ‘ and (‘ + @tcond + ‘)’ end) +’ and ((code.bbank ^ code.bcash) =1) and (ccashier is null) GROUP BY isignseq,ino_id Union SELECT isignseq,ino_id,0 as zt From gl_accvouch where ibook=0 and iperiod= ‘+convert(char,@iPer,0) +(case when @tcond=” then ” else ‘ and (‘ + @tcond + ‘)’ end)+’ and (iflag is null or ccheck is null and iflag=1) GROUP BY isignseq,ino_id’ —————————— exec (@ss) SELECT isignseq,ino_id,sum(zt) as zt1 into #gl_bookB from tempdb..GL_jztmp group by isignseq,ino_id set @ss=’select ‘+convert(char,@iPer,0)+’ as iperiod,isignseq,ino_id from #gl_bookB Where zt1 = 0 ‘+(case when @tcond=” then ” else ‘ and (‘ + @tcond + ‘)’ end) insert GL_mpostcond1 exec (@ss) End。
客服电话:400-665-0028
关键字:用友财务软件,畅捷通软件,财务软件,进销存软件,U9官网,用友U8,用友T1,用友T+,用友T3,用友T6,畅捷通好会计,好生意,智+好业财,用友培训服务售后公司,畅捷通运营培训服务公司
版权所有:用友畅捷通软件 Copyright © 2025 All rights reserved.