Payroll Preparation To Payslip

Convert payroll entries into payslips

Technical Name:
payroll_preparation_to_payslip
Version:
12.0
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1136/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 To Payslip

Overview

This module allows to generate payslips from payroll preparation entries.

Configuration

Salary Rules

I open the form view of a salary rule.

I the python computation and condition fields, I can reference payroll entries.

static/description/salary_rule_form.png

The entries object works the same way as worked_days or inputs.

Accessing an attribute of this object returns the sum of payroll entries with a code matching the attribute name.

In the example above, the expression returns the sum of payroll entries with the code AAA.

Usage

Generate The Payslip

As member of the groups Payroll Preparation / User and Payroll / Manager, I go to the list view of payroll entries.

static/description/payroll_entry_list.png

I select a set of entries and I click on Generate Payslips.

static/description/generate_payslips_action.png

A confirmation wizard is opened.

static/description/wizard.png

When confirming, the payslips are created.

static/description/payslip_list.png

By default, a single payslip is created per employee.

The date range used as period for a payslip is based on the min and max dates of the related payroll entries.

I open a payslip.

I notice a new table Payroll Entries, containing the list entries related to this payslip.

static/description/payslip_form.png

I notice that my customized rule was computed based on the payroll entries.

static/description/payslip_lines.png

Smart Button

I notice a new smart button on the payslip.

static/description/payslip_smart_button.png

When clicking on the button, the list of related payroll entries is displayed.

static/description/payroll_entry_list_from_smart_button.png

Updating and Deleting Payroll Entries

The module prevents updating and deleting a payroll entry linked to a payslip.

When doing so, a blocking message is displayed.

Contributors