用友财务软件免费试用版下载

网站首页 > 用友知识堂 正文

清空年度账时提示已经有客户使用[333]账套[2009],年度账,不能清除!

用友财务软件 2017-05-13 23:44:23 用友知识堂 1233 ℃ 0 评论

问题现象:清空年度账时提示已经有客户使用[333]账套[2009],年度账,不能清除!

解决方案:经查看没有操作使用也没有任务或锁定信息,可通过在数据库中删除年度账来重新建立来操作。

以333账套删除2009年度账为例,SQL语句:

微信号:yyrjlls
扫码 有偿解决 用友软件技术问题!
复制微信号

use UFSystem

delete from UA_Account_sub where cAcc_Id=333 and iYear=2009

delete from UA_BackupLog where cAcc_Id=333 and iYear=2009

delete from UA_BackupPlans where cAcc_Id=333 and iYear=2009

delete from UA_HoldAuth where cAcc_Id=333 and iYear=2009

delete from UA_Log where cAcc_Id=333 and iyear=2009

delete from UA_Period where cAcc_Id=333 and iYear=2009

delete from UA_Task where cAcc_Id=333 and iYear=2009

Drop database ufdata_333_2009

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表