用友服务热线:020-82116603 ,致力于为企业提供专业的用友产品服务

MES+ERP

用友U8+销售发票审核不了

发布于:2018-01-21 20:58:06

问题现象:现结销售发票审核时提示“发票已经被审核”,经查找原因为:实际发票并没有审核过,Ap_CloseBill表中ccancelman字段;salebillvouch中的bpayment字段 出现重复 解决方案:-- 检查、修改ufsystem SELECT * FROM ufsystem..UA_Identity WHERE (cAcc_Id = '004') AND (cVouchType = 'xj') update ufsystem..UA_Identity set ifatherid=(SELECT max(ccancelno) FROM ufdata_004_2004..ap_closebill) WHERE (cAcc_Id = '004') AND (cVouchType = 'xj') update ufsystem..UA_account_sub set bclosing=1 where cacc_id='004' and (csub_id='AR' or csub_id='SA') AND iyear=2003 --修改AP_Closebill update a set ccheckman=null from ap_closebill a,salebillvouch b where b.bpayment=a.ccancelno and b.bpayment is not null and b.cVerifier is null and a.cCheckMan is not null 注意做好帐套数据备份!!
免责声明: 用友软件网站内容均来源于网络,如有侵权,请联系本站删除

用友软件——为您提供最优质的产品和服务

取产品报价方案可拨打售前顾问:13430282985(微信同号)