如下图:

如果想修改这些灰色的参数,可以在数据库中通过语句修改,或者在账套管理中,执行命令语句。

不允许负库存出库
update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStock'
不允许负库存结账
update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStockCalculate'
允许负库存出库
update t_systemprofile set fvalue=1 where fcategory='IC' and fkey='UnderStock'
允许负库存结账 update t_systemprofile set fvalue=1 where fcategory='IC' and fkey='UnderStockCalculate'
操作步骤: 新建一个TXT文件,将对应的语句复制进去,改成SQL后缀,然后通过账套管理中的执行命令,执行语句即可。


注意:执行命令前,一定要备份好账套,否者,一旦出错,将造成无法挽回的错误。
TAG标签: