Import trytond-module-product_cost_fifo-2.0.1.
This is the "product_cost_fifo" module for the Tryton application platform. It adds FIFO cost method on the product form. Once installed, the price of the stock moves from a supplier or to a customer will update automatically the cost price of the related product (if the cost price method is FIFO). from Christian Rueger with some tweaks ok jasper@
This commit is contained in:
parent
03ecc69b0b
commit
f0efc317b0
8
productivity/tryton/product_cost_fifo/Makefile
Normal file
8
productivity/tryton/product_cost_fifo/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:19:06 ajacoutot Exp $
|
||||
|
||||
TRYTOND_MODULE = product_cost_fifo
|
||||
|
||||
RUN_DEPENDS = productivity/tryton/product \
|
||||
productivity/tryton/stock
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/tryton/product_cost_fifo/distinfo
Normal file
5
productivity/tryton/product_cost_fifo/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (tryton/trytond_product_cost_fifo-2.0.1.tar.gz) = 8K7D1mxBhF3OAJ39PbY0FA==
|
||||
RMD160 (tryton/trytond_product_cost_fifo-2.0.1.tar.gz) = P5Efhhtz+kB0wECZoLrKW3IEjoE=
|
||||
SHA1 (tryton/trytond_product_cost_fifo-2.0.1.tar.gz) = nEj4jFyA6TI1Vv1GyFSn/z6LUXs=
|
||||
SHA256 (tryton/trytond_product_cost_fifo-2.0.1.tar.gz) = +R+jsec5G1Ze+LfBSWhlegMWR5Sy90VZZFKIZinKptk=
|
||||
SIZE (tryton/trytond_product_cost_fifo-2.0.1.tar.gz) = 19958
|
6
productivity/tryton/product_cost_fifo/pkg/DESCR
Normal file
6
productivity/tryton/product_cost_fifo/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
This is the "product_cost_fifo" module for the Tryton application
|
||||
platform.
|
||||
It adds FIFO cost method on the product form.
|
||||
Once installed, the price of the stock moves from a supplier or to a
|
||||
customer will update automatically the cost price of the related
|
||||
product (if the cost price method is FIFO).
|
23
productivity/tryton/product_cost_fifo/pkg/PLIST
Normal file
23
productivity/tryton/product_cost_fifo/pkg/PLIST
Normal file
@ -0,0 +1,23 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/23 10:19:06 ajacoutot Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/__tryton__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/__tryton__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/bg_BG.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/de_DE.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/es_CO.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/es_ES.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/fr_FR.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/move.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/move.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/product.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/product.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_fifo-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_fifo-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_fifo-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_fifo-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_fifo-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_fifo-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_fifo-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_fifo-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
Loading…
Reference in New Issue
Block a user