当前位置:首页 > 技术心得 > 正文内容

金蝶K3 销售订单关闭逻辑

xjtudll3年前 (2023-06-11)技术心得6130

关闭标志:当销售订单关联数量大于等于销售订单的时候,自动打上关闭标志。

行业务关闭标志:当销售订单该分录的出库数量大于等于销售订单该分录数量时,该分录行自动打上行业务关闭标志。

在启用发货通知单功能后,如发货通知单的数量等于销售订单数量,此时销售订单就会是关闭状态,但行业务未关闭

当发货通知单的关联数量大于或等于发货通知单数量的时候,发货通知单自动关闭。也可手工关闭发货通知单。


需要注意的是:行业务关闭标志才决定是否参与MRP计算

扫描二维码推送至手机访问。

版权声明:本文由鸟的天空发布,如需转载请注明出处。

本文链接:http://xjtudll.cn/Exp/655/

标签: 金蝶
分享给朋友:

“金蝶K3 销售订单关闭逻辑” 的相关文章

android bluetoothGatt  :onClientRegistered() - status=133 clientIf=0

android bluetoothGatt :onClientRegistered() - status=133 clientIf=0

参考资料: http://stackoverflow.com/questions/25330938/android-bluetoothgatt-status-133-register-callback http://stackoverflow.com/questions/28894111/andro...

android 停止Handler

mHandler.removeCallbacks(mRunnable); 或者 mHandler.removeMessages(what); mHandler.removeCallbacksAndMessages(null) 参数为null的话,会将所有的Callbacks和Messages全部清除...

浅析电波表——日本JJY码

浅析电波表——日本JJY码

参考文献: http://en.wikipedia.org/wiki/JJY http://jjy.nict.go.jp/jjy/trans/index-e.html 一、JJY码简介 JJY也有两个发射站。一个位于37°22′22″N 140°50&pri...

php Undefined index和Undefined variable的解决方法

参考资料:http://www.jb51.net/article/13974.htm 问题: 上传一个PHP网站到服务器,提示: PHP Notice: Undefined index: user in C:\inetpub\wwwroot\xonixwatch.com\manager\index....

Can't place multiple pins assigned to pin location Pin_101

Can't place multiple pins assigned to pin location Pin_101

错误:Error (176310): Can't place multiple pins assigned to pin location Pin_101 (IOPAD_X34_Y18_N21)     Info (176311): Pin addr[8] is as...

C# 去掉小数点后面多余的0

1、使用TrimEnd()    decimal num1=(decimal)0.5;    //第一步将浮点数转换成字符串    string strNum=num1.ToString(); &nb...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。