HR Overtime Management

  • Phiên bản Odoo

0 ₫ 0 ₫ 0.0 VND

0 ₫

Tuỳ chọn không khả dụng

Sự kết hợp này không tồn tại.

Thêm vào Giỏ

Tên kỹ thuật: to_hr_overtime_payroll
Tính năng:
- Cho phép khai báo tăng ca cho chính mình, cán bộ cấp trên duyệt
- Cho phép khai báo tăng ca cho nhiều người (vd: quản đốc khai báo cho công nhân vì công nhân không dùng phần mềm)
- Phân loại tự động thời gian tăng ca theo lịch nghỉ của công ty (ngày lễ, chủ nhật, thứ 7) và định nghĩa mức phụ cấp tăng ca cho từng loại tăng ca
- Thời gian tăng ca được tự động đưa vào phiếu lương để tính tự động
- Cung cấp báo cáo / phân tích đa chiều, đa cấp độ về tình hình và diễn biến tăng ca theo từng bộ phận/phòng ban, từng người lao động, theo thời gian
- Cung cấp khả năng mở rộng dễ dàng cho các module bản địa hoá


Cam kết 30 ngày hoàn tiền
Miễn phí Giao hàng tại VN.
Mua ngay, nhận trong 2 days

This application manages employee overtime (with approval process). It also integrated with Odoo payroll system for automatic calculation in payslips.

Key Features

Submit & Approval Process

  • Employees can create Overtime Declaration and submit to their Overtime Manager for reviews and approval
  • The Manager will get notified when an overtime declaration is submitted.
  • Manager can approve/refuse the submitted overtime declaration
  • When create payslip, the approved overtime declaration will be calculated and added into the payslip, respecting the rate of each and every Overtime Rule applied

Rules & Master Data

  1. Rule Code
    • Rule code is a model consist of the following information
      • Code: store a short text present the code for the rules that use this rule code. For example: OT0006, OT0618, etc.
      • Rate: the extra pay in percentage (of basic wage, for example) which can be used in payroll computation.
    • Master Data: once install, the following rule codes will be inserted into your database
      • Codes for overtime in normal working days
        • OT0006
          • Code: OT0006
          • Rate (%): 200
        • OT0618
          • Code: OT0618
          • Rate (%): 150
        • OT1822
          • Code: OT1822
          • Rate (%): 150
        • OT2224
          • Code: OT2224
          • Rate (%): 200
      • Codes for overtime in Saturdays

      • Codes for overtime in Sundays

      • Codes for overtime in holidays

  2. Overtime Rule
    • Overtime Rule is a model that allows managers to define rules that will be available for company

    • Each Overtime Rule consists of the following information
      • Name: the name of the rule, for example, Monday Early Morning, Monday Evening, Saturday Evening, etc
      • Day of Week: the day of week that the rule will be applied. For example, Monday, Saturday, etc
      • Hour From & Hour To: the period of time of the day during which the working time will be counted as overtime
      • Rule Code: referring to a rule code for Code and Rate information
      • Company: for usage in multi-company environment
    • Master Data: Upon installation, this application creates most common overtime rules to help you speed up implementation process

  3. Salary Rule

    Upon installation, this application also creates an additional salary rule for the Base Salary Structure to enable it to calculate overtime pay. The formula is simple and for the sample purpose so that you can modify it to meet your requirements

    total_hours = sum(line.number_of_hours for line in payslip.worked_days_line_ids)
    hour_cost = total_hours and contract.wage / total_hours or 0.0
    amount = 0.0
    for line in payslip.payslip_ot_line_ids:
        if payslip.contract_id:
            amount += hour_cost * line.number_of_hours * line.rate / 100
    result = amount
    

Editions Supported

  1. Community Edition
  2. Enterprise Edition