• WAP手机版 加入收藏  设为首页
金蝶K3系统

金蝶k3怎样更改“外购入库生成暂估冲回凭证”?

时间:2013-08-15 22:50:17  作者:金蝶sh  来源:金蝶软件资讯网  查看:4311  评论:0
内容摘要:问题补充:怎么才能把“外购入库生成暂估冲回凭证”更改为“外购入库不生成暂估冲回凭证”?--修改为暂估冲回不生成凭证execsp_executesqlN'updatet_SystemProfilesetFValue=@P1whereFCategory=@P2andFKey=@P3'...

问题补充:
怎么才能把“外购入库生成暂估冲回凭证”更改为“外购入库不生成暂估冲回凭证”?

--修改为暂估冲回不生成凭证 
exec sp_executesql N'update t_SystemProfile set FValue = @P1 where FCategory = @P2 and FKey = @P3', N'@P1 varchar(255),@P2 varchar(30),@P3 varchar(30)', '0', 'IC', 'MakeZanGuVoucher' 
--
修改支持部分钩稽
 
If not exists(Select * from t_SystemProfile Where FCategory='IC' and FKey='PurchaseSupportPartiallyHook') 
INSERT INTO t_SystemProfile(FCategory,FKey,FValue,FReadonly,FDescription) 
VALUES ('IC','PurchaseSupportPartiallyHook','1',1,'
采购系统支持部分钩稽
') 
Else 
Update t_SystemProfile Set FValue='1' Where FCategory='IC' and FKey='PurchaseSupportPartiallyHook' 

Update t_SystemProfile Set FValue='1' Where FCategory IN ('Imp','Exp') and FKey='PurchaseSupportPartiallyHook' 
Update ICSystemProfile Set FValue='1' Where FCategory IN ('Imp','Exp') and FKey='PurchaseSupportPartiallyHook' 


 


金蝶软件资讯网 http://www.winerp.cn

西安金蝶软件 http://www.3rensoft.com

西安(陕西)地区金蝶软件销售及服务咨询。

销售咨询电话:029-88455355

技术咨询电话:029-88455366

售前咨询QQ客服: 点击这里给我发消息   

 

 

西安金蝶软件营销服务中心-西安三人行电子科技有限公司版权所有-咨询电话:029-88455355,029-88455366   金蝶在线咨询   金蝶在线咨询

金蝶软件介绍金蝶软件教程金蝶K3解决方案

陕ICP备12000870号-2