百科问答

百科问答 国内资讯 公司资讯 政策法规 培训资料 产品下载

用友通T3‘未审核的凭证允许记账’不起做用

发布时间: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。





X畅捷通软件.用友软件.企业云服务

截屏,微信识别二维码

客服QQ:5151867

(点击QQ号复制,添加好友)