问题现象: |
在销售管理中的销售发货单销售开票勾对表中的回款金额没有数据.按单个客户查询例如:江海电子,单个可以看到回款的金额,在筛选条件中不做条件设置的,看回江海电子则不显示回款金额. |
问题原因: |
当前帐套2005年度数据库中的存储过程“Sa_MoveConsignment”有问题。并且AP_DETAIL中一些销售、采购发票等单据的记录没有部门信息,而这些原始单据中是存在部门的(经在应收应付中填制审核发票测试没有发现此现象)。 |
解决方案: |
1、建议打上支持网站最新852HOTFIX、DBHOTFIX补丁,以避免由于程序问题引起审核发票等单据时,导致部门信息不能正常写入AP_DETAIL表中; 2、在当前帐套2005年度库中从999正常演示帐套中导入“Sa_MoveConsignment”存储过程,以修复有误的Sa_MoveConsignment”存储过程; 3、在SQL企业管理器当前帐套2005年度库中参照执行如下脚本,以修复P_DETAIL中销售、采购发票等单据记录的部门信息: update ap_detail set cDeptCode=cdepcode from ap_detail inner join ap_closebills on ap_detail.icoclosesid=ap_closebills.id where cDeptCode is null update ap_detail set cDeptCode=salebillvouch.cdepcode from ap_detail inner join salebillvouch on ap_detail.cDwcode=salebillvouch.ccuscode and ap_detail.cCoVouchtype=salebillvouch.cvouchtype and ap_detail.cCoVouchid=salebillvouch.csbvcode where cDeptCode is null update ap_detail set cDeptCode=purbillvouch.cdepcode from ap_detail inner join purbillvouch on ap_detail.cDwcode=purbillvouch.cvencode and ap_detail.cCoVouchtype=purbillvouch.cpbvbilltype and ap_detail.cCoVouchid=purbillvouch.cpbvcode where cDeptCode is null 注意做好数据备份! |
相关补丁: |
|
版本: |
8.52 |
模块: |
销售管理 |
产品: |
U852----销售管理 |
问题名称: |
销售发货单销售开票勾对表中的回款金额没有数据 |
最后更新: |
2005-11-01 00:00:00 |