kis金蝶软件

在使用计提折旧时报错:使用null无效5(5H)source:KIS EBSFADepr Deprdpdate calclateDepr这个如何解决??

计提折旧错误提示:"Entry 1# Itemclass=002,高级:5(5H),KIS EBSFADepr Deprdpdate calclateDepr"
原因是一张卡片的使用部门与折旧费用科目对应的核算部门不一致,重新反初始化修改卡片,就可以计提折旧了。

但是,费用的部门信息就是显示不出来,在软件里显示为...,时而显示为部门代码。修改后仍然如此,也就是说,卡片修改不起作用!解决方法:首先查看t_fabalexpense 和t_faexpense 表。select a.*,b.fname,c.fname,d.fassetnumber,d.fassetname from t_fabalexpense a left join t_account b on a.facctid=b.faccountid
left join t_item c on a.fdeptid=c.fitemid
left join t_fabalcard d on a.fbalid=d.fbalid
select a.*,b.fname,c.fname,d.fassetnumber,d.fassetname from t_faexpense a left join t_account b on a.facctid=b.faccountid
left join t_item c on a.fdeptid=c.fitemid
left join t_facard d on a.falterid=d.falterid发现正常的卡片fdeptid和fdetailid对应关系为72:7;73:8。而不正常的卡片则在fdetailid显示为0。用以下语句更新。update t_faexpense set fdetailid=7 where fdeptid=72
update t_faexpense set fdetailid=8 where fdeptid=73
update t_fabalexpense set fdetailid=7 where fdeptid=72
update t_fabalexpense set fdetailid=8 where fdeptid=73注意:fdeptid和fdetailid的值在每个账套君不一致,根据实际情况写这些语句。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2013-10-16
不管是企业版本的还是精装版本的,是读取数出错的意思。重新安装出错的机子的客户版本
第2个回答  2015-10-10
软件没装好,卸载重新安装。
第3个回答  2015-10-10
这个问题远程看看才知道