问题现象: | 客户编码是239的客户,查询应收明细表时,440号凭证的应收金额只有3428.88,但却显示成187598.88。类似的情况还有[客户编码226,6月凭证567;7月凭证356#;客户编码377,6月凭证564#和559#]。 |
问题原因: | 在收款单的表体有其他费用项目时,Ap_detail中的iflag为0,影响到业务账的数据,正常业务该记录的iflag应为10。 |
解决方案: | 因为用户的受控科目只有1131和1133,可以用以下语句执行: update ap_detail set iflag=10 where cflag='ar' and ((cvouchtype='48' and icamount>0 ) or ( cvouchtype='49' and icamount<0)) and iflag=0 and isnull(ccode,0) not like '1131%' and isnull(ccode,0) not like '1133%' and ccancelno like 'ar%' |
相关补丁: | |
版本: | 8.51A |
模块: | 应收 |
产品: | U851A----应收款管理 |
问题名称: | 应收明细表数据显示不正确 |
最后更新: | 2006-08-14 00:00:00 |