金蝶专业版账套启用后,允许负库存出库、结账


不允许负库存出库
  1. update t_systemprofile set fvalue=0 where fcategory=’IC’ and fkey=’UnderStock’
  2. Go
不允许负库存结账
  1. update t_systemprofile set fvalue=0 where fcategory=’IC’ and fkey=’UnderStockCalculate’
  2. Go
库存保存更新
  1. update t_systemprofile set fvalue=1 where fcategory=’IC’ and fkey=’UPSTOCKWHENSAVE’
  2. Go
库存审核更新
  1. update t_systemprofile set fvalue=0 where fcategory=’IC’ and fkey=’UPSTOCKWHENSAVE’
  2. Go
允许负库存出库
  1. update t_systemprofile set fvalue=1 where fcategory=’IC’ and fkey=’UnderStock’
  2. Go
允许负库存结账
  1. update t_systemprofile set fvalue=1 where fcategory=’IC’ and fkey=’UnderStockCalculate’   
  2. Go  

关注公众号免费获取服务
添加微信:erpsea

企业数字化服务,快速响应,一对一服务。