Metadata-Version: 2.1
Name: mds-employee-timetracking
Version: 5.0.23
Summary: Tryton module for time tracking of a employee
Home-page: https://www.m-ds.de/
Author: m-ds
Author-email: service@m-ds.de
License: GPL-3
Keywords: tryton time tracking employee worktime
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Natural Language :: German
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: mds-sqlextension (>=0.1.8)
Requires-Dist: pytz
Requires-Dist: trytond-company (<5.1,>=5.0)
Requires-Dist: mds-pim-calendar (<=5.0.99,>=5.0.0)
Requires-Dist: trytond (<5.1,>=5.0)

mds-employee-timetracking
=========================
Working time recording for employees, with multiple time accounts, 
time account rules, automatic pause control and report.

Install
=======

pip install mds-employee-timetracking

Requires
========
- Tryton 5.0

HowTo
=====

For more information, read the files in the doc folder.

ToDo
====
- extend manual
- support for NFC door device

Changes
=======

*5.0.23 - 07.10.2019*

- fix: generate a valid calendar name in the Employees Wizard

*5.0.22 - 12.09.2019*

- upd: optimized selection of open presence-time by wizard
- upd: presence-times - workflow now allows: examine->editable
- fix: open presence-times appear in correct month
- fix: permissions for role working-time-admin

*5.0.21 - 06.09.2019*

- fix: permissions for employee to edit its sick days

*5.0.20 - 05.09.2019*

- add: employee can enter its sick days

*5.0.19 - 03.09.2019*

- add: new role 'Employee edit its start balance'

*5.0.18 - 02.09.2019*

- add: account rule extended - 
   applies on public holidays / not on public holidays / not set

*5.0.17 - 30.08.2019*

- fix: exception when deleting the start position of a period with 
   the existing end position

*5.0.16 - 14.08.2019*

- add: initial balance of a time account can be set manually

*5.0.15 - 19.07.2019*

- updt: field placement in employee wizard optimized
- fix: exception when accessing overlap calculation

*5.0.14 - 25.04.2019*

- new: config wizard

*5.0.13 - 18.04.2019*

- fix: calculation of remainig vacation days

*5.0.12 - 15.04.2019*

- new: holiday planning (new depency to mds-pim-calendar)

*5.0.11 - 14.02.2019*

- new: calendar view in evaluation + presence period + break time
- new: colors of background/text in calendar view selectable 
   for employee + type of presence, time account...
- info: GooCalendar on client side is neccasary

*5.0.10 - 11.02.2019*

- new: Attendance wizard extended, employee can enter his break times
- fix: report causes exception

*5.0.9 - 30.01.2019*

- fix: edit employee also corrects the associated company on the cronjob
- updt: optimized tests
- new: Time Entry Wizard accepts any number of Presence Types

*5.0.8 - 17.01.2019*

- checked compatibility to Tryton 5.0


