跳至內容
選單
此問題已被標幟
3 回覆
4479 瀏覽次數

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