mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
* components (activity and close tab) * component close others * component close all * components (export reports and search menu options) * components
38 lines
1.9 KiB
Markdown
38 lines
1.9 KiB
Markdown
# Change Role
|
|
|
|
Allows role change without logging out. To do this, you must select the ADempiere icon located in the upper right part of the window, and then select in the field "**Role**", the role for which you need to change.
|
|
|
|
## ADempiere-ZK version
|
|
|
|
<img :src="$withBase('/images/components/change-role/zk-desktop-version-change-role.png')" alt="Change Role in ZK Desktop Version" width="800px">
|
|
|
|
## ADempiere-Vue version
|
|
|
|
<img :src="$withBase('/images/components/change-role/ui-version-change-role.png')" alt="Change Role in Mobile and Desktop Version" width="800px">
|
|
|
|
## Where it is located?
|
|
|
|
It is located in the "**Role**" field of the menu that is displayed when selecting the ADempiere icon that is located in the upper right part of the window.
|
|
|
|
## What is it for?
|
|
|
|
It is used to change roles quickly and easily, without having to log out to start again by selecting the required role.
|
|
|
|
## Functions or Observations
|
|
|
|
::: tip
|
|
ADempiere performs the role change automatically, updating the view so that only the windows, processes and reports to which the previously selected role has access are displayed. The user can make the change from one role to any other, as long as it is assigned the different required roles.
|
|
:::
|
|
|
|
## How is it used in the Desktop version?
|
|
|
|
In the desktop version, click on the ADempiere icon "**AD**", located in the upper right part of the window, to view the menu that is displayed and select the role in the field "**Role**".
|
|
|
|
<img :src="$withBase('/images/components/change-role/how-to-use-it-in-the-desktop-version.gif')" />
|
|
|
|
## How is it used in the mobile version?
|
|
|
|
In the mobile version, click on the ADempiere icon "**AD**", located in the upper right part of the window, to view the menu that is displayed and select the role in the field "**Role**".
|
|
|
|
<img :src="$withBase('/images/components/change-role/how-to-use-it-in-the-mobile-version.gif')" />
|