commit
daf7419cb8
@ -0,0 +1,34 @@ |
||||
--- |
||||
sidebar_navigation: |
||||
title: Language and display settings |
||||
priority: 900 |
||||
description: Display settings in OpenProject. |
||||
robots: index, follow |
||||
keywords: display settings |
||||
--- |
||||
# Language and display settings |
||||
|
||||
You can configure display settings in OpenProject. Under System settings on the tab **Display** you can configure the following options. |
||||
|
||||
## Configure available languages |
||||
|
||||
Choose the languages which you want to activate for your system. Those languages which you will check will appear in the language settings of the user profiles and can be set for the system. |
||||
|
||||
![available languages](image-20200123100856639.png) |
||||
|
||||
At the moment there are more than 30 languages available. |
||||
**Note**: Many languages are translated by the Community. We highly appreciate if you want to [help translating OpenProject to your language](../development/translate-openproject). |
||||
</div> |
||||
|
||||
## Time and date formatting |
||||
|
||||
Change time and date formats in OpenProject and configure the display of journal aggregation. |
||||
|
||||
1. Configure when the **week starts** (e.g. in the calendar view). Default is based on user's language. You can also choose to start a week always on Monday, Sunday or Saturdays. |
||||
2. Set the **date format**, default is based on user's language. You can choose various formats to display dates in the system. |
||||
3. Set the **time format**, default is based on user's language. You can choose various formats to display time in the system. |
||||
4. Choose the **users display format**, default is Firstname Lastname. You can change to various different formats. |
||||
5. **Display journals as aggregated within** will enable you to choose a time to combine journals of this timespan, e.g. for work package notifications. This way if you do several updates at in a short period of time, you will not receive a notification for each update but only a notification for the chosen period. |
||||
6. Do not forget to **save** your changes. |
||||
|
||||
![Sys-admin-display-settings](Sys-admin-display-settings.png) |
After Width: | Height: | Size: 257 KiB |
After Width: | Height: | Size: 196 KiB |
@ -0,0 +1,12 @@ |
||||
--- |
||||
sidebar_navigation: |
||||
title: Email notifications |
||||
priority: 700 |
||||
description: Email notifications in OpenProject. |
||||
robots: index, follow |
||||
keywords: email notifications |
||||
--- |
||||
# Project system settings |
||||
|
||||
To adapt email notification settings, go to System settings on the tab **Email notifications** you can configure the following options. |
||||
|
@ -0,0 +1,19 @@ |
||||
--- |
||||
sidebar_navigation: |
||||
title: Project system settings |
||||
priority: 800 |
||||
description: Project system settings in OpenProject. |
||||
robots: index, follow |
||||
keywords: project system settings |
||||
--- |
||||
# Project system settings |
||||
|
||||
To adapt system project settings, go to System settings on the tab **Projects** you can configure the following options. |
||||
|
||||
1. Check if **new projects are public by default**. This means that users without an account can access the project without login. |
||||
2. Select **which modules should be activated for newly created projects per default**. |
||||
3. Choose whether **sequential project identifiers should be created**. If this option is activated, a project identifier for the next project will be offered automatically, based on the existing project name. For example, if a project “Myproject1” was created, “Myproject2” will be offered as identifier for the next project. |
||||
4. The r**ole given to a user in a new project when the user created a new project but is not an admin**. This makes sense when a user receives the permission to create a new project via [global role](./users-permissions/roles-permissions/). |
||||
5. Do not forget to **save** your changes. |
||||
|
||||
![Sys-admin-project-system-settings](Sys-admin-project-system-settings.png) |
After Width: | Height: | Size: 187 KiB |
Loading…
Reference in new issue