Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
4478 Widoki

Hi everybody,

Is there anyway to calculate employee working time and overtime with Attendance module?

For example, I want to set working time for an employee is 40hrs/week. And record the time by Attendance module (check in/out). If his attendance > 40hrs, then I can calculate the Overtime.

I try to set the working schedule, but it seem not related to Attendance.

Is there any ext. module for this function?


Thank you

Awatar
Odrzuć
Najlepsza odpowiedź

Hello,

You can see https://www.odoo.com/apps/modules/10.0/hr_overtime_request/ and https://www.odoo.com/apps/modules/10.0/print_timesheet_regular_overtime/

Regards.

www.probuse.com

Awatar
Odrzuć
Najlepsza odpowiedź

hr_attendance_analysis is available for v7.0. You can migrate it to your version and use it.
Code was available in here : https://github.com/OCA/hr-timesheet/tree/7.0/hr_attendance_analysis

Awatar
Odrzuć
Autor

Thank you Tintu