|
2 | 2 | Check in and out
|
3 | 3 | ================
|
4 | 4 |
|
5 |
| -Odoo's *Attendances* application allows users, who are logged into the database, to check in and |
6 |
| -out, without needing to go into the *Attendances* application, or use a kiosk. For smaller |
| 5 | +Odoo's **Attendances** application allows users, who are logged into the database, to check in and |
| 6 | +out without needing to go into the **Attendances** application, or use a kiosk. For smaller |
7 | 7 | companies, where every employee is also a user, this feature may be useful.
|
8 | 8 |
|
9 | 9 | A user can check in and/or out on the main database Odoo dashboard, or while inside any application.
|
10 | 10 | To do so, in the upper-right corner of the top main header menu, which is always visible regardless
|
11 |
| -of what application the user is in, a :guilabel:`🔴 (red circle)` or :guilabel:`🟢 (green circle)` |
12 |
| -is visible. Click on the colored circle to reveal the attendance widget, enabling the user to check |
13 |
| -in and/or out. |
14 |
| - |
15 |
| -.. image:: check_in_check_out/top-menu.png |
16 |
| - :align: center |
17 |
| - :alt: Top right main menu with check in button highlighted. |
| 11 | +of what application the user is in, a :icon:`fa-circle` :guilabel:`(red circle)` or |
| 12 | +:icon:`fa-circle` :guilabel:`(green circle)` is visible. Click on the colored circle to reveal the |
| 13 | +attendance widget, enabling the user to check in or out. |
18 | 14 |
|
19 | 15 | .. _attendances/check-in:
|
20 | 16 |
|
21 | 17 | Check in
|
22 | 18 | ========
|
23 | 19 |
|
24 | 20 | If the attendance widget circle is red, this indicates the user is not currently checked in. Click
|
25 |
| -the :guilabel:`🔴 (red circle)`, and the attendance widget appears, displaying a green |
26 |
| -:guilabel:`Check in` :icon:`fa-sign-in` button. |
| 21 | +the :icon:`fa-circle` :guilabel:`(red circle)`, and the attendance widget appears, displaying a |
| 22 | +green :guilabel:`Check in` :icon:`fa-sign-in` button. |
27 | 23 |
|
28 | 24 | .. image:: check_in_check_out/check-in.png
|
29 |
| - :align: center |
30 | 25 | :alt: Top right main menu with check in button highlighted.
|
31 | 26 |
|
32 |
| -When the user checks in from the database, the *Attendances* app logs the location details for the |
| 27 | +When the user checks in from the database, the **Attendances** app logs the location details for the |
33 | 28 | user, including the IP Address and GPS coordinates.
|
34 | 29 |
|
35 | 30 | .. important::
|
36 |
| - For the *Attendances* app to log the location details, the user must allow their computer to |
| 31 | + For the **Attendances** app to log the location details, the user must allow their computer to |
37 | 32 | access their location information.
|
38 | 33 |
|
39 | 34 | If the user has not already checked in and out during the current work day, this button is the only
|
40 | 35 | visible item in the widget. If the user has previously checked in and out, a :guilabel:`Total today`
|
41 | 36 | field appears above the button, and the total amount of time that has been logged for the day
|
42 | 37 | appears in that field, in an :guilabel:`HH:MM` (hours:minutes) format.
|
43 | 38 |
|
44 |
| -Click the :guilabel:`Check in` :icon:`fa-sign-in` button to check in. The :guilabel:`🔴 (red |
45 |
| -circle)` in the top menu changes to green, and the widget changes appearance, as well. The widget |
46 |
| -updates to reflect that the user has checked in, by changing the green :guilabel:`Check in` |
47 |
| -:icon:`fa-sign-in` button to a yellow :guilabel:`Check out` :icon:`fa-sign-out` button. |
| 39 | +Click the :guilabel:`Check in` :icon:`fa-sign-in` button to check in. The :icon:`fa-circle` |
| 40 | +:guilabel:`(red circle)` in the top menu changes to green, and the widget changes appearance, as |
| 41 | +well. The widget updates to reflect that the user has checked in, by changing the green |
| 42 | +:guilabel:`Check in` :icon:`fa-sign-in` button to a yellow :guilabel:`Check out` :icon:`fa-sign-out` |
| 43 | +button. |
48 | 44 |
|
49 | 45 | Click anywhere on the screen to close the attendance widget.
|
50 | 46 |
|
@@ -73,16 +69,14 @@ attendance widget updates again, displaying the :guilabel:`Total today` field wi
|
73 | 69 | while the yellow :guilabel:`Check out` :icon:`fa-sign-out` button changes to a green
|
74 | 70 | :guilabel:`Check in` :icon:`fa-sign-in` button.
|
75 | 71 |
|
76 |
| -When the user checks out from the database, the *Attendances* app logs the location details for the |
77 |
| -user. This information is **only** logged if the user allows their computer to access this |
78 |
| -information. |
| 72 | +When the user checks out from the database, the **Attendances** app logs the location details for |
| 73 | +the user. This information is logged **only** if the user grants permission. |
79 | 74 |
|
80 | 75 | .. image:: check_in_check_out/check-in-database-message.png
|
81 |
| - :align: center |
82 | 76 | :alt: The pop-up that appears when an employee checks in inside the database.
|
83 | 77 |
|
84 | 78 | .. tip::
|
85 |
| - There is no limit to the amount of times a user can check in and check out. Users are able to |
86 |
| - check in and out without any time elapsing (a value of 00:00). Each time an employee logs in and |
87 |
| - out, the information is stored and appears on the main *Attendances* dashboard, including check |
88 |
| - ins and check outs with no time value. |
| 79 | + The number of times a user can check in and check out is unlimited. Users can check in and out |
| 80 | + without any time elapsing (a value of 00:00). Each time an employee logs in and out, the |
| 81 | + information is stored and appears on the main **Attendances** dashboard, including check-ins and |
| 82 | + check-outs with no time value. |
0 commit comments