Import trytond-module-timesheet-2.0.0.
This is the "timesheet" module for the Tryton application platform. It adds timesheets for work and line and the following reports: - hours per work - hours per employee per week - hours per employee per month from Christian Rueger, adapted to TRYTOND_MODULE by myself. ok jasper@
This commit is contained in:
parent
21aee145bb
commit
86889153f3
9
productivity/tryton/timesheet/Makefile
Normal file
9
productivity/tryton/timesheet/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/20 11:42:49 ajacoutot Exp $
|
||||
|
||||
MODPY_EGG_VERSION = 2.0.0
|
||||
TRYTOND_MODULE = timesheet
|
||||
|
||||
RUN_DEPENDS = productivity/tryton/company \
|
||||
productivity/tryton/company_work_time
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/tryton/timesheet/distinfo
Normal file
5
productivity/tryton/timesheet/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (tryton/trytond_timesheet-2.0.0.tar.gz) = HgdMu0DNuiynLYKYkwPUPA==
|
||||
RMD160 (tryton/trytond_timesheet-2.0.0.tar.gz) = yoz3IIweWQa2m5FFQHdsUCgoXRs=
|
||||
SHA1 (tryton/trytond_timesheet-2.0.0.tar.gz) = GwrOewzNIxV5Emnkw2GrWwirLSo=
|
||||
SHA256 (tryton/trytond_timesheet-2.0.0.tar.gz) = YTwv/6mqzhNLHYNJpfFJBMzqOiL1xdGsbneQ5p+Hnf0=
|
||||
SIZE (tryton/trytond_timesheet-2.0.0.tar.gz) = 30093
|
5
productivity/tryton/timesheet/pkg/DESCR
Normal file
5
productivity/tryton/timesheet/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This is the "timesheet" module for the Tryton application platform.
|
||||
It adds timesheets for work and line and the following reports:
|
||||
- hours per work
|
||||
- hours per employee per week
|
||||
- hours per employee per month
|
32
productivity/tryton/timesheet/pkg/PLIST
Normal file
32
productivity/tryton/timesheet/pkg/PLIST
Normal file
@ -0,0 +1,32 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/20 11:42:49 ajacoutot Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/__tryton__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/__tryton__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/bg_BG.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/de_DE.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/es_CO.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/es_ES.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/fr_FR.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/line.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/line.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/line.xml
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/nl_NL.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/tests/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/tests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/tests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/tests/test_timesheet.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/tests/test_timesheet.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/timesheet.xml
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/work.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/work.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/timesheet/work.xml
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_timesheet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_timesheet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_timesheet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_timesheet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_timesheet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_timesheet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_timesheet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_timesheet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
Loading…
Reference in New Issue
Block a user