用友软件首页

无法删除商品

2016-2-16 0:0:0 wondial

无法删除商品

无法删除商品


知识库详细内容

问题版本:1263-T1-商贸宝批发零售版12.0问题模块:系统维护
问题状态:临时解决方案关 键 字:删除商品
适用产品:T1系列补 丁 号:
问题名称:无法删除商品
问题现象:删除商品时提示商品被使用,明明没有用过该商品如何操作?
原因分析:客户可能曾经用过该商品,比如盘点单抄帐,不如草稿,不如上传单据等
解决方案:

检验商品是否被使用的脚本

 

--验证是否商品被使用的脚本,注意只要把商品编码‘f’修改为,需要验证的商品编码即可,如果编码不唯一建议将编码改为唯一后在验证。
d elete product where s_syb=-1
--盘点单
s elect '未过账盘点单' 标识,masterbilldft.billsn,listprodcheckdft.old_number prod_number,product.u_code,product.u_name
 from listprodcheckdft join masterbilldft on listprodcheckdft.bill_id=masterbilldft.s_id join product on listprodcheckdft.prod_id=product.s_id
  where listprodcheckdft.prod_id=(s elect s_id from product where u_code='f')
union
s elect  '已过账盘点单' 标识,masterbill.billsn,listprodcheck.old_number prod_number,product.u_code,product.u_name
 from listprodcheck join masterbill on listprodcheck.bill_id=masterbill.autoid join product on listprodcheck.prod_id=product.s_id
  where listprodcheck.prod_id=(s elect s_id from product where u_code='f')
--进货单
union
s elect  '已过账进货单' 标识,masterbill.billsn,listbuy.prod_number,product.u_code,product.u_name
 from listbuy join masterbill on listbuy.bill_id=masterbill.autoid join product on listbuy.prod_id=product.s_id
where listbuy.prod_id=(s elect s_id from product where u_code='f')
union
s elect '进货单草稿' 标识,masterbillDft.billsn,listbuyDft.prod_number,product.u_code,product.u_name
 from listbuyDft join masterbillDft on listbuyDft.bill_id=masterbilldft.s_id join product on listbuyDft.prod_id=product.s_id
where listbuyDft.prod_id=(s elect s_id from product where u_code='f')
union
--销售单
s elect  '已过账销售单' 标识,masterbill.billsn,listsale.prod_number,product.u_code,product.u_name
 from listsale join masterbill on listsale.bill_id=masterbill.autoid join product on listsale.prod_id=product.s_id
where listsale.prod_id=(s elect s_id from product where u_code='f')
union
s elect '销售单草稿' 标识,masterbillDft.billsn,listsaleDft.prod_number,product.u_code,product.u_name
 from listsaleDft join masterbillDft on listsaleDft.bill_id=masterbilldft.s_id join product on listsaleDft.prod_id=product.s_id
where listsaleDft.prod_id=(s elect s_id from product where u_code='f')
union
--其他单据
s elect '已过账其他类单据' 标识,masterbill.billsn,listother.prod_number,product.u_code,product.u_name
 from listother join masterbill on listother.bill_id=masterbill.autoid join product on listother.prod_id=product.s_id
where listother.prod_id=(s elect s_id from product where u_code='f')
union
s elect '未过账其他类草稿' 标识,masterbillDft.billsn,listotherDft.prod_number,product.u_code,product.u_name
 from listotherDft join masterbillDft on listotherDft.bill_id=masterbilldft.s_id join product on listotherDft.prod_id=product.s_id
where listotherDft.prod_id=(s elect s_id from product where u_code='f')

--订单
union
s elect '正式订单' 标识,masterorder.billsn,listorder.prod_number,product.u_code,product.u_name
 from listorder join masterorder on listorder.bill_id=masterorder.autoid join product on listorder.prod_id=product.s_id
where listorder.prod_id=(s elect s_id from product where u_code='f')
union
s elect '其他订单' 标识,masterorderdft.billsn,listorderdft.prod_number,product.u_code,product.u_name
 from listorderdft join masterorderdft on listorderdft.bill_id=masterorderdft.s_id join product on listorderdft.prod_id=product.s_id
where listorderdft.prod_id=(s elect s_id from product where u_code='f')
--零售暂存单
union
s elect '暂存零售单' 标识,masterbilldft.billsn,ListRetailDft.prod_number,product.u_code,product.u_name
 from ListRetailDft join masterbilldft on ListRetailDft.bill_id=masterbilldft.s_id join product on ListRetailDft.prod_id=product.s_id
where ListRetailDft.prod_id=(s elect s_id from product where u_code='f')

如果您的问题还没有解决,可以到 T+搜索>>上找一下答案

分享到:

微博关注

bj用友软件

最新信息

畅捷票据通10.0普及版  不支持win7 旗舰版32位 ie 10 的吗??

畅捷票据通10.0普及版 不支持win7 旗舰版32位 ie 10 的吗?? 畅捷票据通10.0普及版 不支持win7 旗舰版32位 ie 10 的吗??[]

您好:票据通普及版10.0只能支持在xp或者2003的操作系统上使用

客户端连不上服务器 _0

客户端连不上服务器 _0客户端连不上服务器

U8知识库
问题号:12160
解决状态:最终解决方案
软件版本:8.52
软件模块:系统管理
行业:通用
关键字:客户端
适用产品:V8.52
问题名称:客户端连不上服务器
问题现象:客户端连不上服务器,连接时报ODBC数据源名称过长。
问题原因:由于服务器打过852spHotFix补丁,客户端未打补丁。
解决方案:客户端打上852spHotFix补丁。
补丁编号:
录入日期:2016-03-16 15:23:45
最后更新时间:

热点文章

新闻资讯

  • 【新年首签】天津用友&通广集团签署战略协议

    【新年首签】天津用友&通广集团签署战略协议

    天津用友软件技术有限公司(以下简称天津用友)和天津通信广播集团有限公司(以下简称通广集团)就企业信息化建设事宜进行战略签约。

    参加此次会议有天津用友总经理赵永春,天津用友副总经理王成岩、通广集团副总经理马严、通广集团科技质量部部长尹刚、七一二公司技术质量部部长门国梁、七一二公司技术中心主任黄建尧等。

    image

  • 会计职场堪比宫斗剧

    会计职场堪比宫斗剧

     近几年,各种宫斗剧火爆,《甄嬛传》《芈月传》等等都脍炙人口,许多人经常打趣自己像某个人物,若是在古代能活到第几集。让人不禁想起,会计职场又何尝不是一场宫斗,每天要察言观色,明了领导的内心,就像后宫谁也不敢惹皇后一样。但当你坐上领导位置的时候,盯着你的眼睛就会很多,稍有不慎就会被取代。就像后宫的嫔妃一样,就算坐上了皇后的位置也要时刻担心有没有人觊觎。

    image

知 识 库

  • 怎么审核记账凭证用友

    怎么审核记账凭证用友

    怎么审核记账凭证用友

    【用友软件U8/T6/T3反审核操作步骤】

    1、用友软件取消凭证审核步骤,依次打开总账系统→填制凭证,如下图:

    image

  • 怎么成批审核凭证

    怎么成批审核凭证

    怎么成批审核凭证

    【用友软件U8/T6/T3反审核操作步骤】

    1、用友软件取消凭证审核步骤,依次打开总账系统→填制凭证,如下图:

    image

  • 最新文章排行
  • 热门文章排行

管理软件

  • T3卸载就会跳到安装界面去,用360工具也卸载不了。请问这种情况哪位老师遇见过,我们应该如何处理。谢谢、在线等。

    T3卸载就会跳到安装界面去,用360工具也卸载不了。请问这种情况哪位老师遇见过,我们应该如何处理。谢谢、在线等。

    T3卸载就会跳到安装界面去,用360工具也卸载不了。请问这种情况哪位老师遇见过,我们应该如何处理。谢谢、在线等。 T3卸载就会跳到安装界面去,用360工具也卸载不了。请问这种情况哪位老师遇见过,我们应该如何处理。谢谢、在线等。[]

    备份好账套,这种情况只能强制删除了,请备份好账套之后,停止数据库服务和T3产品服务,自动备份服务;然后删除T3安装路径以及C盘下ufcomsql文件夹,然后使用360清除无用注册表,最后重启电脑即可;

  • 用友T3无法补录现金流量项目,流量按钮为灰

    用友T3无法补录现金流量项目,流量按钮为灰

    用友T3无法补录现金流量项目,流量按钮为灰 用友T3无法补录现金流量项目,流量按钮为灰

    指定了现金流量科目,增加了项目大类,想补录现金流量项目,点开凭证,流量按钮为灰色,无法补录。反记账之后没有反审核,从审核凭证的界面点开,流量按钮就为灰色,只能点退出。1.反记账后的凭证还要反审核,用审核人的操作员重新登录软件;2.总账-凭证-审核凭证-选中月份,点确定-随意双击点开一张凭证-审核-成批取消审核;3.再用记账人的操作员重新登录软件,点开填制凭证,“流量”按钮就可以点了。如有其它问题,请在下面回复疑问,我们将第一时间与您联系,帮助您解决问题。同时您也可以联系用友畅捷通专业服务商-用友天龙瑞德。用友天龙瑞德专业销售用友软件用友财务软件,维护用友T3用友T6用友U8畅捷通T+。我们将竭诚为您服务。联系电话:010-59798025。网址:http://www.kuaiji66.com

关于我们 | 公司动态 | 获奖记录 | 联系我们 | 招聘信息 | 用友产品中心 | 用友云基地
Copyright ©  www.kuaiji66.com  All Rights Reserved 天龙瑞德
京ICP备11046295号-1 技术支持 北京天龙瑞德信息技术有限责任公司   北京海淀上地十街辉煌国际大厦3号楼6层 总机:010-59798025   售后:4009908488
北京天龙瑞德信息技术有限责任公司