File: control

package info (click to toggle)
tryton-modules-timesheet 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 308 kB
  • sloc: python: 626; xml: 521; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: tryton-modules-timesheet
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Daniel Baumann <daniel@debian.org>, Mathias Behrle <mathiasb@m9s.biz>
Dm-Upload-Allowed: yes
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.3
Homepage: http://www.tryton.org/
Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-timesheet.git
Vcs-Git: git://debian.tryton.org/git/packages/tryton-modules-timesheet.git
X-Python-Version: >= 2.6

Package: tryton-modules-timesheet
Architecture: all
Depends:
 ${misc:Depends}, ${python:Depends}, tryton-server (>= 2.2),
 tryton-modules-company (>= 2.2), tryton-modules-company-work-time (>= 2.2),
 python-pkg-resources
Description: Tryton Application Platform (Timesheet Module)
 Tryton is a high-level general purpose application platform written in Python
 and using PostgreSQL as database engine. It is the core base of a complete
 business solution.
 .
 This module adds the possibility to define timesheets with work and timesheet
 lines. It contains reports for hours per work, hours per employee per week,
 hours per employee per month.