|
| 1 | +--- |
| 2 | +navTitle: Commission Payment |
| 3 | +--- |
| 4 | + |
| 5 | +# {{ navTitle }} |
| 6 | + |
| 7 | +FlowFuse has some employees that are compensated through a bonus or commission |
| 8 | +structure. This structure reduces their base compensation, and rewards them when |
| 9 | +goals are met and for taking a risk with their base compensation. |
| 10 | + |
| 11 | +## Processesing Sales Commission |
| 12 | + |
| 13 | +The company processes the commission payment for sales reps on a monthly basis |
| 14 | +to create a short feedback loop between closing and the reward. Currently that's |
| 15 | +a very manual process, some day to be moved to a Node-RED workflow. Follow the |
| 16 | +next steps to process the commission calculations and setup for payment. |
| 17 | + |
| 18 | +Note: all sales commissions are advances under the assumption customers pay the |
| 19 | +invoice. FlowFuse might withhold commission payments or claw back payments if |
| 20 | +payments aren't made within 60 days after the [deal was closed](https://flowfuse.com/handbook/customer/sales/engagements/#closing-a-deal). |
| 21 | + |
| 22 | +### Calculating Team Commissions |
| 23 | + |
| 24 | +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. |
| 25 | + |
| 26 | +Download all the deals from hubspot by going to the deal board and filter 2 |
| 27 | +ways: |
| 28 | + |
| 29 | +1. Closed "Last Month" |
| 30 | +1. Deal stage is "All Closed Won" |
| 31 | + |
| 32 | +When the deal board is updated with on the won deals of last month, click |
| 33 | +"Export View" and export as CSV. Download this file to your machine. |
| 34 | + |
| 35 | +Make a copy of [this Google Sheet template](https://docs.google.com/spreadsheets/d/1fBq4g4W26M3k-uUOg5p4D2mYUyBPP8EbdtPLwuQ5RPI/) and import the CSV just |
| 36 | +downloaded from Hubspot into the "All Deals" sheet. "File" -> "Import" -> |
| 37 | +"Upload" -> "Replace Current Sheet". |
| 38 | + |
| 39 | +Now "All Deals" have been listed, that adds all the deal closers to the "Team" |
| 40 | +tab. Fill out all the cells for team members with their OTE, accellerators, etc, |
| 41 | +etc. |
| 42 | + |
| 43 | +Lastly go to the "Commissions" tab and select the employee to calculate the |
| 44 | +payment for. |
| 45 | + |
| 46 | +Copy the relevant details for the employee into an email and tell them what |
| 47 | +their performance was like and what commission they'll receive. It's important |
| 48 | +to get a written agreement to the commission number. |
| 49 | + |
| 50 | +Here is an email template that can be used: |
| 51 | + |
| 52 | +Dear {{first_name}}, |
| 53 | + |
| 54 | +This email is to confirm your estimated commissions for {{Month and Year}}. |
| 55 | +Your target amount for this quarter is {{amount}}. The end of {{Month and Year}} puts us |
| 56 | +{{X}} weeks into the quarter. |
| 57 | + |
| 58 | +In {{Month and Year}}, you closed: |
| 59 | +* {{Y}} number of deals |
| 60 | +* {{ARR}} new Contracted ARR |
| 61 | + |
| 62 | +Please remember: FlowFuse might withhold commission payments, or |
| 63 | +claw back payments if payments aren't made within 60 days after the quote is signed. |
| 64 | + |
| 65 | +Please confirm the numbers in this email for quota to be issued. |
| 66 | + |
| 67 | +Best, |
| 68 | +{{Manager sending email}} |
| 69 | + |
| 70 | +### Wiring the money |
| 71 | + |
| 72 | +If the employee agrees with the commission, process the payment in Deel. |
0 commit comments