处理问题付费,非诚勿扰
联系人:张工
QQ:1316029143
东莞金蝶软件 深圳金蝶软件
扫一扫,加微信
热心推荐(多渠道,多收入,同行必存)
提供用友凭证导入金蝶服务
联系人:杨先生
电话:18721107673
QQ:2647096465
扫一扫,加他微信
从旧帐套导入数据后,固定资产不能清除卡片,不能提折旧。
问题原因: 丢失了2007 年0 期记录(初始化记录),系统设置为2007 年1 月启用,可以通过把起用期间改成引入帐套的启用期间处理。
解决方法: --设置固定资产启用期间为2005 年1 期:
update t_systemprofile set fvalue=2005 where fcategory='fa' and
fkey='StartYear'
update t_systemprofile set fvalue=1 where fcategory='fa' and
fkey='Startperiod'
--设置固定资产当前期间为2007 年1 期:
update t_systemprofile set fvalue=2007 where fcategory='fa' and
fkey='currentYear'
update t_systemprofile set fvalue=1 where fcategory='fa' and
fkey='currentperiod'