找回密码
 注册账号

QQ登录

只需一步,快速开始

手机号码,快捷登录

手机号码,快捷登录

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

[技巧] U8 通过后台数据库反启用各模块(转)

[复制链接]
发表于 2013-2-20 13:48:51 | 显示全部楼层 |阅读模式

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

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

×
通过后台数据库反启用用友erp各模块  

(一)固定资产模块反启用:
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-2-20 13:50:48 | 显示全部楼层
有账套无意中启用固定资产模块,之前用重新初始化的方法没有效果,刚才通过这个帖子的办法反启用成功了,发在这里大家参考一下,自己也留个记录,方便以后查找

点评

是在数据库的那个表进入改的啊??  详情 回复 发表于 2013-2-20 15:20
回复 点赞 拍砖

使用道具 举报

发表于 2013-2-20 15:15:28 | 显示全部楼层
        可以这样:

     一般是以帐套主管的身份登录“系统管理”,单击菜单栏的“帐套”下的下拉列表中“启用”按钮,打开“系统启用”界面,把“工     
回复 点赞 拍砖

使用道具 举报

发表于 2013-2-20 15:20:22 | 显示全部楼层

是在数据库的那个表进入改的啊??

点评

accinformation  详情 回复 发表于 2013-2-21 10:29
回复 点赞 拍砖

使用道具 举报

发表于 2013-2-21 09:11:25 | 显示全部楼层
学习了!!!!!
回复 点赞 拍砖

使用道具 举报

发表于 2013-2-21 10:29:52 | 显示全部楼层
佳航科技 发表于 2013-2-20 15:20
是在数据库的那个表进入改的啊??


accinformation,语句里有啊

点评

谢谢啦....  详情 回复 发表于 2013-2-21 10:33
回复 点赞 拍砖

使用道具 举报

发表于 2013-2-21 10:33:31 | 显示全部楼层
淡淡烟雨淡淡楼 发表于 2013-2-21 10:29
accinformation,语句里有啊

谢谢啦{:soso_e100:}....
回复 点赞 拍砖

使用道具 举报

发表于 2013-3-6 10:46:57 | 显示全部楼层
谢谢楼主的分享。
回复 点赞 拍砖

使用道具 举报

发表于 2013-3-8 15:40:57 | 显示全部楼层
刚刚还为这个事情烦恼的没办法的。。。。不知道普及版是否可行。。。。
回复 点赞 拍砖

使用道具 举报

发表于 2013-3-8 16:05:20 | 显示全部楼层
还不知道怎么用啊。
回复 点赞 拍砖

使用道具 举报

发表于 2016-6-8 11:03:21 | 显示全部楼层
学习了
回复 点赞 拍砖

使用道具 举报

发表于 2017-4-1 13:46:47 | 显示全部楼层
谢谢楼主的分享
回复 点赞 拍砖

使用道具 举报

发表于 2017-4-10 15:45:46 | 显示全部楼层
谢谢分享,顶你
回复 点赞 拍砖

使用道具 举报

发表于 2017-4-10 17:51:20 | 显示全部楼层
学习了学习了
回复 点赞 拍砖

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-9 23:51 , Processed in 0.045482 second(s), 9 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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