问题现象:用友U8年结问题之供销链年度结转,结转到存货明细账时,提示存货结转失败?
问题原因:辅助计价表ia_valuationass有问题,存在出库和入库金额都为null的记录,可用以下语句查询:select * from ia_valuationass where iIPrice is null and iOPrice is null
解决方法:根据存货明细账ia_subsidiary,修改辅助计价表ia_valuationass,可参考以下语句:select * from ia_subsidiary where id in (select inid from ia_valuationass where iIPrice is null and iOPrice is null) and cvoutype not in ('24','30')
转载声明:本站发布文章及版权归原作者所有,转载本站文章请注明文章来源!
网友评论