发布时间:2024-11-18
特价活动:>>>> 用友U8、T6、T+、T3软件产品4折优惠,畅捷通T+cloud、好会计、易代账、好业财、好生意云产品8折优惠。
T+11.6升级T+12.2标准版时提示“不能升级到当前版本,资产属性中,系统预置的无形资产、周转材料生产性生物资产、这几个属性下,存在资产卡片”
先做好数据库备份。严格按照如下方式处理:这种方法对后续计提折旧有不可预知的错误,慎用,操作过程如下,首先备份账套,然后在产品中的资产属性基础档案中找到固定资产的名称,替换下边脚本中的“固定资产”,在产品中的资产分类中找到用户想要把非固定资产的卡片放入的资产分类的名称后替换下面脚本中的“工具“,在数据库中的AA_DeprMethod表中找到”年限平均法“折旧方法的名称,替换下面脚本中的”年限平均法“(用户没有改动过的话就不用替换了),都替换完毕后,执行替换完后的脚本,再进行升级
declare @assetpropid nvarchar(50)declare @assetclassid nvarchar(50)declare @deprmethodid nvarchar(50)set @assetpropid = (select id from AA_AssetProp where name = '固定资产')set @assetclassid = (select id from AA_AssetClass where name = '工具')set @deprmethodid = (select id from AA_DeprMethod where name = '年限平均法') update am_asset set idAssetProp = @assetpropid,idassetclass = @assetclassid,iddeprmethod = @deprmethodid where idassetclass in (select id from AA_AssetClass where idassetprop != @assetpropid)
客服电话:400-665-0028
关键字:用友财务软件,畅捷通软件,财务软件,进销存软件,U9官网,用友U8,用友T1,用友T+,用友T3,用友T6,畅捷通好会计,好生意,智+好业财,用友培训服务售后公司,畅捷通运营培训服务公司
版权所有:用友畅捷通软件 Copyright © 2025 All rights reserved.