问题现象: |
用友软件访问数据库是要通过SA来访问的,是否可以用其他的用户名(客户新建的用户名)来访问。 |
问题原因: |
1.确定有未暂估处理记录
2.程序原因,造成期初暂估未结转过来。 |
解决方案: |
1、检查存货暂估成本处理中是否还有没有处理的已经在采购系统中结算的暂估入库单据。
2、如果使用了2个年度的数据,请使用存货补丁中的2002-02-25 AdjustJz.exe调整工具,先调整数据;
3、如果上述处理还不能解决,请先备份好数据,执行如下语句:
update pursettlevouchs
set bAccount=1
from ((rdrecord inner join rdrecords on rdrecord.id=rdrecords.id)
left join pursettlevouchs on rdrecords.autoid=pursettlevouchs.irdsid)
where (not rdrecord.caccounter is null)
and pursettlevouchs.bAccount=0
and isnull(rdrecords.iquantity,0)=isnull(rdrecords.isquantity,0) |
相关补丁: |
|
版本: |
8.52 |
模块: |
系统管理 |
产品: |
U852——系统管理 |
问题名称: |
12月份期末处理时提示"尚有已全部暂估报销的单据未进行处理,不能进行12月的期未处理",但单据均已记帐 |
最后更新: |
2005-06-28 00:00:00 |