找回密码
 注册账号

QQ登录

只需一步,快速开始

手机号码,快捷登录

手机号码,快捷登录

初学者课程:T3自学|T6自学|U8自学软件下载课件下载工具下载资料:通资料|U8资料|NC|培训|年结积分规则 | 使用常见问题Q&A
知识库:U8 | | NC | U9 | OA | 政务U8|U9|NCC|NC65|NC65客开|NCC客开新手必读 | 任务 | 快速增金币用友QQ群[微信群]
查看: 4428|回复: 5

[经验] 用友各个模块反启用 后台处理方式

[复制链接]
发表于 2013-7-5 11:02:12 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册账号

×
(一)固定资产模块反启用:
update accinformation set cvalue=''
where csysid='FA' and ctype='ddate'
--可省 and (cid='601'or cid='05'or cid='603'OR CID='602' OR CID='03'OR CID='06')
update gl_mend set bflag_FA=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'FA')
(二)工资模块反启用:

update accinformation set cvalue=''
where csysid='wa' and ctype='ddate'
--可省 and (cid='601'or cid='05'or cid='603')


update gl_mend set bflag_Wa=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'Wa')

(三)采购模块反启用:
update accinformation set cvalue=''
where csysid='PU' and ctype='ddate'
--可省 and (cid='602'or cid='122'or cid='167')

update gl_mend set bflag_PU=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'PU')

(四)销售模块反启用:
update accinformation set cvalue=''
where csysid='SA' and ctype='ddate'
--可省 and (cid='602'or cid='143'or cid='215')

update gl_mend set bflag_SA=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'SA')

(五)库存模块反启用:
update accinformation set cvalue=''
where csysid='st' and ctype='ddate'
--可省 and (cid='602'or cid='143')

update gl_mend set bflag_st=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'st')

(六)存货模块反启用:
update accinformation set cvalue=''
where csysid='IA' and ctype='ddate'
--可省 and (cid='602'or cid='104')

update gl_mend set bflag_IA=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'IA')

(七)应收模块反启用:
update accinformation set cvalue=''
where csysid='AR' and ctype='ddate'
--可省 and (cid='29'or cid='11')

update gl_mend set bflag_AR=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'AR')


(八)应付模块反启用:
update accinformation set cvalue=''
where csysid='AP' and ctype='ddate'
--可省 and (cid='24'or cid='09')

update gl_mend set bflag_AP=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'AP')

发表于 2013-7-5 16:21:47 | 显示全部楼层
这个真是好东西,就是不怎么敢试
回复 点赞 拍砖

使用道具 举报

发表于 2013-7-6 12:30:54 | 显示全部楼层
支持

兄弟
回复 点赞 拍砖

使用道具 举报

发表于 2013-7-6 12:32:01 | 显示全部楼层
好东西啊  感谢楼主分享
回复 点赞 拍砖

使用道具 举报

发表于 2013-7-8 17:52:22 | 显示全部楼层
这是哪个版本的取消启动的功能??
回复 点赞 拍砖

使用道具 举报

发表于 2014-3-24 12:17:57 | 显示全部楼层
好东西不顶不行啊
回复 点赞 拍砖

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号

本版积分规则

QQ|站长微信|Archiver|手机版|小黑屋|用友之家 ( 蜀ICP备07505338号|51072502110008 )

GMT+8, 2024-5-20 11:33 , Processed in 0.020905 second(s), 8 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表