解决KINGDEE帐套清除工具遗留问题
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://redking.blog.51cto.com/27212/57309 |
执行KINGDEE帐套清除工具清除,发现还有少量的2006年的单据没有清除完毕,生产领料倒是一个不差都清除了,55555555
![]() 不知道这个工具怎么开发的,一点都不好用,遗留的问题总要解决,没办法,自己来处理吧,HOHO!
在SQL2K的查询分析里面执行下列语句:
update icstockbill set fcheckerid = null where fdate <'2007-01-01'
delete from icstockbill where fdate <'2007-01-01' update icpurchase set fcheckerid = null where fdate <'2007-01-01'
delete from icpurchase where fdate <'2007-01-01' update poorder set fcheckerid = null where fdate <'2007-01-01'
delete from poorder where fdate <'2007-01-01' update POInStock set fcheckerid = null where fdate <'2007-01-01'
delete from POInStock where fdate <'2007-01-01' update icsale set fcheckerid = null where fdate <'2007-01-01'
delete from icsale where fdate <'2007-01-01' update seoutstock set fcheckerid = null where fdate <'2007-01-01'
delete from seoutstock where fdate <'2007-01-01' update seorder set fcheckerid = null where fdate <'2007-01-01' delete from seorder where fdate <'2007-01-01' 本文出自 “大唐网络” 博客,请务必保留此出处http://redking.blog.51cto.com/27212/57309 本文出自 51CTO.COM技术博客 |
附件下载:
06年帐清除之后单据删除
06年帐清除之后单据删除



redking
博客统计信息
热门文章
最新评论
友情链接

