固定资产导入数据后出错

从旧帐套导入数据后,固定资产不能清除卡片,不能提折旧。

问题原因: 丢失了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'

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注