-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59479d7
commit 77edf72
Showing
9 changed files
with
109 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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 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,31 @@ | ||
--- | ||
title: Activities | ||
description: Activities in Kimai 2 | ||
--- | ||
|
||
Activities in Kimai are defining the current task you are working on. | ||
|
||
## Global activities vs project activities | ||
|
||
Activities can be assigned to a project, which means you can only choose them if the linked project was chosen before. | ||
But activities can also be global, meaning they are not linked to a project and can be re-used with EVERY project and customer. | ||
|
||
Examples for global activities are things like: | ||
- meetings | ||
- phone calls | ||
- administrative tasks | ||
|
||
So tasks which repeat in each of your projects. | ||
|
||
## Activity colors | ||
|
||
Each activity can be assigned its own color, for easier identification in the timesheets. | ||
|
||
If no color is applied, the project color will be used. | ||
|
||
See [customer documentation]({% link _documentation/customer.md %}) for the default color. | ||
|
||
## Time budget | ||
{% include new_since.html version="1.0" %} | ||
|
||
{% include time_budget.md %} |
This file contains 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 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 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 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 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,9 @@ | ||
{% assign fieldName = include.field_name|default: 'duration' %} | ||
|
||
The `{{ fieldName }}` field supports entering data in the following formats: | ||
|
||
| Format | Description | Examples | | ||
|---|---|---| | ||
| {hours}:{minutes}[:{seconds}] | Seconds are optional, overflow is supported for every field | `2:27` = 2 Hours, 27 Minutes / `3:143:13` = 5 Hours, 23 Minutes, 13 Seconds| | ||
| {hours}h{minutes}m{seconds}s | Each section is optional, overflow is supported for every field | `2h` = 2 Hours / `147m` = 2 Hours, 27 Minutes / `3h14m13s` = 3 Hours, 14 Minutes, 13 Seconds | | ||
| {seconds} | | `3600` = 1 Hour / `8820` = 2 Hours, 27 Minutes | |
This file contains 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,4 @@ | ||
<span class="tag" style="float: right"> | ||
Added with | ||
<span class="tag-addon">v {{ include.version }}</span> | ||
</span> |
This file contains 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,3 @@ | ||
{% include duration_format.md field_name="Time budget" %} | ||
|
||
Time budgets are not used for hard limitations, but rather for the base of reporting calculations. |