用友U8新引入帐套后固定资产模块出错的解决方法

时间:2015-02-27 07:44:38
【文件属性】:

文件名称:用友U8新引入帐套后固定资产模块出错的解决方法

文件大小:26KB

文件格式:DOC

更新时间:2015-02-27 07:44:38

用友U8新引入帐套后固定资产模块出错的解决方法

用友U8新引入帐套后固定资产模块出错的解决方法 --1.查询固定资产是否首次启用 select * from accinformation where csysid='FA' and cname='bFirstTime' --2.设置固定资产为首次启用 update accinformation set cvalue='TRUE' where csysid='FA' and cname='bFirstTime' --3.查询最新会计期间 select * from accinformation where csysid='FA' and cname='iLastPeriod' --4.设置最新会计期间数值为开始启用月-1 update accinformation set cvalue='4' where csysid='FA' and cname='iLastPeriod' --查询固定资产开始启用时间、固定资产启用自然时间、固定资产启用会计时间、开始使用日期 select * from accinformation where (ccaption like '%启用%' OR Cname ='dStartDate') and csysid='FA' …………


网友评论

  • 看不懂,看不懂