diff --git a/content/applications.rst b/content/applications.rst index 38b03ab93..23451ff35 100644 --- a/content/applications.rst +++ b/content/applications.rst @@ -18,6 +18,7 @@ Discover our user guides and configuration tutorials per application. applications/sales applications/websites applications/inventory_and_mrp + applications/hr applications/marketing applications/services applications/productivity diff --git a/content/applications/hr.rst b/content/applications/hr.rst new file mode 100644 index 000000000..aa9b28ada --- /dev/null +++ b/content/applications/hr.rst @@ -0,0 +1,9 @@ +:nosearch: + +=============== +Human resources +=============== + +.. toctree:: + + hr/attendances diff --git a/content/applications/hr/attendances.rst b/content/applications/hr/attendances.rst new file mode 100644 index 000000000..c0dbe8f97 --- /dev/null +++ b/content/applications/hr/attendances.rst @@ -0,0 +1,19 @@ +:nosearch: +:show-content: +:hide-page-toc: +:show-toc: + +=========== +Attendances +=========== + +**Odoo Attendances** functions as a time clock. Employees check in and check out of work, while +managers can see who is available at any given time. + +.. seealso:: + `Odoo Tutorials: Attendances `_ + +.. toctree:: + :titlesonly: + + attendances/hardware diff --git a/content/applications/hr/attendances/hardware.rst b/content/applications/hr/attendances/hardware.rst new file mode 100644 index 000000000..2a06050d7 --- /dev/null +++ b/content/applications/hr/attendances/hardware.rst @@ -0,0 +1,57 @@ +======== +Hardware +======== + +Kiosk management +================ + +A kiosk is a self-service station that allows employees to check in and check out for work shifts. + +There are two ways to set up a kiosk: + +- **Laptop and desktop PC** + + Running a kiosk in a web browser is the cheapest and most flexible option. You can print employee + badges with any thermal or inkjet printer compatible with your web browser. + +- **Tablet and mobile phone (Android or iOS)** + + Tablets and mobile phones take up much less space, and their touchscreens are easy to use. + Consider putting them in a secure stand at the front desk or mounting them securely on a wall. + + .. tip:: + We recommend using an iPad together with the `Heckler Design WindFall Stand + `_ + +RFID key fob readers +==================== + +Employees can scan personal RFID key fobs with an RFID reader to manage check-ins and check-outs +quickly and easily. + +.. image:: hardware/rfid-reader.jpg + :align: center + :width: 40% + :alt: An RFID key fob is placed on an RFID reader + +.. tip:: + We recommend using the `Neuftech USB RFID Reader `_. + +.. note:: + An IoT box is **not** required. + +Barcode scanners +================ + +Employees can scan the barcode on their employee badges to manage check-ins and check-outs quickly +and easily. The kiosk mode works with most USB barcode scanners connected directly to a computer. +Bluetooth barcode scanners are also supported natively. + +.. tip:: + We recommend using the `Honeywell product line + `_. If the barcode + scanner is connected directly to a computer, it must be configured to use the computer's keyboard + layout. + +.. note:: + An IoT box is **not** required. diff --git a/content/applications/hr/attendances/hardware/rfid-reader.jpg b/content/applications/hr/attendances/hardware/rfid-reader.jpg new file mode 100644 index 000000000..92e760b4f Binary files /dev/null and b/content/applications/hr/attendances/hardware/rfid-reader.jpg differ