|
U8问题库
问题名称: |
年度结转后销售出库单无法参照到发货单生成 |
问题号: |
201101100116 |
软件版本: |
8.71 |
适用产品: |
供应链 |
软件模块: |
销售管理 |
最后更新时间: |
2011-1-18 23:06:30 |
问题现象: |
年度结转后,销售出库单参照发货单生成时,过滤不到对应发货单。跟销售发货单字表中bisstqc标识有关系,更改成true后正常。客户希望进行批量修改。客户处可以进行远程
联系人 何富忠 13685818045
客户联系人:董拓18657452652 |
解决方案: |
您好,
由于用户年结过来的发货单的期初标志有问题,已远程通过语句修改,对应语句为:
--cha xun
select bfirst,icorid,iquantity,foutquantity,isettlequantity,* from dispatchlist a join dispatchlists b
on a.dlid=b.dlid where ddate<='2010-12-31' and bfirst<>1
and
( (abs(isnull(foutquantity,0))
or(abs(isnull(isettlequantity,0))
--xiu gai
update a set a.bfirst=1
from dispatchlist a join dispatchlists b
on a.dlid=b.dlid where ddate<='2010-12-31' and bfirst<>1
and
( (abs(isnull(foutquantity,0))
or(abs(isnull(isettlequantity,0))
【注意事项】修改前请务必做好数据备份; |
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册账号
×
年度结转后,销售出库单参照发货单生成时,过滤不到对应发货单。跟销售发货单字表中bisstqc标识有关系,更改成true后正常。客户希望进行批量修改。客户处可以进行远程
联系人 何富忠 13685818045
客户联系人:董拓18657452652 |
|