特价活动:>>>> 畅云管家新购、续费7折优惠,畅捷通T+cloud、好会计、易代账、好业财、好生意云产品6-8折优惠。
结转年度账以前一切正常,结转年度账以后,客户自行在系统管理中,升级了一下SQL数据. 结果各种账表均为正常,但期初余额全部为空,在开销售单时商品的现存量出现问题.如:001商品收发存表中期初结转为500个.开销售单时001商品的现存量为0.经查对,所以商品的数量都只是没有加上期初数.客户操作到现在,所以商品出现负数. 请问以上问题是什么引起的?
财务通的现存量是没办法保证准确的,因为其没有库存管理的模块和现存量整理工具。
您可以用我下面的语句试下: if exists (select * from tempdb..sysobjects where type=’u’ and name=’forcurrentsyz’) drop table tempdb..forcurrentsyz go select cwhcode,cinvcode,sum(iquantity) as iquantity into tempdb..forcurrentsyz from ( select cwhcode,cinvcode,iaInquantity as iquantity from ia_subsidiary where cvoutype=’34′ union all select cwhcode,cinvcode,( case when brdflag=1 then iquantity else -1*(iquantity) end) as iquantity from rdrecord left join rdrecords on rdrecord.id=rdrecords.id ) a group by cwhcode,cinvcode go delete from currentstock Go insert into currentstock (cwhcode,cinvcode,iquantity) select cwhcode,cinvcode,iquantity from tempdb..forcurrentsyz go 。
客服电话:400-665-0028
关键字:财务软件,畅捷通软件,财务软件,进销存软件,U9官网,U8,KIS,K3,云星空,云星辰,T1,用友T+,用友T3,用友T6,畅捷通好会计,好生意,智+好业财,速达软件