固定资产清单累计折旧和期末余额对不上

1、问题描述
固定资产清单的累计折旧和期末对账或者科目余额表累计折旧合计不一致,如图

2、解决方案
使用以下脚本检查哪些卡片有问题
select car.Faccudepr,ban.FDepreEndBalanceFor,car.fnumber from t_fa_facurcard
car left join t_fa_faaccountbalance ban on ban.Ffacurcardid = car.FID where
car.fcompanyid = (select fid from t_org_company where fnumber ='公司编码') and
ban.Fcompanyorgunitid = (select fid from t_org_company where fnumber ='公司编码') and ban.fperiodid in
(select fid from t_bd_period where fnumber =会计期间编码) and car.Faccudepr <>ban.FDepreEndBalanceFor
an
固定资产清单累计折旧和期末余额对不上
1、问题描述固定资产清单的累计折旧和期末对账或者科目余额表累计折旧合计不一致,如图2、解决方案 使用以下脚本检查哪些卡片有问题selec...
点击下载文档文档为doc格式
声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
上一篇
已经是第一篇
下一篇




