转载:http://blog.csdn.net/oraclebs/archive/2008/10/30/3186419.aspx
当数量降到预定的再订购点时,可以使用再订购点计划来订购数量。在理想情况下,最好在库存水平降到安全区之前进行再订购。在再订购点之间安全库存通常起到缓冲作用,可根据该库存补充订单。在提前期结束时,现有量应该等于安全库存。
再订购点计划的基本功能是:根据预测需求和不可见的销售订单,预测物料提前期结束时的库存水平。然后,根据此预测来确定是否已达到再订购点。系统通过将提前期内的预期需求与安全库存相加,计算得出再订购点。
可以针对整个组织执行再订购点计划。可以对独立需求的物料使用再订购点计划。如果对某物料(或材料)的需求独立于对其它物料(或材料)的需求,则该物料就是独立需求的物料。在定义物料时,可以将再订购点计划指定为库存计划方法。只有在需求和提前期都是稳定的时,才能使用再订购点计划.

再订购点 = 安全库存 + 提前期的预测需求

“再订购点计划”程序使用预测信息来计算经济订单数量 (EOQ) 和再订购点数量。以下等式分别用于计算这两个值:
• EOQ = SQRT {[2 ×(年度需求)×(订单成本)] /(年度存储成本)}
• 再订购点 = 安全库存 + [(提前期)×(平均需求)]

使用再订购点计划
• 可以为整个组织执行再订购点计划。
• 可以对独立需求的物料使用再订购点计划。
• 定义物料时,可以将再订购点计划指定为库存计划方法。
• 对于不需要进行非常严格的控制,且在库存中的存储成本不太昂贵的物料,可以使用再订购点计划。
• 使用安全库存之前,可以使用再订购点计划来确定何时订购一批新物料。

再订购点计划的步骤:

1. 输入物料计划属性

(N)Inventory->Items->Master Items

(T)General planning中的“Inventory Planning Method”设置为"Reorder Point".

(T)Lead Times中的Preprocessing, Processiong, Postprocessing中输入时间。

(订购提前期等于物料的加工提前期、预加工提前期和后加工提前期之和)

为了保证可以自动生成requisition,需要在(T)“Purchasing”中的list price输入数值。

2. 预测物料需求

(N)Inventory->Planning->Forecasts->Sets

(N)Inventory->Planning->Forecasts->Items

(N)Inventory->Planning->Forecasts->Entries

3. 定义安全库存

安全库存有如下两种

。静态安全库存,就是物料的安全库存维持不变

(N)Inventory>planning>safety stock手工设置安全库存数字。

。动态安全库存,物料的安全库存在不同的时间有变化。

(N)Inventory>Planning>Safety Stock Updates生成某些时间段的安全库存。

Specific inventory itm
item
User-defined percentage

Inv.Items

50%

。安全库存计划为“MRP百分比”时计算安全库存的算法(仅限于MRP计划和SCP计划使用):
自定义天数内的毛需求乘以MRP计划百分比除以安全库存时段天数;

对于离散制造项目自定义天数为自定义的安全库存时段天数;
对于重复制造项目自定义天数为重复计划的计划周期(计划参数中定义)

4. 运行在订购点报表

(N)Inventory>Planning>Reorder Point Planning

附:动态安全库存计算

动态安全库存:系统依所设定安全库存天数,累积这个天数的平均需求量,再乘安全库存百分比即安当天的安全库存

Safety Stock Bucket Days(天数)
Safety Stock Percent(安全库存百分比)

如果需求为

11/09 at 260
            11/10 at 160
            11/11 at  90
     Bucket Days=3
     Safety Stock Percent=20%(0.2)
(一)
则需求量 11/09 为:
  (260+160+90)/3 * 0.2=34---(安全库存)
  260 +34=294 ***
  剩余库存:34
(二)
  需求量 11/10 为:
  (160+90)/3 * 0.2=16.6=17
  160+17-34(之前剩余之安全库存)=143 **** 
   剩余库存:160-143=17
(三)
  需求量 11/11 为:
   (90/3) *0.2=6
   90+6-17=79

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/oraclebs/archive/2008/10/30/3186419.aspx

refer UG P453 for more detail information:

Reorder point planning uses demand forecasts to decide when to order a new quantity to avoid dipping into safety stock. Reorder point planning suggests a new order for an item when the available quantity-on-hand quantity plus planned receipts-drops below the item’s safety stock level plus forecast demand for the item during its replenishment lead time. The suggested order quantity is an economic order quantity that minimizes the total cost of ordering and carrying inventory. Oracle Inventory can automatically generate requisitions to inform. your purchasing department that a replenishment order is required to supply your organization.
Order lead time is the total of the item’s processing, preprocessing, and postprocessing lead times. If the forecast is correct and the order arrives on time, the inventory level should be right at the safety stock level at the time of receipt. In cases where the desired safety stock level changes during the order lead time, Oracle Inventory uses the largest safety stock quantity during the lead time. When an order is triggered, the economic order quantity is the size of the triggered order. Economic order quantity (EOQ) is a fixed order quantity calculated to minimize the combined costs of acquiring and carrying inventory. The formula for EOQ is:
The EOQ increases as demand increases, since the cost of carrying a larger order is smaller because the inventory is not carried as long. EOQ also increases when the cost of preparing an order increases. This is to avoid making too many orders and thus incurring this cost more often than necessary. On the other hand, the more it costs to carry inventory, the smaller the EOQ since it costs more to carry the excess inventory.
Oracle Inventory calculates annual demand as the current demand rate annualized by multiplying the current period demand forecast by the number of periods per year (12 or 13).

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15225049/viewspace-627158/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/15225049/viewspace-627158/

再订购点计划(Reorder Point Planning)概览相关推荐

  1. 最小-最大计划(Min-Max Planning)概览【转】

    最小-最大计划(Min-Max Planning)概览[转] 最小-最大计划是一种库存计划方法,用于根据自定义的最小和最大库存水平确定订购数量.与再订购点计划不同的是,最小-最大计划并不基于需求进行预 ...

  2. 最小-最大计划(Min-Max Planning)概览

    最小-最大计划是一种库存计划方法,用于根据自定义的最小和最大库存水平确定订购数量.与再订购点计划不同的是,最小-最大计划并不基于需求进行预测,并且不考虑提前期.使用 Oracle Inventory, ...

  3. SAP QM 检验批录入了结果以后不能再Reset检验计划了?

    SAP QM 检验批录入了结果以后不能再Reset检验计划了? 众所周知,SAP QM模块里的检验批在被创建的时候,系统自动根据物料号拿到其检验计划,并将这个检验计划Assign到检验批上. 业务部门 ...

  4. 计划扑克(Planning Poker)

    [计划扑克(Planning Poker)] 这是利用一种标有斐波那契数字的扑克牌通过游戏的方法测算难度.计划扑克的目的是为了能够在一个尽可能短的时间内,让团队成员更加多的了解需要做的工作,同时顺带得 ...

  5. 没有执行力,再好的计划也只是“纸上谈兵”

    面对一堆繁杂的工作,你明明知道该如何开始,但就是拖到最后一刻才动手.确定好目标,制定好计划,到执行的时候却一塌糊涂,最终只能是不了了之,没有执行力,再好的计划也只是纸上谈兵 执行力差的原因 1.不知道 ...

  6. MRPII-制造资源计划(Manufacturing Resources Planning)

    MRP II-概述 MRPII即制造资源计划.它的基础--MRP即物料需求计划的思想早在40~50年代就已产生,只是到了60~70年代,随着计算机技术的发展才逐步走向应用.70年代未,一些企业提出,希 ...

  7. 《99%的人一看就会的理财书》书中的精髓:先了解自己,了解自己之后,再制定理财计划

    <99%的人一看就会的理财书>书中的精髓:理财两步走,第一步是先了解自己,了解自己之后,再制定第二步的理财计划. 这本书的名字略显浮夸,不过这不是作者的错,原书的书名是<一页纸的理财 ...

  8. 宝塔添加计划任务linux,请不要再宝塔面板计划任务里面随意添加任务

    最近一段时间通过宝塔面板查看到服务器资源占用率居高不下.不管是负载.CPU.内存,占用率都是吓人.虽然是海外的服务器,但是最开始也没有这么吓人. 宝塔显示服务器 内存 CPU占用率高 最开始以为是用了 ...

  9. SAP MM模块的预留详解

    在SAP MM模块中,预留是一个非常重要的概念,是指向仓库提出的一个请求,要求仓库为今后某个日期的发货和为某个目的将物料保持在就绪状态.可以由多个部门为多个帐户分配对象(例如成本中心.订货.资产等等) ...

最新文章

  1. java与.net比较学习系列(7) 属性
  2. James Fee’s 5 Predictions Geo for 2010 and 5 Things That Won’t Happen
  3. [小改进]Blog页面导航调整
  4. pythonGB2312乱码问题
  5. orcale实现自定义优先级排序的SQL
  6. java enumeration 排序_Java如何对java.util.Enumeration进行排序?
  7. hdu 3879 Base Station 最大权闭合图
  8. 浅谈非法NAT接入对网络的安全风险
  9. ubuntu16.04之升级python3.5到3.6
  10. python---之打印日志logging
  11. atitit.vod search doc.doc 点播系统搜索功能设计文档
  12. 分布式——分布式面试题
  13. MAC-多开程序两种方法
  14. calloc()函数
  15. verdi/debussy的快捷键 以及基本操作
  16. 计算机只报数字怎么调成音乐,电脑怎么设置一锁屏音乐就停?
  17. 《电子元器件的可靠性》——2.3节可靠性基本术语和主要特征量
  18. 有哪些适合练手的爬虫小项目?
  19. 【LaTeX符号】条件独立与不独立符号
  20. 扩展我们的分析处理服务(Smartly.io):使用 Citus 对 PostgreSQL 数据库进行分片

热门文章

  1. iPhone锁屏密码已停用!不花钱就能解决的三种解锁方法
  2. uniapp微信小程序一键拨号功能
  3. c语言编程霍斯夫问题,离婚后在前夫心尖放肆撒野-第237章 霍斯年出国(2)
  4. 华为android怎么隐藏软件,在华为手机上怎么隐藏应用
  5. Python容器(列表)
  6. 面向对象编程-鸵鸟到底是不是鸟?企鹅是不是鸟?
  7. 如何将图像转换为二值图像,并用取模软件成功取图。
  8. ADO中使用addnew
  9. 一个简单的遥控器对码逻辑
  10. excel打印预览在哪里_Excel文档打印,这几个步骤别忘了