kis专业版允许负库存

不允许负库存出库
update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStock'
Go
 
不允许负库存结账
update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStockCalculate'
Go
 
库存保存更新
update t_systemprofile set fvalue=1 where fcategory='IC' and fkey='UPSTOCKWHENSAVE'
Go
 
库存审核更新
update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UPSTOCKWHENSAVE'
Go
 
允许负库存出库
update t_systemprofile set fvalue=1 where fcategory='IC' and fkey='UnderStock'
Go
 
允许负库存结账
update t_systemprofile set fvalue=1 where fcategory='IC' and fkey='UnderStockCalculate'
Go
posted @ 2013-04-09 17:01  泡面 @ 幸福  阅读(2834)  评论(0编辑  收藏  举报