-
Notifications
You must be signed in to change notification settings - Fork 10k
[ADD] Payroll: Adding Commissions #14427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+58
−0
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
|
||
=========== | ||
Commissions | ||
=========== | ||
|
||
Commissions are payments made to employees that are earned as part of their salary. The payments are | ||
awarded after a sale has been made, and the amount depends on how much the sale was. Typically the | ||
amount is either a percentage of the sale, or a set commission based on a structure created by the | ||
company. | ||
|
||
To pay an employee a commission they earned, a separate commission paycheck must be issued to the | ||
employee. In Odoo, a commission payslip is referred to as a *warrant payslip*. | ||
|
||
Create warrant payslips | ||
======================= | ||
|
||
Warrant payslips are generated directly from the :guilabel:`Payslips Batches` dashboard, which is | ||
accessed by navigating to :menuselection:`Payroll app --> Payslips --> Batches`. | ||
|
||
First, click the :guilabel:`Generate Warrant Payslips` button in the top-left corner. Doing so | ||
reveals a :guilabel:`Generate Warrant Payslips` pop-up window, in which the necessary information | ||
**must** be filled out. | ||
|
||
Set the time frame the commission was earned, in the two fields next to :guilabel:`Period`. Click | ||
into each field, and a calendar pop-up window loads. Navigate to the desired date and click on it | ||
to select it. | ||
|
||
Using the drop-down menu, select the :guilabel:`Department` in the corresponding field. When a | ||
department is selected, the employees listed for that department appear in the :guilabel:`Employee` | ||
section, below. | ||
|
||
If a file is needed for the record, upload a file to the :guilabel:`Import File` field, such as a | ||
sales invoice, using the :guilabel:`Upload your file` button. Any file type is accepted. | ||
|
||
Under the :guilabel:`Employee` section, enter the individual :guilabel:`Commission Amount` for each | ||
employee in the far-right column. To remove an employee, click the :icon:`fa-trash-o` | ||
:guilabel:`(trash)` icon to remove the line. | ||
|
||
Add a new commission by clicking :guilabel:`Add a Line`, and entering the :guilabel:`Employee` and | ||
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. | ||
|
||
:ref:`Process the batch <payroll/batch-process>` in the same way as a typical batch to complete the | ||
payment process. | ||
|
||
.. image:: commissions/commission-details.png | ||
:alt: Enter the commission details. | ||
|
||
.. seealso:: | ||
:doc:`Commissions <../../sales/sales/commissions>` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.