问题现象: |
是U8存货核算年度结转问题。当结转到存货总账时提示“存货系统结转失败”。该用户03年没有向总账传递凭证。是不是由于这的原因(02年没有传递却可以结转)。 |
问题原因: |
ia_subsidiary,ia_summary,currentstock,st_totalaccount
表中的存货编码在inventory表中不存在造成的问题。 |
解决方案: |
删除后可以结转
delete from ia_subsidiary where cinvcode not in
(select cinvcode from inventory)
delete from ia_summary where cinvcode not in
(select cinvcode from inventory)
delete from currentstock where cinvcode not in
(select cinvcode from inventory)
delete from st_totalaccount where cinvcode not in
(select cinvcode from inventory) |
相关补丁: |
|
版本: |
其他 |
模块: |
存货核算 |
产品: |
u821 |
问题名称: |
结转到存货总账时提示“存货系统结转失败” |
最后更新: |
2005-06-28 00:00:00 |