-
Notifications
You must be signed in to change notification settings - Fork 18
handbook: How to process commissions #3295
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| --- | ||
| navTitle: Commission Payment | ||
| --- | ||
|
|
||
| # {{ navTitle }} | ||
|
|
||
| FlowFuse has some employees that are compensated through a bonus or commission | ||
| structure. This structure reduces their base compensation, and rewards them when | ||
| goals are met and for taking a risk with their base compensation. | ||
|
|
||
| ## Processesing Sales Commission | ||
|
|
||
| The company processes the commission payment for sales reps on a monthly basis | ||
| to create a short feedback loop between closing and the reward. Currently that's | ||
| a very manual process, some day to be moved to a Node-RED workflow. Follow the | ||
| next steps to process the commission calculations and setup for payment. | ||
|
|
||
| Note: all sales commissions are advances under the assumption customers pay the | ||
| invoice. FlowFuse might withhold commission payments or claw back payments if | ||
| payments aren't made within 60 days after the [deal was closed](https://flowfuse.com/handbook/customer/sales/engagements/#closing-a-deal). | ||
|
|
||
| ### Calculating Team Commissions | ||
|
|
||
| In the first week after the month has passed, commission payments are calculated. Only closed won deals that have gone through the full process of closing a deal are considered. | ||
|
|
||
| Download all the deals from hubspot by going to the deal board and filter 2 | ||
| ways: | ||
|
|
||
| 1. Closed "Last Month" | ||
| 1. Deal stage is "All Closed Won" | ||
|
|
||
| When the deal board is updated with on the won deals of last month, click | ||
| "Export View" and export as CSV. Download this file to your machine. | ||
|
|
||
| Make a copy of [this Google Sheet template](https://docs.google.com/spreadsheets/d/1fBq4g4W26M3k-uUOg5p4D2mYUyBPP8EbdtPLwuQ5RPI/) and import the CSV just | ||
| downloaded from Hubspot into the "All Deals" sheet. "File" -> "Import" -> | ||
| "Upload" -> "Replace Current Sheet". | ||
|
|
||
| Now "All Deals" have been listed, that adds all the deal closers to the "Team" | ||
| tab. Fill out all the cells for team members with their OTE, accellerators, etc, | ||
| etc. | ||
|
|
||
| Lastly go to the "Commissions" tab and select the employee to calculate the | ||
| payment for. | ||
|
|
||
| Copy the relevant details for the employee into an email and tell them what | ||
| their performance was like and what commission they'll receive. It's important | ||
| to get a written agreement to the commission number. | ||
|
ZJvandeWeg marked this conversation as resolved.
|
||
|
|
||
| Here is an email template that can be used: | ||
|
|
||
| Dear {{first_name}}, | ||
|
|
||
| This email is to confirm your estimated commissions for {{Month and Year}}. | ||
| Your target amount for this quarter is {{amount}}. The end of {{Month and Year}} puts us | ||
| {{X}} weeks into the quarter. | ||
|
|
||
| In {{Month and Year}}, you closed: | ||
| * {{Y}} number of deals | ||
| * {{ARR}} new Contracted ARR | ||
|
|
||
| Please remember: FlowFuse might withhold commission payments, or | ||
| claw back payments if payments aren't made within 60 days after the quote is signed. | ||
|
|
||
| Please confirm the numbers in this email for quota to be issued. | ||
|
|
||
| Best, | ||
| {{Manager sending email}} | ||
|
|
||
| ### Wiring the money | ||
|
|
||
| If the employee agrees with the commission, process the payment in Deel. | ||
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
Oops, something went wrong.
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.