重提折旧提示本期不存在可计提折旧的卡片
业务描述
重提折旧提示本期不存在可计提折旧的卡片
select * from t_fa_facurcard
where fcompanyid=(select fid from t_org_company where fnumber='公司编码')
and fisneedredepr=1
以上查询出来的卡片,检查是否因为做了变更或者其它业务,需要重提。
若卡片已经不符合折旧条件了,则使用下面脚本
update t_fa_facurcard set fisneedredepr=0
where fcompanyid=(select fid from t_org_company where fnumber='公司编码')
and fisneedredepr=1
重提折旧提示本期不存在可计提折旧的卡片
业务描述重提折旧提示本期不存在可计提折旧的卡片select * from t_fa_facurcardwhere fcompanyid=(select fid from t_org_company ...
点击下载文档
本文2024-09-22 18:55:34发表“eas cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-eas-103911.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章