import product_cost_fifo tryton 5.0 module
ok aja@
This commit is contained in:
parent
c65e1b77b1
commit
f1598b9685
9
productivity/tryton/5.0/product_cost_fifo/Makefile
Normal file
9
productivity/tryton/5.0/product_cost_fifo/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/12/19 08:22:57 semarie Exp $
|
||||
|
||||
MODPY_EGG_VERSION = 5.0.0
|
||||
TRYTON_MODULE = product_cost_fifo
|
||||
|
||||
TRYTON_DEPENDS += product \
|
||||
stock
|
||||
|
||||
.include <bsd.port.mk>
|
2
productivity/tryton/5.0/product_cost_fifo/distinfo
Normal file
2
productivity/tryton/5.0/product_cost_fifo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (tryton/trytond_product_cost_fifo-5.0.0.tar.gz) = Sr6igdaXOIOun7j1jIWUraRcAILtbXQ534JRUTik7pY=
|
||||
SIZE (tryton/trytond_product_cost_fifo-5.0.0.tar.gz) = 23455
|
7
productivity/tryton/5.0/product_cost_fifo/pkg/DESCR
Normal file
7
productivity/tryton/5.0/product_cost_fifo/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
The Product Cost FIFO Module add a *FIFO* option in the Cost Method
|
||||
field of the product form.
|
||||
|
||||
The cost price of product whose cost price method is *FIFO* will be
|
||||
updated automatically when stock moves coming from a supplier or going
|
||||
to a customer are made. The page `FIFO and LIFO accounting`_ on
|
||||
Wikipedia gives some information about this costing method.
|
39
productivity/tryton/5.0/product_cost_fifo/pkg/PLIST
Normal file
39
productivity/tryton/5.0/product_cost_fifo/pkg/PLIST
Normal file
@ -0,0 +1,39 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/12/19 08:22:57 semarie Exp $
|
||||
@option is-branch
|
||||
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/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/${MODPY_PYCACHE}move.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/bg.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/ca.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/cs.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/de.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/es.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/es_419.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/fa.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/fr.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/hu_HU.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/it_IT.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/ja_JP.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/lo.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/lt.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/nl.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/pl.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/pt_BR.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/ru.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/sl.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/locale/zh_CN.po
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/move.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/product.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_fifo/tryton.cfg
|
||||
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…
x
Reference in New Issue
Block a user