You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/billable-rates.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,40 +40,45 @@ Alice's tracked time in "Project B" will be billed with the projects billable ra
40
40
41
41
In the following sections, you will learn how to set billable rates on different levels.
42
42
In general, the process is the same for all levels.
43
-
Before you update a billable rate, you will be asked if you want to apply the new billable rate to existing time entries or only to new time entries.
43
+
Before you update a billable rate, you will be asked to confirm that the new billable rate will be applied to all affected existing time entries.
44
+
If you cancel, the billable rate will not be saved.
44
45
45
-
If you choose to apply the billable rate to existing time entries, only the time entries that use the specific billable rate will be updated. If a time entry has a billable rate set on a higher level, the time entry will not be updated.
46
+
When the billable rate is updated, only the time entries that use the specific billable rate will be updated. If a time entry has a billable rate set on a higher level, the time entry will not be updated.
46
47
47
48
**Example:**
48
49
49
50
Bob and Alice are members of the organization "Great company".
50
51
Bob tracks 3 hours on "Project A". The billable rate for Bob in "Project A" is 100€.
51
52
Alice tracks 4 hours without a project.
52
53
53
-
The administrator of the organization now sets the billable rate for the organization to 50€ and applies the new billable rate to existing time entries.
54
+
The administrator of the organization now sets the billable rate for the organization to 50€ and confirms the update.
54
55
This will update Alice's time entries to 50€ per hour, but Bob's time entries will stay at 100€ per hour, since the project billable rate has a higher priority.
55
56
57
+
:::note
58
+
If you want to preserve a billable rate for certain time entries, you can do so by setting a project billable rate and moving the time entries to that project.
59
+
:::
60
+
56
61
### Organization billable rate
57
62
58
63
1. Go to the Settings tab in the navigation on the left
59
64
2. Scroll down to the "Billable Rate" section and set the billable rate
60
-
3. When you click on "Save" a popup will appear where you can choose if you want to apply the billable rate to existing time entries or only to new time entries
65
+
3. When you click on "Save" a popup will appear asking you to confirm that the new billable rate will be applied to existing time entries
61
66
62
67
### Organization member billable rate
63
68
64
69
1. Go to the "Members" tab in the navigation on the left
65
70
2. Find the user you want to set the billable rate for and click on the three dots on the right side of the user
66
71
3. Click on "Edit"
67
72
4. Under "Billable" select "Custom rate" and set the billable rate
68
-
5. When you click "Update" a popup will appear where you can choose if you want to apply the billable rate to existing time entries or only to new time entries.
73
+
5. When you click "Update" a popup will appear asking you to confirm that the new billable rate will be applied to existing time entries.
69
74
70
75
### Project billable rate
71
76
72
77
1. Go to the "Projects" tab in the navigation on the left
73
78
2. Find the project you want to set the billable rate for and click on the three dots on the right side of the project
74
79
3. Click on "Edit"
75
80
4. Under "Billable Default" select "Custom rate" and set the billable rate
76
-
5. When you click "Update" a popup will appear where you can choose if you want to apply the billable rate to existing time entries or only to new time entries.
81
+
5. When you click "Update" a popup will appear asking you to confirm that the new billable rate will be applied to existing time entries.
77
82
78
83
It is also possible to set the billable rate when creating a new project.
79
84
@@ -83,6 +88,6 @@ It is also possible to set the billable rate when creating a new project.
83
88
2. Click on the project you want to set the billable rate for to open the project
84
89
3. Under "Project members" find the user you want to set the billable rate for and click on the three dots on the right side of the user and click on "Edit"
85
90
4. Set the billable rate in the "Billable rate" field
86
-
5. When you click "Update project member" a popup will appear where you can choose if you want to apply the billable rate to existing time entries or only to new time entries.
91
+
5. When you click "Update project member" a popup will appear asking you to confirm that the new billable rate will be applied to existing time entries.
87
92
88
93
If the user is not a member of the project yet, you can add the user to the project with the "+ Add Member" button and set the billable rate at the same time.
0 commit comments