有问题文章留言 看内容决定收费与免费
另外接收数据库质疑 勒索病毒数据恢复等项目。

分店数据上传后,很多采购收货单总部查询不到

【问】分店数据上传后,很多采购收货单总部查询不到
【适用版本】商锐9 【模块】采购管理 【点击数】61
【知识编号】P2016022500007
【问题描述】分店数据上传后,很多采购收货单总部查询不到 

【答】 您好,是需要将采购单据全部上传到总店,然后在总店重新结算。
可以执行下面语句,门店上传数据到总店,
use hbposev9_Branch
go
–采购收货单
update t_pm_sheet_master set com_flag = ‘0’ where trans_no = ‘PI’
go
update t_fm_recpay_flow set com_flag = ‘0’ where voucher_no like ‘PI%’
go
–采购退货单
update t_pm_sheet_master set com_flag = ‘0’ where trans_no = ‘RO’
go
update t_fm_recpay_flow set com_flag = ‘0’ where voucher_no like ‘RO%’
go
–扣补单
update t_pm_sheet_master set com_flag = ‘0’ where trans_no = ‘KB’
go
update t_fm_recpay_flow set com_flag = ‘0’ where voucher_no like ‘KB%’
go
门店执行后,全部数据传输,总部导入,

赞(0)
未经允许不得转载:思迅软件知识库 » 分店数据上传后,很多采购收货单总部查询不到

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址