~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/hr_attendance.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: hr_attendance
 
3
    :synopsis: Attendances Of Employees (Official, Quality Certified)
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/hr_attendance"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Attendances Of Employees (*hr_attendance*)
 
23
==========================================
 
24
:Module: hr_attendance
 
25
:Name: Attendances Of Employees
 
26
:Version: 5.0.1.1
 
27
:Author: Tiny
 
28
:Directory: hr_attendance
 
29
:Web: 
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  This module aims to manage employee's attendances.
 
39
 
 
40
Download links
 
41
--------------
 
42
 
 
43
You can download this module as a zip file in the following version:
 
44
 
 
45
  * `5.0 <http://www.openerp.com/download/modules/5.0/hr_attendance.zip>`_
 
46
  * `trunk <http://www.openerp.com/download/modules/trunk/hr_attendance.zip>`_
 
47
 
 
48
 
 
49
Dependencies
 
50
------------
 
51
 
 
52
 * :mod:`base`
 
53
 * :mod:`hr`
 
54
 
 
55
Reports
 
56
-------
 
57
 
 
58
 * Attendance Error Report
 
59
 
 
60
Menus
 
61
-------
 
62
 
 
63
 * Human Resources/Attendances
 
64
 * Human Resources/Attendances/Attendances
 
65
 * Human Resources/Configuration/Attendance Reasons
 
66
 * Human Resources/Attendances/Sign in / Sign out
 
67
 
 
68
Views
 
69
-----
 
70
 
 
71
 * hr.attendance.form (form)
 
72
 * hr.attendance.tree (tree)
 
73
 * hr.attendance.tree (tree)
 
74
 * hr.action.reason.form (form)
 
75
 * hr.action.reason.tree (tree)
 
76
 * \* INHERIT hr.employee.form1 (form)
 
77
 
 
78
 
 
79
Objects
 
80
-------
 
81
 
 
82
Object: Action reason (hr.action.reason)
 
83
########################################
 
84
 
 
85
 
 
86
 
 
87
:name: Reason, char, required
 
88
 
 
89
 
 
90
 
 
91
 
 
92
 
 
93
:action_type: Action's type, selection
 
94
 
 
95
 
 
96
 
 
97
 
 
98
Object: Attendance (hr.attendance)
 
99
##################################
 
100
 
 
101
 
 
102
 
 
103
:action: Action, selection, required
 
104
 
 
105
 
 
106
 
 
107
 
 
108
 
 
109
:employee_id: Employee, many2one, required
 
110
 
 
111
 
 
112
 
 
113
 
 
114
 
 
115
:sheet_id: Sheet, many2one, readonly
 
116
 
 
117
 
 
118
 
 
119
 
 
120
 
 
121
:name: Date, datetime, required
 
122
 
 
123
 
 
124
 
 
125
 
 
126
 
 
127
:action_desc: Action reason, many2one
 
128
 
 
129