Import trytond-module-stock_forecast-2.0.0.
This is the "stock_forecast" module for the Tryton application platform. It provides the "Forecast" model in Inventory Management. The Forecast form allow to define the expected stock movement towards customers in any period of time in the future. A wizard allows to compute the expected quantities with respect to a period in the past. Once the form is confirmed, the corresponding moves are created and spreaded homogeneously across the period. Those moves will allow other processes to take forecasts into account. from Christian Rueger with some tweaks ok jasper@
This commit is contained in:
parent
ee33ef51e5
commit
607f628868
10
productivity/tryton/stock_forecast/Makefile
Normal file
10
productivity/tryton/stock_forecast/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:16:44 ajacoutot Exp $
|
||||
|
||||
MODPY_EGG_VERSION = 2.0.0
|
||||
TRYTOND_MODULE = stock_forecast
|
||||
|
||||
RUN_DEPENDS = productivity/tryton/company \
|
||||
productivity/tryton/product \
|
||||
productivity/tryton/stock
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/tryton/stock_forecast/distinfo
Normal file
5
productivity/tryton/stock_forecast/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (tryton/trytond_stock_forecast-2.0.0.tar.gz) = y/TqsX5rtcPW329nZDT0fQ==
|
||||
RMD160 (tryton/trytond_stock_forecast-2.0.0.tar.gz) = TiRTdttTq9bSNOenYuEqu4Rh/mw=
|
||||
SHA1 (tryton/trytond_stock_forecast-2.0.0.tar.gz) = OHXcgQw4KABfBc9pKEPcIlgbARU=
|
||||
SHA256 (tryton/trytond_stock_forecast-2.0.0.tar.gz) = /mJrC9p5RFQUPTydQ2/qOTmrP006uFx/Y6G4gk3fisQ=
|
||||
SIZE (tryton/trytond_stock_forecast-2.0.0.tar.gz) = 29162
|
8
productivity/tryton/stock_forecast/pkg/DESCR
Normal file
8
productivity/tryton/stock_forecast/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
This is the "stock_forecast" module for the Tryton application platform.
|
||||
It provides the "Forecast" model in Inventory Management.
|
||||
The Forecast form allow to define the expected stock movement towards
|
||||
customers in any period of time in the future. A wizard allows to
|
||||
compute the expected quantities with respect to a period in the past.
|
||||
Once the form is confirmed, the corresponding moves are created and
|
||||
spreaded homogeneously across the period. Those moves will allow other
|
||||
processes to take forecasts into account.
|
27
productivity/tryton/stock_forecast/pkg/PLIST
Normal file
27
productivity/tryton/stock_forecast/pkg/PLIST
Normal file
@ -0,0 +1,27 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/23 10:16:44 ajacoutot Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/__tryton__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/__tryton__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/bg_BG.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/de_DE.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/es_CO.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/es_ES.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/forecast.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/forecast.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/forecast.xml
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/fr_FR.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/tests/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/tests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/tests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/tests/test_stock_forecast.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/stock_forecast/tests/test_stock_forecast.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_stock_forecast-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_stock_forecast-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_stock_forecast-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_stock_forecast-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_stock_forecast-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_stock_forecast-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_stock_forecast-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_stock_forecast-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
Loading…
Reference in New Issue
Block a user