[IMP]: hr_timesheet_sheet: Improved module description for hr_timesheet_sheet

bzr revid: rpa@tinyerp.com-20120912072721-ociihcs358le6wej
This commit is contained in:
Rucha (Open ERP) 2012-09-12 12:57:21 +05:30
parent effad4a03f
commit decf6f6f5b
1 changed files with 10 additions and 17 deletions

View File

@ -27,27 +27,20 @@
'sequence': 16,
'summary': 'Timesheets, Attendances, Activities',
'description': """
This module helps you to easily record and validate timesheets and attendances within the same view.
====================================================================================================
Record and validate timesheets and attendances easily
=====================================================
This application supplies a new screen enabling you to manage both attendances(Sign in/Sign out) and your work encoding(timesheet) by period. Timesheet entries are made by employees each day. At the end of the defined period, employees validate their sheet and then the services manager must approve his team's entries. Periods are defined in the company forms, and you can set them to run monthly or weekly.
* It will maintain attendances and track (sign in/sign out) events.
* Track the timesheet lines.
Other tabs contains statistics views to help you analyse your time or the time of your team:
--------------------------------------------------------------------------------------------
* Time spent by day (with attendances)
* Time spent by project
This module also implements a complete timesheet validation process:
--------------------------------------------------------------------
* Draft sheet
* Confirmation at the end of the period by the employee
* Validation by the project manager
The complete timesheet validation process is:
---------------------------------------------
* Draft sheet
* Confirmation at the end of the period by the employee
* Validation by the project manager
The validation can be configured in the company:
------------------------------------------------
* Period size (day, week, month, year)
* Maximal difference between timesheet and attendances
* Period size (Day, Week, Month)
* Maximal difference between timesheet and attendances
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',