莱西金蝶固定资产导入数据后出错
服务热线:4006-6500-28
新购有特价、金蝶老客户升级金蝶云产品可以享受5折优惠,送手机、送话费,好礼不断!
从旧帐套导入数据后,固定资产不能清除卡片,不能提折旧。
问题原因: 丢失了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'