存货生成凭证问题
发布于:2018-02-05 13:42:58
问题现象:存货模块生成凭证时,按调拨单制单,借贷方差一分钱,不能保存. 有好几张单子如此,举例具体单据为:其他入库单 :0000035977.其他出库单: 0000035011.
解决方案:请执行如下脚本进行调整,修改前请务必做好数据备份: update b set iaoutprice= round((iaoutquantity * ioutcost),2) from rdrecords a join ia_subsidiary b on a.autoid=b.id where a.id in (25350,36062,25349,36061) and iaoutprice<> round((iaoutquantity * ioutcost),2)