@@ -17,27 +17,28 @@ Task Logs Utilization Report
17
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
:alt: License: AGPL-3
19
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Ftimesheet-lightgray.png?logo=github
20
- :target: https://github.com/OCA/timesheet/tree/14 .0/hr_utilization_report
20
+ :target: https://github.com/OCA/timesheet/tree/18 .0/hr_utilization_report
21
21
:alt: OCA/timesheet
22
22
.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/timesheet-14 -0/timesheet-14 -0-hr_utilization_report
23
+ :target: https://translation.odoo-community.org/projects/timesheet-18 -0/timesheet-18 -0-hr_utilization_report
24
24
:alt: Translate me on Weblate
25
25
.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/timesheet&target_branch=14 .0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/timesheet&target_branch=18 .0
27
27
:alt: Try me on Runboat
28
28
29
29
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
30
30
31
31
This module allows to generate Utilization Report from Task Logs.
32
32
33
33
Features:
34
- * Configure source data set
35
- * Select reported fields
36
- * Select and reorder report line grouping
37
- * Select time interval
38
- * Configure capacity format (HH:MM, HH:MM: SS, or decimal)
39
- * Configure utilization format (percentage or absolute)
40
- * View in browser, export in PDF and XLSX formats
34
+
35
+ - Configure source data set
36
+ - Select reported fields
37
+ - Select and reorder report line grouping
38
+ - Select time interval
39
+ - Configure capacity format (HH:MM, HH:MM: SS, or decimal)
40
+ - Configure utilization format (percentage or absolute)
41
+ - View in browser, export in PDF and XLSX formats
41
42
42
43
**Table of contents **
43
44
@@ -49,67 +50,70 @@ Usage
49
50
50
51
To create report using Utilization Report Wizard:
51
52
52
- # . Go to *Timesheets > Reporting > Utilization Report Wizard *.
53
- # . Configure the data set and click "View".
53
+ 1 . Go to *Timesheets > Reporting > Utilization Report Wizard *.
54
+ 2 . Configure the data set and click "View".
54
55
55
- To create report using Utilization Report Wizard on a specific set of Employees:
56
+ To create report using Utilization Report Wizard on a specific set of
57
+ Employees:
56
58
57
- # . Go to *Employees > Employees *.
58
- # . Select employees that should be used in the report
59
- # . Press the *Action > Generate Utilization Report * button
60
- # . Configure the report and export it in one of the formats
59
+ 1 . Go to *Employees > Employees *.
60
+ 2 . Select employees that should be used in the report
61
+ 3 . Press the *Action > Generate Utilization Report * button
62
+ 4 . Configure the report and export it in one of the formats
61
63
62
- To create report using Utilization Report Wizard on a specific set of Departments:
64
+ To create report using Utilization Report Wizard on a specific set of
65
+ Departments:
63
66
64
- # . Go to *Employees > Departments *.
65
- # . Select departments that should be used in the report
66
- # . Press the *Action > Generate Utilization Report * button
67
- # . Configure the report and export it in one of the formats
67
+ 1 . Go to *Employees > Departments *.
68
+ 2 . Select departments that should be used in the report
69
+ 3 . Press the *Action > Generate Utilization Report * button
70
+ 4 . Configure the report and export it in one of the formats
68
71
69
- With ``project_timesheet_holidays `` module installed, leaves are not taken into
70
- account: for a single 4-hour entry on specific day with 8 working hours and
71
- 4 hours of leaves, capacity would be calculated as 8 hours and utilization
72
- would be calculated as 100%.
72
+ With ``project_timesheet_holidays `` module installed, leaves are not
73
+ taken into account: for a single 4-hour entry on specific day with 8
74
+ working hours and 4 hours of leaves, capacity would be calculated as 8
75
+ hours and utilization would be calculated as 100%.
73
76
74
- Without ``project_timesheet_holidays `` module installed, leaves are taken into
75
- account: for a single 4-hour entry on specific day with 8 working hours and
76
- 4 hours of leaves, capacity would be calculated as 4 hours and utilization
77
- would be calculated as 100%.
77
+ Without ``project_timesheet_holidays `` module installed, leaves are
78
+ taken into account: for a single 4-hour entry on specific day with 8
79
+ working hours and 4 hours of leaves, capacity would be calculated as 4
80
+ hours and utilization would be calculated as 100%.
78
81
79
82
Known issues / Roadmap
80
83
======================
81
84
82
- * Add ``text-danger ``/``text-warning `` threshold levels and reporting color,
83
- congfigurable via company settings and alterable at wizard level.
85
+ - Add ``text-danger ``/``text-warning `` threshold levels and reporting
86
+ color, congfigurable via company settings and alterable at wizard
87
+ level.
84
88
85
89
Bug Tracker
86
90
===========
87
91
88
92
Bugs are tracked on `GitHub Issues <https://github.com/OCA/timesheet/issues >`_.
89
93
In case of trouble, please check there if your issue has already been reported.
90
94
If you spotted it first, help us to smash it by providing a detailed and welcomed
91
- `feedback <https://github.com/OCA/timesheet/issues/new?body=module:%20hr_utilization_report%0Aversion:%2014 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
95
+ `feedback <https://github.com/OCA/timesheet/issues/new?body=module:%20hr_utilization_report%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
92
96
93
97
Do not contact contributors directly about support or help with technical issues.
94
98
95
99
Credits
96
100
=======
97
101
98
102
Authors
99
- ~~~~~~~
103
+ -------
100
104
101
105
* CorporateHub
102
106
103
107
Contributors
104
- ~~~~~~~~~~~~
108
+ ------------
105
109
106
- * Dhara Solanki <
[email protected] >
107
- * `CorporateHub <https://corporatehub.eu/ >`__
110
+ - Dhara Solanki <
[email protected] >
111
+ - `CorporateHub <https://corporatehub.eu/ >`__
108
112
109
- * Alexey Pelykh <
[email protected] >
113
+ - Alexey Pelykh <
[email protected] >
110
114
111
115
Maintainers
112
- ~~~~~~~~~~~
116
+ -----------
113
117
114
118
This module is maintained by the OCA.
115
119
@@ -121,6 +125,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
121
125
mission is to support the collaborative development of Odoo features and
122
126
promote its widespread use.
123
127
124
- This module is part of the `OCA/timesheet <https://github.com/OCA/timesheet/tree/14 .0/hr_utilization_report >`_ project on GitHub.
128
+ This module is part of the `OCA/timesheet <https://github.com/OCA/timesheet/tree/18 .0/hr_utilization_report >`_ project on GitHub.
125
129
126
130
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments