百科问答

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

T+13.0科目期初余额表科目1511的三级科目输入35000,余额表却显示70000,一级客户中也可以填写金额

发布时间:2024-11-18 

特价活动:>>>> 用友U8、T6、T+、T3软件产品4折优惠,畅捷通T+cloud、好会计、好业财、好生意云产品8折优惠,另有话费赠送。

 

问题描述:

登入时间改成2017年登入,科目期初余额表中,1511科目有二级三级科目,但是一级里面可以填数字(图片在附件中),如果三级中填写35000元,余额表中这个科目显示金额是70000,导致资产负债不平衡出错,请帮忙把一级里面的数字去掉,再检查一下客户的数据库是不是有问题


问题回复:

请把所有数据备份好,然后点击邮件发送中的压缩包中的isqlw.exe,选择对应的账套,执行以下语句: 

delete from GL_AccountPeriodBegin where code = '1511' and accountingyear=2017 update AA_Account set isendnode=0 where code ='1511' and accountingyear in( 2020,2019,2018) go truncate table AA_ParentAccount insert into AA_ParentAccount (idParent,idSon,Depth,isEndNode) select p.id as idParent,s.id as idSon,p.depth-1 as Depth,p.IsEndNode as isEndNode from AA_Account p left join AA_Account s on s.code like p.code+'%' and s.isEndNode =1 and s.accountingyear=p.accountingyear GO 

请期初余额和科目余额表中进行对应,查看哪个科目对不起来,在科目期初余额中,重新录入。

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

截屏,微信识别二维码

客服QQ:5151867

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