账套启用后修改系统参数原创
4人赞赏了该文章
1,224次浏览
编辑于2020年08月06日 08:52:39
不允许负库存出库 在此操作前需让客户调平库存
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
清除管理员密码
go
update t_user set FSID='' where FName='Manager'
go
赞 4
4人点赞
还没有人点赞,快来当第一个点赞的人吧!
打赏
0人打赏
还没有人打赏,快来当第一个打赏的人吧!