以前期间的应收单需要把现销修改为赊销?

栏目:eas cloud知识作者:金蝶来源:金蝶云社区发布:2024-09-22浏览:1

以前期间的应收单需要把现销修改为赊销?

【解决方案】

可通过后台查询分析器用sql处理。

【操作步骤】

1、查询应收单的fid:select * from t_ar_otherbill where fnumber='应收单单据编号';

2、查询付款方式的赊销的fid:select * from t_bd_paymenttype where fnumber='002';

3、备份单据:select * into 备份表名(自定义)from t_ar_otherbill where fid ='应收单单据的fid';

4、更新单据的付款方式:update t_ar_otherbill set fpaymenttypeid='91f078d7-fb90-4827-83e2-3538237b67a06BCA0AB5(赊销的fid)' where fid='应收单单据的fid';

【注意】

后台处理数据时,切记做好数据备份!以前期间的修改之后,建议反结账重新结账,让报表重新取值。

以前期间的应收单需要把现销修改为赊销?

【解决方案】 可通过后台查询分析器用sql处理。【操作步骤】 1、查询应收单的fid:select * from t_ar_otherbill where fnumb...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息