發(fā)布時(shí)間:2025-9-3 瀏覽:116次
T+11.6升級(jí)T+12.2標(biāo)準(zhǔn)版時(shí)提示“不能升級(jí)到當(dāng)前版本,資產(chǎn)屬性中,系統(tǒng)預(yù)置的無(wú)形資產(chǎn)、周轉(zhuǎn)材料生產(chǎn)性生物資產(chǎn)、這幾個(gè)屬性下,存在資產(chǎn)卡片”
先做好數(shù)據(jù)庫(kù)備份。嚴(yán)格按照如下方式處理:這種方法對(duì)后續(xù)計(jì)提折舊有不可預(yù)知的錯(cuò)誤,慎用,操作過(guò)程如下,首先備份賬套,然后在產(chǎn)品中的資產(chǎn)屬性基礎(chǔ)檔案中找到固定資產(chǎn)的名稱(chēng),替換下邊腳本中的“固定資產(chǎn)”,在產(chǎn)品中的資產(chǎn)分類(lèi)中找到用戶(hù)想要把非固定資產(chǎn)的卡片放入的資產(chǎn)分類(lèi)的名稱(chēng)后替換下面腳本中的“工具“,在數(shù)據(jù)庫(kù)中的AA_DeprMethod表中找到”年限平均法“折舊方法的名稱(chēng),替換下面腳本中的”年限平均法“(用戶(hù)沒(méi)有改動(dòng)過(guò)的話就不用替換了),都替換完畢后,執(zhí)行替換完后的腳本,再進(jìn)行升級(jí)
declare @assetpropid nvarchar(50)declare @assetclassid nvarchar(50)declare @deprmethodid nvarchar(50)set @assetpropid = (select id from AA_AssetProp where name = '固定資產(chǎn)')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
用友好會(huì)計(jì)、用友易代賬、用友好業(yè)財(cái)、用友好生意、用友T+Cloud試用地址__用友暢捷通公司網(wǎng)站
關(guān)鍵字:用友軟件,暢捷通軟件,財(cái)務(wù)軟件,進(jìn)銷(xiāo)存軟件,U9官網(wǎng),用友U8,用友T1,用友T+,用友T3,用友T6,暢捷通好會(huì)計(jì),好生意,好業(yè)財(cái),用友培訓(xùn)服務(wù)售后公司,暢捷通運(yùn)營(yíng)培訓(xùn)服務(wù)公司