1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

Create access-to-records.md (#813)

* Create access-to-records.md

* Creación de documento acceso a registro

Creación de documento acceso a registro

* Crear Carpeta access-to-records

Crear Carpeta access-to-records

* Delete access-to-records

* Add document path access-to-records.md

Add document path access-to-records.md

* 創建記錄訪問文檔

創建記錄訪問文檔

* Creation of document access to English registry

Creation of document access to English registry

* Create record-access.md

* Delete record-access.md

* Create record-access.md

* Name change

Name change

* Name change


English document name change

* 英文文件名稱變更

英文文件名稱變更

* images (#1)

* Image path name change

Image path name change

* Image path name change

Image path name change

* Image path name change

Image path name change

* 圖像路徑名稱更改

圖像路徑名稱更改

* path name modification

path name modification

* path name modification

path name modification

* address document path name

address document path name  record-access

* dification name path of images folder

dification name path of images folder zh

* dification name path of images folder

dification name path of images  main folder

* dification name path of images folder

dification name path of images  folder es

Co-authored-by: TaniaLucena <52334433+TaniaLucena@users.noreply.github.com>
This commit is contained in:
Keyka Silva 2021-05-05 19:21:29 -04:00 committed by GitHub
parent 7fe1ea0f88
commit 5110f7c2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 146 additions and 1 deletions

View File

@ -284,7 +284,8 @@ function genAdvancedSidebar(type = '') {
function genComponentSidebar(type = '') {
const mapArr = [
'/guide/components/preference.md'
'/guide/components/preference.md',
'/guide/components/record-access.md'
]
return mapArr.map(i => {
return type + i

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -0,0 +1,46 @@
# Acceso a Registros
Permite configurar el acceso que tendra cada rol a un registro o una vista en específico a partir de los siguientes parámetros:
- **Roles Disponibles**: Se encuentran todos los roles creados en ADempiere,que no tienen alguna configuración del registro el cual se encuentra posicionado
- **Roles Configurados**: Se encuentran los roles los cuales van a tener una configuración de acceso o bloqueo a un registro en específico, estos acceos o
bloqueos depende de las siguientes opciones:
- Bloquear: Al tildar esta opción se bloquea al rol el acceso y la visualización del registro, al tener activo esta opción se hablita la siguiente opción:
- Entidades Dependientes: Al tildar esta opción deja activo solo un registros y los demas registros dependientes de esto los bloquea
- Desbloquear: Al tildar esta pción se habilita o activa la visualización del registros, al tener activo esta opción se hablitan las siguientes opcines:
- Solo Lectura: Puede visualizar en modo lectura (No puede editar o crear) los registros que esten asociados al rol
- Editable: Puede visualiar en modo lectura y escritura (puede editar o crear)
## Versión ADempiere-ZK
<img :src="$withBase('/images/components/record-access/ZK_access-to-records.png')" alt="Acceso a Registro Versión de Escritorio ZK" width="800px">
## Versión ADempiere-Vue
<img :src="$withBase('/images/components/record-access/AD-Vue-AccesoRegistros-Ventana.png')" alt="Acceso a Registro ADempiere-Vue de Escritorio" width="800px">
Al usuar esta configuración por registros se esta personalizando la visualización y el acceso que tendra cada rol en ADempiere,donde se puede activar la visualización de un registros, bloquear o simplemente excluir, cuando el rol se encuentre en el apartado "Roles Disponibles" indicaría que no tiene alguna configurción sobre ese registro, si se desea activar alguna configuración ya sea de activar o bloquear, se tendría que pasar el rol al apartado "Roles Configurado" y aplicar la opción que se desea con ese rol sobre ese registro en específico.
Cabe destacar, que este acción en ADempiere aplica solo registros por registro y por rol; un caso práctico para las funciones del "Acceso a Registro" es el siguiente:
Se requiere dar acceso a dos tipos de documentos uno lectura y escritura, otro solo lectura y bloquear la vista de otro tipo de documento
- Para el acceso al documento lectura y escritura: Se debe ubicar en ADempiere el tipo de documento, ir a la acción "Acceso a Registro", ubicar el rol y pasar al apartado "Roles Configurados" se tilda la opción "Desbloquear" y "Editable"
- Para el acceso al documento solo lectura: Se debe ubicar en ADempiere el tipo de documento ir a la acción "Acceso a Registro", ubicar el rol y pasar al apartado "Roles Configurados" se tilda la opción "Desbloquear" y "Solo Lectura"
- Para el bloqueo de un dcumento: Se debe ubicar ADempiere el tipo de documento ir a la acción "Acceso a Registro", ubicar el rol y pasar al apartado "Roles Configurados" se tilda la opción "Bloquear"
## ¿Dónde se ubica?
Esta acción se ubica aquellas ventanas que tengan en el menú de acciones
<img :src="$withBase('/images/components/record-access/AD-Vue_MA-Acceso_Registro.png')" alt="Acceso a Registro ADempiere-Vue Escritorio" width="800px">
## ¿Para qué sirve?
Sirve para conigurar los accesos y bloqueos de un rol en un registro en específico
## Funciones u Observaciones
- Función: Configuración de roles para dar acceso o bloquear un regitro
- Obseración: Solo se aplica por regitros y por roles, es decir que si se desea configurar por uno o ma registros estos deben hacer uno por uno.

View File

@ -0,0 +1,50 @@
# Access to Records
Allows you to configure the access that each role will have to a specific record or view based on the following parameters:
- ** Available Roles **: There are all the roles created in ADempiere, which do not have any configuration of the registry which is positioned
- ** Configured Roles **: There are the roles which will have a configuration of access or blocking to a specific record, these accesses or
locks depends on the following options:
- Block: When this option is checked, the role is blocked from accessing and viewing the registry, having this option enabled enables the following option:
- Dependent Entities: Checking this option leaves only one records active and the other records dependent on it blocks them
- Unlock: Checking this option enables or activates the visualization of the records, having this option enabled the following options are enabled:
- Read Only: You can view in read mode (You cannot edit or create) the records that are associated with the role
- Editable: You can view in read and write mode (you can edit or create)
## ADempiere-ZK version
<img :src="$withBase('/images/components/record-access/ZK_access-to-records.png')" alt="Acceso a Registro Versión de Escritorio ZK" width="800px">
## ADempiere-Vue version
<img :src="$withBase('/images/components/record-access/AD-Vue-AccesoRegistros-Ventana.png')" alt="Acceso a Registro ADempiere-Vue de Escritorio" width="800px">
By using this configuration by records, you are customizing the display and access that each role will have in ADempiere, where you can activate the display of
a record, block or simply exclude, when the role is in the "Available Roles" section, it would indicate that It does not have any configuration on that record,
if you want to activate any configuration, whether to activate or block, you would have to pass the role to the "Configured Roles" section and apply the option
you want with that role on that specific record.
It should be noted that this action in ADempiere applies only records per record and per role; a practical case for the functions of the "Access to Registry" is
the following:
It is required to give access to two types of documents, one read and write, another read only and block the view of another type of document
- For reading and writing access to the document: The document type must be located in ADempiere, go to the "Access to Registry" action, locate the role and go to the "Configured Roles" section, select the "Unblock" option and " Editable "
- To access the document only read: The type of document must be located in ADempiere, go to the action "Access to Registry", locate the role and go to the section "Configured Roles", select the option "Unblock" and "Only Read "
- To block a document: ADempiere the type of document must be located, go to the action "Access to Registry", locate the role and go to the section "Configured Roles" and select the option "Block"
## Where it is located?
This action is located those windows that have in the actions menu
<img :src="$withBase('/images/components/record-access/AD-Vue_MA-Acceso_Registro.png')" alt="Acceso a Registro ADempiere-Vue Escritorio" width="800px">
## What is it for?
It is used to configure the accesses and locks of a role in a specific registry
## Functions or Observations
- Function: Configuration of roles to give access or block a record
- Observation: It only applies by registers and by roles, that is, if you want to configure one or more registers, they must do one by one

View File

@ -0,0 +1,47 @@
#訪問記錄
允許您基於以下參數配置每個角色對特定記錄或視圖的訪問權限:
-**可用角色**ADempiere中創建了所有角色這些角色沒有定位的註冊表的任何配置
-**配置的角色**:有些角色將具有對特定記錄的訪問或阻止的配置,這些訪問或
鎖取決於以下選項:
-阻止:選中此選項後,將阻止角色訪問和查看註冊表,啟用此選項將啟用以下選項:
-從屬實體:選中此選項只會使一個記錄處於活動狀態,而依賴於該記錄的其他記錄會阻止它們
-解鎖:選中此選項可啟用或激活記錄的可視化,啟用此選項後,將啟用以下選項:
-只讀:您可以在讀取模式下查看(無法編輯或創建)與角色關聯的記錄
-可編輯:您可以以讀寫模式查看(可以編輯或創建)
## ADempiere-ZK版本
<img :src="$withBase('/images/components/record-access/ZK_access-to-records.png')" alt="Acceso a Registro Versión de Escritorio ZK" width="800px">
## ADempiere-Vue版本
<img :src="$withBase('/images/components/record-access/AD-Vue-AccesoRegistros-Ventana.png')" alt="Acceso a Registro ADempiere-Vue de Escritorio" width="800px">
通過按記錄使用此配置您可以自定義每個角色在ADempiere中的顯示和訪問在角色位於“可用角色”部分時可以在其中激活記錄的顯示阻止或簡單地排除它。表示該記錄上沒有任何配置如果要激活任何配置
(激活還是阻止),則必須將角色傳遞給“配置的角色”部分,並對該角色應用所需的選項在該特定記錄上。
應當指出ADempiere中的此操作僅適用於每個記錄和每個角色的記錄以下是“訪問註冊表”功能的一個實際案例
需要訪問兩種類型的文檔,一種是讀和寫的,另一種是只讀的,並阻止另一種類型的文檔的視圖
-要對文檔進行讀寫訪問文檔類型必須位於ADempiere中轉到“訪問註冊表”操作找到角色然後轉到“配置的角色”部分選擇“取消阻止”選項然後選擇“可編輯的“
-要僅訪問文檔請執行以下操作文檔類型必須位於ADempiere中轉到操作“訪問註冊表”找到該角色然後轉到“配置的角色”部分選擇選項“取消阻止”和“僅”閱讀“
-阻止文檔ADempiere必須找到文檔的類型轉到“訪問註冊表”操作找到該角色然後轉到“已配置角色”部分然後選擇“阻止”選項
##它在哪裡
該操作位於“操作”菜單中的那些窗口中
<img :src="$withBase('/images/components/record-access/AD-Vue_MA-Acceso_Registro.png')" alt="Acceso a Registro ADempiere-Vue Escritorio" width="800px">
##是做什麼用的
它用於配置特定註冊表中角色的訪問和鎖定
##功能或觀察
-功能:配置角色以提供訪問權限或阻止記錄
-觀察:它僅適用於寄存器和角色,即,如果您要配置一個或多個寄存器,則它們必須一個接一個地執行