diff --git a/docs/getting-started/my-account/README.md b/docs/getting-started/my-account/README.md index 1e10fa3a77e5..403470685622 100644 --- a/docs/getting-started/my-account/README.md +++ b/docs/getting-started/my-account/README.md @@ -134,7 +134,7 @@ API tokens allow third-party applications to communicate with this OpenProject i You can enable an API token under [*Administration -> API and webhooks*](../../system-admin-guide/api-and-webhooks/). Please not that you can only create a single API token. ### iCalendar iCalendar tokens allow users to subscribe to OpenProject calendars and view up-to-date work package information from external clients. -This list will be empty if you have not yet subscribed to any calendars. Once you [subscribe to a calendar] (LINK TO ICAL DOCUMENTATION), a list of all the calendars that you have subscribed to will appear here. The name of the calendar is clickable and will lead you directly to the respective calendar in OpenProject. +This list will be empty if you have not yet subscribed to any calendars. Once you [subscribe to a calendar](/../user-guide/calendar/#subscribing-to-a-calendar), a list of all the calendars that you have subscribed to will appear here. The name of the calendar is clickable and will lead you directly to the respective calendar in OpenProject. ![OpenProject calendar list under my account](openproject_my_account_access_tokens_calendar_list.png) diff --git a/docs/getting-started/my-account/my-account-change-language-of-user.png b/docs/getting-started/my-account/my-account-change-language-of-user.png new file mode 100644 index 000000000000..06a24c329af1 Binary files /dev/null and b/docs/getting-started/my-account/my-account-change-language-of-user.png differ diff --git a/docs/getting-started/my-account/openproject_my_account_authenticator_app.png b/docs/getting-started/my-account/openproject_my_account_authenticator_app.png index b5e143e7a24b..3def7bc3ce7c 100644 Binary files a/docs/getting-started/my-account/openproject_my_account_authenticator_app.png and b/docs/getting-started/my-account/openproject_my_account_authenticator_app.png differ diff --git a/docs/user-guide/home/global-modules/README.md b/docs/user-guide/home/global-modules/README.md index 09c797389d73..c23316292d9d 100644 --- a/docs/user-guide/home/global-modules/README.md +++ b/docs/user-guide/home/global-modules/README.md @@ -15,7 +15,7 @@ To access the **Global modules** side menu, simply click on the logo in the head You can also use the grid icon in the top right corner to access the **Global modules** side menu. -![Navigating to global modules menu in OpenProject via grid icon](C:\Users\Maya\Documents\GitHub\openproject\docs\user-guide\home\global-modules\open_project_user_guide_global_modules_menu_grid_icon.png) +![Navigating to global modules menu in OpenProject via grid icon](open_project_user_guide_global_modules_menu_grid_icon.png) > It is possible that some of the global modules are not visible to you. This will be the case if said module is not activated in the [Project settings](../../projects/project-settings/) in any of the active projects in you instance. If, for example, the **News** module is not enabled in any of the active projects, you will not see it in the **Global modules** menu. diff --git a/docs/user-guide/time-and-costs/time-tracking/README.md b/docs/user-guide/time-and-costs/time-tracking/README.md index f02d94f801d1..bbd4214da12c 100644 --- a/docs/user-guide/time-and-costs/time-tracking/README.md +++ b/docs/user-guide/time-and-costs/time-tracking/README.md @@ -117,17 +117,17 @@ Starting with OpenProject 12.2, users with certain roles are able to log and edi > - *Log time for other users* allows users with that role to log time on behalf of other users > - *Edit time logs* for other users allows users with that role to modify and adjust time logged for other users -[Permissions to log and edit time for others](permissions-log-time-others.png) +![Permissions to log and edit time for others](permissions-log-time-others.png) Once the permissions have been granted, you will notice subtle differences in the interface. The **Log time** modal now has a new field called "User", that allows you to select a user other than yourself: -[Log time now has a user field](log-time-with-user-field.png) +![Log time now has a user field](log-time-with-user-field.png) When accessing cost reports, you will see a new column titled "Logged by". The author of the logged time can be different from the user for whom the time is logged: -[Logged by field](cost-report-logged-by.png) +![Logged by field](cost-report-logged-by.png) A user with permissions to edit time logged by other users can edit each entry as they would their own. The "Logged by" field will always display the name of the user who made the last edit. diff --git a/docs/user-guide/time-and-costs/time-tracking/cost-report-logged-by.png b/docs/user-guide/time-and-costs/time-tracking/cost-report-logged-by.png new file mode 100644 index 000000000000..4253791ebd14 Binary files /dev/null and b/docs/user-guide/time-and-costs/time-tracking/cost-report-logged-by.png differ diff --git a/docs/user-guide/time-and-costs/time-tracking/log-time-with-user-field.png b/docs/user-guide/time-and-costs/time-tracking/log-time-with-user-field.png new file mode 100644 index 000000000000..d78e2787f4a9 Binary files /dev/null and b/docs/user-guide/time-and-costs/time-tracking/log-time-with-user-field.png differ diff --git a/docs/user-guide/time-and-costs/time-tracking/permissions-log-time-others.png b/docs/user-guide/time-and-costs/time-tracking/permissions-log-time-others.png new file mode 100644 index 000000000000..540c22b2097d Binary files /dev/null and b/docs/user-guide/time-and-costs/time-tracking/permissions-log-time-others.png differ