发布时间:2024-6-21
特价活动:>>>> 用友U8、T6、T+、T3软件产品4折优惠,畅捷通T+cloud、好会计、好业财、好生意云产品6-8折优惠,另有话费赠送。
固定资产模块是19年12月入账的,截止到8月是计提了8次折旧。为什么卡片管理那里显示折旧9次。但是折旧额还是8次的金额。
问题回复:
19年12月计提的时候,计提一次,只是折旧额为0而已。因此折旧次数就多了一次。请打上最新的补丁后,在账套中执行如下脚本,执行前请备份账套,切记!!! 卡片管理中的已计提年限是表示的卡片自从入账日期之后计提的年月数,不是录入T+系统之后计提的次数,所以该值是卡片录入时的“已计提年限+该卡片在T+系统中的折旧次数”。
脚本:update AM_Asset set UsedTotalMonth = 7, usedyears = 0, usedmonths = 7, UsedYearAndMonth = '7月', LeftTotalMonth = 53, leftyears = 4, leftmonths = 5, LeftYearAndMonth ='4年5月' where cardid in (select cardid from AM_Asset where srcvouchernum = 'AS-2020-06-0001' and code <> '011') and srcvouchernum = 'DA-2020-07-01' update AM_Asset set UsedTotalMonth = 8, usedyears = 0, usedmonths = 8, UsedYearAndMonth = '8月', LeftTotalMonth = 52, leftyears = 4, leftmonths = 4, LeftYearAndMonth ='4年4月' where cardid in (select cardid from AM_Asset where srcvouchernum = 'AS-2020-06-0001' and code <> '011') and srcvouchernum = 'DA-2020-08-01'
截屏,微信识别二维码
客服QQ:5151867
(点击QQ号复制,添加好友)