带有库存预测的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第三方库


热门话题
linux Java线程创建跟踪   java可以让UNMIDEANER考虑文档过滤吗?   获取元素的java数组   java在ArrayList中搜索字符串并返回另一个关联字符串   java将现有私钥导入BKS密钥库   java proguard死代码分析给出了私有字段的假阳性   Java Web框架,用于新项目   java Gson:指定类或字段的命名策略   递归Java:保存递归本地计数器的值   java jfree图表集在图表中显示范围x值   Java:可以比较一个类吗对象是否具有泛型类型参数?   java JMS单个会话可以有多个MessageProducer吗?   java如何比较100条字符串记录,这些记录应该有3个值,即true、False或null   打开GUI实例的java检查   java如何重构具有多个切换情况的应用程序?   java如何更新Ubuntu上已经安装的IntelliJ IDEA?   java如何避免更改存档中文件的文件属性?