Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
4480 Представления

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

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Автор

Thank you Tintu