Payroll Preparation

Preparation of data for the payroll

Technical Name:
payroll_preparation
Version:
12.0
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1131/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Payroll Preparation

This module defines an application to manage the preparation of payroll.

Context

By preparation of payroll, we mean the gathering of relevant data to process a payslip. It is a very distinct process from the actual computing of payroll.

Many companies outsource the production of their payslips. However, the worked hours and other data required to produce payslips is kept somewhere else.

Module Design

The module defines a new model Payroll Entry (or Payroll Entry).

This model is intended to be exported as data for an external payroll system. It can also be used to import data from an external system so that the computation can be done in Odoo.

The module does not define how to generate the payroll entries. This should be implemented in another module.

User Groups

Two new user groups are added:

  • Payroll Preparation / User
  • Payroll Preparation / Manager
static/description/user_form.png

The User has access in Read mode to the application. The Manager has access in Read / Write / Create mode to the application.

By default, a payroll entry can not be deleted (except by a superuser).

Usage

In the main application panel, I see a new entry Payroll Preparation.

static/description/app_panel_menu.png

When entering the application, I see the list of payroll entries.

static/description/payroll_preparation_line_list.png

Payroll Periods

As Payroll Preparation / Manager, under Configuration / Payroll Periods, I can configure the available payroll periods.

static/description/payroll_period_list.png

For more information about payroll periods, see the module payroll_period.

Contributors