带有库存预测的tryton模块

trytond-stock-forecast的Python项目详细描述


股票预测模块提供了一种创建股票变动的简单方法 面向未来有约会的客户。这允许其他库存 预测客户需求。

预测

预测表单包含:

  • A location from which the products will leave.
  • A destination (which is a customer location).
  • Two dates defining a period in the future.
  • A company
  • A list of forcast lines with:
    • A product
    • A quantity which represent the total demand for the period
    • A minimal quantity for each move.
    • A unit of measure.

“完成预测”按钮允许自动完成预测行 基于以前日期的库存输出。

当预测的周期已过时,将自动停用预测。

预测状态

草稿

It is the initial state and the state used for edition. No moves are linked to the forecast lines

完成

Once in state done, moves are created for each forecast line:

  • They are spread homogeneously between the two dates of the forecast.
  • Move quantities are bigger or equal to the minimal quantity set on the forecast line.

取消

On a cancelled forecast all existing moves are cancelled and the form is readonly.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Kafka producer大量内存使用(泄漏?)   java NullPointerException。。。正在插入数据但无法检索数据[Mysql DB]   java spring+jpa+hibernate=没有可用于当前线程的实际事务的EntityManager无法可靠地处理“persist”调用   getelementbyid在没有ID的情况下如何在java中使用GetElementsById   java有没有一种使用WatchService强制轮询的方法?   java将值从jframe传递给另一个jframe并使用它   Java/Groovy中带重试的反应式事件处理   具有两个包装器元素的java Jackson XML ArrayList输出   java总是在范围内使用不同的随机元素   取消选择java下拉列表值   多线程如何在Java中为对象的不同成员拥有不同的同步块   java如何使用多线程从文本文件中读取输入   java Spring启动附加崩溃命令   java使用公共或单独的actionPerfomed方法有什么区别   java用Spring3.0中的SpEL替换JSP中的EL   java作为windows服务运行应用程序时无法访问共享文件夹   java xml 1.1规范中的“解析数据”是什么意思?   以编程方式设置JComboBox索引时java触发ItemListener   java Android WebView:只加载HTML,不加载JS或CSS(在某些设备中)   Java:计算do/while循环的数量