發(fā)布時(shí)間:2024-11-18
問題現(xiàn)象:2005年結(jié)帳,轉(zhuǎn)到2006年后,在進(jìn)行20006年期初記帳后,發(fā)現(xiàn)在存貨的期初數(shù)據(jù)查詢中,有許多記錄只有金額,無數(shù)量和單價(jià),這樣造成了許多商品2005年底數(shù)量與2006年初數(shù)量不一致[該現(xiàn)象只在存貨管理中有,而在庫存管理中一切正常] 本系統(tǒng)目前2006年1月份已結(jié)帳,[存貨管理]本年期初數(shù)與上年期末數(shù)數(shù)量金額不一致。
解決方案:請將2006年恢復(fù)至期初記賬前狀態(tài),然后使用如下腳本調(diào)整后,重新記賬! delete from ia_subsidiary Where cVoutype = '34' go Insert into IA_subsidiary (bRdFlag,dvoudate,dKeepDate,iMonth,cInvHead,cVouType,cWhCode,cInvCode,iAInQuantity, iInCost,iAInPrice,cAccounter,cMaker,cPzID,cfree1,cfree2,cfree3,cfree4,cfree5,cfree6,cfree7,cfree8,cfree9, cfree10) select 1,'2005-12-31','2006-1-1',0,cInvHead,'34',cWhCode,cInvCode,Sum(Isnull(iAInQuantity,0) - IsNull(IaOutQuantity,0)), Null,Sum(Isnull(iAInPrice,0) - IsNull(IaOutPrice,0)),'demo','demo',cPzID,cfree1,cfree2,cfree3,cfree4,cfree5,cfree6,cfree7,cfree8,cfree9, cfree10 from ufdata_XXX_2005..ia_subsidiary Where cVoutype <>'33' group by cInvHead,cWhCode,cInvCode,cPzID,cfree1,cfree2,cfree3,cfree4,cfree5,cfree6,cfree7,cfree8, cfree9,cfree10 having Round(Sum(Isnull(iAInQuantity,0) - IsNull(IaOutQuantity,0)),6) <> 0 or Round(Sum(Isnull(iAInPrice,0) - IsNull(IaOutPrice,0)),2) <> 0 go update IA_subsidiary Set iInCost = IaInPrice / iaInquantity Where iaInquantity <> 0
客服電話:400-665-0028
關(guān)鍵字:用友財(cái)務(wù)軟件,暢捷通軟件,財(cái)務(wù)軟件,進(jìn)銷存軟件,U9官網(wǎng),用友U8,用友T1,用友T+,用友T3,用友T6,暢捷通好會(huì)計(jì),好生意,智+好業(yè)財(cái),用友培訓(xùn)服務(wù)售后公司,暢捷通運(yùn)營培訓(xùn)服務(wù)公司
版權(quán)所有:用友暢捷通軟件 Copyright © 2025 All rights reserved.