我們定期回顧近期客戶實(shí)際用友軟件使用過(guò)程的熱點(diǎn)問(wèn)題并進(jìn)行詳細(xì)解答;致力于讓大家及時(shí)地了解用友U8及用友U8 Cloud軟件的最新動(dòng)態(tài)以及最新的知識(shí)。天津用友提示:有任何U8軟件使用問(wèn)題,及時(shí)聯(lián)系我們,歡迎大家關(guān)注!
問(wèn)題描述1:填制憑證時(shí)需要自動(dòng)分配現(xiàn)金流量?
解決方案1:在基礎(chǔ)設(shè)置-基礎(chǔ)檔案-財(cái)務(wù)-現(xiàn)金流量項(xiàng)目(選擇現(xiàn)金流量項(xiàng)目)-勾選需要設(shè)置的項(xiàng)目點(diǎn)擊定義取數(shù)關(guān)系。
問(wèn)題描述2:需要清除外部標(biāo)識(shí)和刪除憑證的腳本。
解決方案2:刪除憑證:select * into gl_accvouch20220224 from gl_accvouch select * from GL_accvouch where iyear='2022' 年度 and iperiod='1' 月份 and csign='05' 憑證類(lèi)別 and ino_id='90' 憑證號(hào) delete from GL_accvouch where iyear='2022' 年度 and iperiod='1' 月份 and csign='05' 憑證類(lèi)別 and ino_id='90' 憑證號(hào);取消外部標(biāo)識(shí):select * into gl_accvouch20220224 from gl_accvouch select iperiod,coutaccset,ioutyear,coutsysname,ioutperiod,coutsign,coutno_id, doutdate,coutbillsign,coutid, * from gl_accvouch where coutsign<>'' and coutsysname in ('AR','AP') and iyear='2022' --年度 and iperiod='1' --月份 and csign='05' --憑證類(lèi)別 and ino_id='90' --憑證號(hào) update gl_accvouch set coutaccset=null,ioutyear=null,coutsysname=null,ioutperiod=null,coutsign=null,coutno_id=null, doutdate=null,coutbillsign=null,coutid=null where coutsign<>'' and coutsysname in ('AR','AP') and iyear='2022' --年度 and iperiod='。
問(wèn)題描述3:固定資產(chǎn)計(jì)提折舊?
解決方案3:固定資產(chǎn),計(jì)提折舊,計(jì)提本月折舊。
以上就是為大家總結(jié)的用友U8及用友U8 Cloud軟件今日熱點(diǎn)問(wèn)題,如果遇到同樣問(wèn)題的小伙伴請(qǐng)帶走吧,如果有其他軟件使用問(wèn)題記得第一時(shí)間撥打400-0909-311聯(lián)系天津用友軟件,我們會(huì)第一時(shí)間為您解答。