Page tree
Skip to end of metadata
Go to start of metadata

版本信息:9.0及其以上版本

你好,先对账套数据备份后,然后对账套执行下面脚本后再看看。

http://pan.baidu.com/s/1kVfnoSf ---------删除期初库存为0金额不为0的金额.sql

http://pan.baidu.com/s/1hrAeiSc -------2008执行脚本步骤.pdf


delete from inigoodsstocks where qty=0

delete from Ini_GOODSSTOCKS_QTY where qty=0



版本信息:V3 6.0

你好,先对账套数据备份后,然后对账套执行下面脚本后再看看。

delete from inigoodsstocks where qty=0

注意:以上脚本是将期初库存中存在有库存金额,但是没有库存数量的商品的库存金额清除。

  • No labels