Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/applications/hr/payroll.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ must be configured before running payroll.

When it is time to run payroll according to the business's schedule (monthly, weekly, bi-weekly,
etc.), :doc:`payslips <payroll/payslips>` can be created individually or in :doc:`groups
<payroll/batches>`. Odoo calculates when the employees worked based on their :doc:`work entries
<payroll/pay_runs>`. Odoo calculates when the employees worked based on their :doc:`work entries
<payroll/work_entries>`. Work entries are created according to their :doc:`contracts
<payroll/contracts>`, based on information from the **Attendances**, **Planning**, or **Timesheets**
apps. Any errors with work entries **must** be resolved *before* continuing to process payroll.
Expand Down Expand Up @@ -145,7 +145,7 @@ Once a localization has been installed, configure the following fields:
- :doc:`payroll/time_off_to_report`
- :doc:`payroll/salary_attachments`
- :doc:`payroll/payslips`
- :doc:`payroll/batches`
- :doc:`payroll/pay_runs`
- :doc:`payroll/commissions`
- :doc:`payroll/payroll_analysis`
- :doc:`payroll/headcount`
Expand All @@ -162,7 +162,7 @@ Once a localization has been installed, configure the following fields:
payroll/time_off_to_report
payroll/salary_attachments
payroll/payslips
payroll/batches
payroll/pay_runs
payroll/commissions
payroll/payroll_analysis
payroll/headcount
Expand Down
204 changes: 0 additions & 204 deletions content/applications/hr/payroll/batches.rst

This file was deleted.

Binary file not shown.
Binary file removed content/applications/hr/payroll/batches/batches.png
Binary file not shown.
Binary file not shown.
Binary file removed content/applications/hr/payroll/batches/generate.png
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions content/applications/hr/payroll/commissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Add a new commission by clicking :guilabel:`Add a Line`, and entering the :guila
the appropriate :guilabel:`Commission Amount`.

Once all the commissions are properly entered, click the :guilabel:`Generate Payslips` button to
create the warrant payslips in a batch, or click :guilabel:`Export` to export a CSV file of the
commissions.
create the warrant payslips in a group, which is reffered to as a *pay run* in Odoo, or click
:guilabel:`Export` to export a CSV file of the commissions.

:ref:`Process the batch <payroll/batch-process>` in the same way as a typical batch to complete the
payment process.
:ref:`Process the pay run <payroll/pay-run-process>` in the same way as a typical batch to complete
the payment process.

.. image:: commissions/commission-details.png
:alt: Enter the commission details.
Expand Down
Loading