Skip to content

Commit cd8c0e7

Browse files
committed
handbook: How to process commissions
1 parent c0c7529 commit cd8c0e7

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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 quote is signed.
21+
22+
### Calculating Team Commissions
23+
24+
Make a copy of this
25+
[template Google Sheet](https://docs.google.com/spreadsheets/d/1fBq4g4W26M3k-uUOg5p4D2mYUyBPP8EbdtPLwuQ5RPI/).
26+
27+
Download all the deals from hubspot by going to the deal board and filter 2
28+
ways:
29+
30+
1. Closed "Last Month"
31+
1. Deal stage is "All Closed Won"
32+
33+
When the deal board is updated with on the won deals of last month, click
34+
"Export View" and export as CSV. Download this file to your machine.
35+
36+
Make a copy of [this Google Sheet template](#TODO) and import the CSV just
37+
downloaded from Hubspot into the "All Deals" sheet. "File" -> "Import" ->
38+
"Upload" -> "Replace Current Sheet".
39+
40+
Now "All Deals" have been listed, that adds all the deal closers to the "Team"
41+
tab. Fill out all the cells for team members with their OTE, accellerators, etc,
42+
etc.
43+
44+
Lastly go to the "Commissions" tab and select the employee to calculate the
45+
payment for.
46+
47+
Copy the relevant details for the employee into an email and tell them what
48+
their performance was like and what commission they'll receive. It's important
49+
to get a written agreement to the commission number.
50+
51+
### Wiring the money
52+
53+
If the employee agrees with the commission, process the payment in Deel.

src/handbook/operations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
navTitle: Operations
33
navGroup: Company
44
---
5+
56
# Operations
67

78
This covers how we run our business and deliver service to our customers.

0 commit comments

Comments
 (0)