2023-04-15 03:39:02 +07:00
|
|
|
=========
|
|
|
|
Contracts
|
|
|
|
=========
|
|
|
|
|
|
|
|
Every employee in Odoo is required to have a contract in order to be paid. A contract outlines the
|
2024-05-14 00:56:50 +07:00
|
|
|
terms of an employee's position, their compensation, working hours, and any other details about
|
|
|
|
their position.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
.. important::
|
|
|
|
Contract documents (PDFs) are uploaded and organized using the *Documents* application, and are
|
|
|
|
signed using the *Sign* application. Ensure these applications are installed in order to send and
|
2024-03-04 18:02:08 +07:00
|
|
|
sign contracts. Please refer to the :doc:`/applications/productivity/documents` and
|
|
|
|
:doc:`/applications/productivity/sign` documentation.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
To view the employee contracts, go to the :menuselection:`Payroll app --> Contracts --> Contracts`
|
2023-04-15 03:39:02 +07:00
|
|
|
from the top menu. All employee contracts, and their current contract status, are displayed in a
|
2024-05-14 00:56:50 +07:00
|
|
|
Kanban view, by default. The Kanban view displays running contracts, contracts that require action,
|
|
|
|
expired contracts, and cancelled contracts.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
.. image:: contracts/contracts-overview.png
|
|
|
|
:align: center
|
|
|
|
:alt: Contracts dashboard view showing running contracts and contracts with issues.
|
|
|
|
|
|
|
|
.. note::
|
|
|
|
The list of contracts in the *Payroll* application matches the list of contracts in the
|
2024-05-14 00:56:50 +07:00
|
|
|
*Employees* application.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
Create a new contract
|
|
|
|
=====================
|
|
|
|
|
|
|
|
In order for an employee to be paid, an active contract is required. If a new contract is needed,
|
2024-05-14 00:56:50 +07:00
|
|
|
click the :guilabel:`Create` button on the :guilabel:`Contracts` dashboard. A contract form appears
|
|
|
|
where the information can be entered. Required fields are underlined in bold.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
New contract form
|
|
|
|
-----------------
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
.. image:: contracts/required-fields.png
|
|
|
|
:align: center
|
|
|
|
:alt: New contract form to be filled in when creating a new contract.
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`Contact Reference`: type in the name or title for the contract, such as `John Smith
|
|
|
|
Contract`. This field is **required**.
|
|
|
|
- :guilabel:`Employee`: name of the employee the contract applies to.
|
|
|
|
- :guilabel:`Contract Start Date`: the date the contract starts. Choose a date by clicking on the
|
|
|
|
drop-down menu, navigating to the correct month and year by using the :icon:`fa-chevron-left`
|
|
|
|
:icon:`fa-chevron-right` :guilabel:`(arrow)` icons, then clicking on the desired date. This field
|
|
|
|
is **required**.
|
|
|
|
- :guilabel:`Contract End Date`: the date the contract ends. Choose a date by clicking on the
|
|
|
|
drop-down menu, navigating to the correct month and year by using the :icon:`fa-chevron-left`
|
|
|
|
:icon:`fa-chevron-right` :guilabel:`(arrow)` icons, then clicking on the desired date. This field
|
|
|
|
is **required**.
|
|
|
|
- :guilabel:`Salary Structure Type`: select one of the salary structure types from the drop-down
|
2023-04-15 03:39:02 +07:00
|
|
|
menu. The default salary structure types are :guilabel:`Employee` or :guilabel:`Worker`. A new
|
2024-05-14 00:56:50 +07:00
|
|
|
salary structure type can be created by typing the name in the field. This field is **required**.
|
|
|
|
- :guilabel:`Working Schedule`: select one of the working schedules from the drop-down menu. This
|
|
|
|
field is **required**.
|
|
|
|
- :guilabel:`Department`: the department the contract applies to.
|
|
|
|
- :guilabel:`Job Position`: the specific job position the contract applies to.
|
|
|
|
- :guilabel:`Wage on Payroll`: the amount to be paid to the employee each month.
|
|
|
|
- :guilabel:`Contract Type`: choose from :guilabel:`CDI`, :guilabel:`CDD`, or :guilabel:`PFI` from
|
2023-04-15 03:39:02 +07:00
|
|
|
the drop-down menu.
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`CDI` is an open-ended contract with only a start date, but no end date.
|
2023-04-15 03:39:02 +07:00
|
|
|
- :guilabel:`CDD` is a contract with both a start date and an end date.
|
|
|
|
- :guilabel:`PFI` is a Belgian-specific contract used when hiring employees that need training,
|
|
|
|
and covers the training period specifically.
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`HR Responsible`: if there is a specific person in HR that is responsible for the
|
|
|
|
contract, select the person from the drop-down menu. This field is required.
|
|
|
|
|
|
|
|
.. tip::
|
|
|
|
The :guilabel:`Working Schedule` drop-down menu displays all the working times for the selected
|
|
|
|
:guilabel:`Company`. To modify or add to this list, go to :menuselection:`Payroll app -->
|
|
|
|
Configuration --> Working Times`, and either :guilabel:`Create` a new working time, or click on
|
|
|
|
an existing working time, then edit it by clicking :guilabel:`Edit`.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
Contract details
|
|
|
|
----------------
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
The :guilabel:`Contract Details` tab allows for the addition and editing of a contract, along with
|
|
|
|
specifying which template to use when a new contract is created. These fields **must** be populated
|
|
|
|
in order to create a new contract.
|
|
|
|
|
|
|
|
.. important::
|
|
|
|
To access the various contract template fields in the :guilabel:`Contract Details` tab, the
|
|
|
|
*Salary Configurator* (`hr_contract_salary`) module **must** be :ref:`installed
|
|
|
|
<general/install>`.
|
|
|
|
|
|
|
|
When the *Salary Configurator* module is installed, the *Salary Configurator - Holidays* and
|
|
|
|
*Salary Configurator - Payroll* modules install, as well.
|
|
|
|
|
|
|
|
Once the modules are installed, the database reverts to the main dashboard.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
.. image:: contracts/contract-details.png
|
|
|
|
:align: center
|
|
|
|
:alt: Contract details in optional tabs for a new contract.
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`Analytic Account`: this field allows a link between the contract and a specific
|
|
|
|
analytic account for accounting purposes.
|
|
|
|
- :guilabel:`Contract Template`: select a pre-existing contract template from the drop-down menu.
|
2023-04-15 03:39:02 +07:00
|
|
|
Contract templates are typically created through the *Recruitment* application.
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`New Contract Document Template`: select a contract from the drop-down menu to be
|
2023-04-15 03:39:02 +07:00
|
|
|
modified for this new employee contract.
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`Contract Update Document Template`: select a contract from the drop-down menu, if the
|
2023-04-15 03:39:02 +07:00
|
|
|
employee has an existing contract that requires updating.
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`Notes`: the notes field is a text field where any notes for the employee contract can
|
2023-04-15 03:39:02 +07:00
|
|
|
be entered for future reference.
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
Modify a contract template
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
Click the :icon:`fa-external-link` :guilabel:`(external Link)` icon at the end of either the
|
|
|
|
:guilabel:`New Contract Document Template` or :guilabel:`Contract Update Document Template` to open
|
|
|
|
the corresponding contract template, and proceed to make any desired changes.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
.. image:: contracts/external-link.png
|
|
|
|
:align: center
|
|
|
|
:alt: Contract details in optional tabs for a new contract.
|
|
|
|
|
|
|
|
A pop-up window appears with all the contract details. Modify the fields for the contract as needed.
|
|
|
|
|
|
|
|
.. image:: contracts/modify-contract.png
|
|
|
|
:align: center
|
|
|
|
:alt: Edit the details for the contract.
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`Tags`: select any tags associated with the contract.
|
|
|
|
- :guilabel:`Signed Document Workspace`: this is where the signatures are stored. Choose a
|
|
|
|
pre-configured workspace, or create a new one. To create a new :guilabel:`Signed Document
|
|
|
|
Workspace`, type in the name of the workspace, then click either :guilabel:`Create` to add the new
|
|
|
|
workspace, or :guilabel:`Create and Edit` to add the workspace and modify the workspace details.
|
|
|
|
- :guilabel:`Signed Document Tags`: select or create any tags that are only associated with the
|
|
|
|
signed contract, as opposed to the original unsigned contract.
|
|
|
|
- :guilabel:`Redirect Link`: enter a redirect link for the employee to access the contract. A
|
|
|
|
redirect link takes the user from one URL to another. In this case, it takes them to the
|
|
|
|
newly-updated contract specifically written for them.
|
|
|
|
- :guilabel:`Who can Sign`: select either :guilabel:`All Users` or :guilabel:`On Invitation`.
|
|
|
|
|
|
|
|
- :guilabel:`All Users`: any user in the organization can sign the contract.
|
|
|
|
- :guilabel:`On Invitation`: only users selected in this field can sign the contract.
|
|
|
|
|
|
|
|
- :guilabel:`Invited Users`: select the person (or people) that can sign the document.
|
|
|
|
- :guilabel:`Document`: the attached document can be replaced by clicking the :icon:`fa-pencil`
|
|
|
|
:guilabel:`(pencil)` icon. A pop-up window appears, so another document can be selected for
|
|
|
|
upload. The file **must** be a PDF. To remove the document, click the :icon:`fa-trash-o`
|
|
|
|
:guilabel:`(trash can)` icon.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
Once the edits are complete, click the :guilabel:`Save` button. All the information for the selected
|
|
|
|
contract template populates the fields in the :guilabel:`Salary Information` tab. Any additional
|
|
|
|
tabs, such as :guilabel:`Personal Documents`, appears if applicable.
|
|
|
|
|
|
|
|
Salary information
|
|
|
|
------------------
|
|
|
|
|
|
|
|
.. image:: contracts/salary-info.png
|
|
|
|
:align: center
|
|
|
|
:alt: Optional tabs for a new contract.
|
|
|
|
|
|
|
|
This section is where the specific salary details are defined. This section is country-specific, so
|
2024-05-14 00:56:50 +07:00
|
|
|
these fields vary, depending on where the company is located.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
Enter the amount in the various fields, or tick a checkbox to apply a benefit. Some options that can
|
|
|
|
be entered here include :guilabel:`Group Insurance Sacrifice Rate` and :guilabel:`Canteen Cost`, for
|
|
|
|
example.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
Some fields may be automatically filled in as other fields are entered. For example, the
|
|
|
|
:guilabel:`Yearly Cost (Real)` and :guilabel:`Monthly Cost (Real)` updates once the :guilabel:`Wage`
|
|
|
|
is populated.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
Personal documents
|
|
|
|
------------------
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
This tab **only** appears after an :guilabel:`Employee` is selected, and houses any documents that
|
|
|
|
are linked to the employee on their employee record. Documents cannot be added to this tab, this tab
|
|
|
|
**only** shows documents that are already uploaded and associated with the employee.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
The available documents in this tab can be downloaded. Click the :icon:`fa-download`
|
|
|
|
:guilabel:`(download)` icon next to the document to download it.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
Save and send the contract
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
Once a contract has been created and/or modified, save the contract by clicking the :guilabel:`Save`
|
|
|
|
button. Next, the contract must be sent to the employee to be signed.
|
|
|
|
|
|
|
|
Click on one of the following buttons to send the contract to the employee:
|
|
|
|
|
|
|
|
.. image:: contracts/send-contract.png
|
|
|
|
:align: center
|
|
|
|
:alt: Send the contract to the employee via one of the buttons.
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`Generate Simulation Link`: this option is **only** for Belgian companies. Clicking this
|
|
|
|
opens a pop-up window that contains the basic information from the contract, as well as a link for
|
|
|
|
the contract when using the salary configurator. Click :guilabel:`Send` to send an email to the
|
|
|
|
employee, so they can sign the contract.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
|
|
|
.. image:: contracts/simulation.png
|
|
|
|
:align: center
|
|
|
|
:alt: Sends a link to the employee for the contract.
|
|
|
|
|
|
|
|
.. note::
|
2024-05-14 00:56:50 +07:00
|
|
|
In order to send a contract using the :guilabel:`Generate Simulation Link`, there **must** be a
|
|
|
|
signature field in the contract PDF being sent to the employee, so they can sign it.
|
2023-04-15 03:39:02 +07:00
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
- :guilabel:`Signature Request`: clicking this reveals a pop-up window, where an email can be typed
|
|
|
|
to the employee. Select the document (such as a contract, NDA, or Homeworking Policy) from the
|
2023-04-15 03:39:02 +07:00
|
|
|
drop-down menu, and fill out the email section. Click :guilabel:`Send` when the email is ready to
|
|
|
|
be sent.
|
|
|
|
|
|
|
|
.. image:: contracts/sign-contract.png
|
|
|
|
:align: center
|
|
|
|
:alt: Request a signature for the contract via email.
|
|
|
|
|
2024-05-14 00:56:50 +07:00
|
|
|
Salary attachments
|
|
|
|
------------------
|
|
|
|
|
|
|
|
Any automatic deductions or allocations for an employee, such as child support payments and wage
|
|
|
|
garnishments, are referred to as a *salary attachment*. This section is where all of these
|
|
|
|
deductions or allocations are set.
|
|
|
|
|
|
|
|
To add a new deduction, first navigate to :menuselection:`Payroll app --> Contracts --> Salary
|
|
|
|
Attachments`. Next, click :guilabel:`Create`, and a new salary attachment form loads.
|
|
|
|
|
|
|
|
.. image:: contracts/garnishment.png
|
|
|
|
:align: center
|
|
|
|
:alt: The salary attachment form with everything filled in for Ronnie Hart's child support.
|
|
|
|
|
|
|
|
Fill out the following fields on the form:
|
|
|
|
|
|
|
|
- :guilabel:`Employee`: using the drop-down menu, select the employee the salary attachment applies
|
|
|
|
to.
|
|
|
|
- :guilabel:`Description`: enter a short description for the salary attachment, such as `Child
|
|
|
|
Support` or `529 Contribution`.
|
|
|
|
- :guilabel:`Type`: using the drop-down menu, select the type of salary attachment being created.
|
|
|
|
Choose from:
|
|
|
|
|
|
|
|
- :guilabel:`Attachment of Salary`: any payments taken out towards something that is *not* child
|
|
|
|
support. Typically any garnishments, such as lawsuit payments, payments toward taxes owed, etc.
|
|
|
|
- :guilabel:`Assignment of Salary`: any deduction that is not required, but voluntary, such as a
|
|
|
|
pre-tax allocation to a college savings account.
|
|
|
|
- :guilabel:`Child Support`: any payments taken out specifically for child support.
|
|
|
|
|
|
|
|
- :guilabel:`Start Date`: the date the salary attachment starts. Choose a date by clicking on the
|
|
|
|
drop-down menu, navigating to the correct month and year by using the :icon:`fa-chevron-left`
|
|
|
|
:icon:`fa-chevron-right` :guilabel:`(arrow)` icons, then clicking on the desired date. This field
|
|
|
|
is **required**.
|
|
|
|
- :guilabel:`Estimated End Date`: this field automatically populates after both the
|
|
|
|
:guilabel:`Monthly Amount` and :guilabel:`Total Amount` fields are populated. This field is
|
|
|
|
**not** modifiable.
|
|
|
|
- :guilabel:`Document`: attach any documents relevant to the salary attachment. Click the
|
|
|
|
:guilabel:`Upload Your File` button, navigate to the desired document in the file explorer, then
|
|
|
|
click :guilabel:`Open` to select the document, and attach it to the form. To change the attached
|
|
|
|
document, click the :icon:`fa-pencil` :guilabel:`(pencil)` icon, and select a different document.
|
|
|
|
To remove a document, click the :icon:`fa-trash-o` :guilabel:`(trash can)` icon.
|
|
|
|
- :guilabel:`Monthly Amount`: enter the amount to be taken out of the employee's paycheck every
|
|
|
|
month for this specific salary attachment.
|
|
|
|
- :guilabel:`Total Amount`: enter the total amount that the employee pays for the salary attachment
|
|
|
|
to be completed.
|