t3服务器支持版本号,你好,登陆T3提示本地版本高于服务器已安装版本

本文详细阐述了在用友U8存货系统中124301科目对账不一致的问题,原因包括凭证生成错误、存货科目缺失、科目金额调整等。通过查找语句和提供更新方法,指导用户修复因手动修改退货仓库和凭证错误导致的对账问题,并强调了避免修改退货仓库的重要性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

用友U8 存货系统发现与总帐对帐124301科目对不上,在库存系统与存货对帐也对不上。用友U8 存货系统发现与总帐对帐124301科目对不上,在库存系统与存货对帐也对不上。

问题原因:数据错误解决方法:经检查发现在库存系统与存货对帐对不上的原因是由于在参照委托代销发货单生成的委托代销退货单时用户手工修改过退货仓库,造成库存与存货对帐不正常,但总数量正确。已建议用户在做委托代销退货单时不要更改仓库。存货系统与总帐对帐124301科目对不上的原因有如下几方面:1.生成了凭证但存货帐上却没有存货科目,用语句更新即可。2.在总帐中使用存货科目生成了凭证。3.生成凭证时修改过科目或金额。以下附查找及更新语句:--筛选出生成了凭证但存货帐上却没有存货科目的语句:select coutno_id,summcas a into ee from gl_accvouch where ccode='124301' and mc<>0 group by coutno_id select coutno_id,isnullsummc,0 as dd into ff from gl_accvouch where coutno_id inselect cpzid from ia_subsidiary where imonth='1' and cinvhead='124301' group by cpzid and ccode='124301' and mc<>0 group by coutno_id select * from ee left join ff on ee.coutno_id=ff.coutno_id--以下为更新语句:update ia_subsidiary set cinvhead='124301' where cpzid='IA0000000001461' and cinvhead is null update ia_subsidiaryset cinvhead='124301' where cpzid='IA0000000002112'--筛选在总帐中使用存货科目生成的凭证 select ino_id from gl_accvouch where coutno_id='GL0000000000062'--387号凭证 --筛选生成凭证时修改过科目或金额的语句:select cpzid,isnullsumiainprice,0as aa,isnullsumiaoutprice,0as bb into aa from ia_subsidiary where imonth='1' and cinvhead='124301' group by cpzid select coutno_id,isnullsummd,0 as cc,isnullsummc,0 as dd into cc from gl_accvouch where coutno_id inselect cpzid from ia_subsidiary where imonth='1' and cinvhead='124301' group by cpzid and ccode='124301' group by coutno_idselect * from aa join cc on aa.cpzid=cc.coutno_id where aa<>cc or bb<>dd--有如下8张凭证存在生成时修改过科目及金额 253,280,282,316,317,344,422,491

解决方案:

问题原因:数据错误解决方法:经检查发现在库存系统与存货对帐对不上的原因是由于在参照委托代销发货单生成的委托代销退货单时用户手工修改过退货仓库,造成库存与存货对帐不正常,但总数量正确。已建议用户在做委托代销退货单时不要更改仓库。存货系统与总帐对帐124301科目对不上的原因有如下几方面:1.生成了凭证但存货帐上却没有存货科目,用语句更新即可。2.在总帐中使用存货科目生成了凭证。3.生成凭证时修改过科目或金额。以下附查找及更新语句:--筛选出生成了凭证但存货帐上却没有存货科目的语句:select coutno_id,summcas a into ee from gl_accvouch where ccode='124301' and mc<>0 group by coutno_id select coutno_id,isnullsummc,0 as dd into ff from gl_accvouch where coutno_id inselect cpzid from ia_subsidiary where imonth='1' and cinvhead='124301' group by cpzid and ccode='124301' and mc<>0 group by coutno_id select * from ee left join ff on ee.coutno_id=ff.coutno_id--以下为更新语句:update ia_subsidiary set cinvhead='124301' where cpzid='IA0000000001461' and cinvhead is null update ia_subsidiaryset cinvhead='124301' where cpzid='IA0000000002112'--筛选在总帐中使用存货科目生成的凭证 select ino_id from gl_accvouch where coutno_id='GL0000000000062'--387号凭证 --筛选生成凭证时修改过科目或金额的语句:select cpzid,isnullsumiainprice,0as aa,isnullsumiaoutprice,0as bb into aa from ia_subsidiary where imonth='1' and cinvhead='124301' group by cpzid select coutno_id,isnullsummd,0 as cc,isnullsummc,0 as dd into cc from gl_accvouch where coutno_id inselect cpzid from ia_subsidiary where imonth='1' and cinvhead='124301' group by cpzid and ccode='124301' group by coutno_idselect * from aa join cc on aa.cpzid=cc.coutno_id where aa<>cc or bb<>dd--有如下8张凭证存在生成时修改过科目及金额 253,280,282,316,317,344,422,491

www.kuaiji66.com 天龙瑞德

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值