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