1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-11 22:08:05 +08:00
TaniaLucena 52da6e1a5b
components (#861)
* components (activity and close tab)

* component close others

* component close all

* components (export reports and search menu options)

* components
2021-05-20 16:02:32 -04:00

38 lines
1.7 KiB
Markdown

# References
It allows viewing by windows, the records in which the record in which the user is located was used.
## ADempiere-ZK version
<img :src="$withBase('/images/components/references/zk-desktop-version-references.png')" alt="References in ZK Desktop Version" width="800px">
## ADempiere-Vue version
<img :src="$withBase('/images/components/references/ui-version-references.png')" alt="References in Mobile and Desktop Version" width="800px">
## Where it is located?
The option "**References**" is located under the icon "**AD**", which is found in the upper right part of the window. This option is distinguished by having a "**Orange**" color.
## What is it for?
It is used to know in which registers the register in which it is positioned is used and to bring them closer together quickly and easily.
## Functions or Observations
::: tip
The option shows the name of the window where the record is used, the number of records that the window contains using the located record, and a brief description (if they have one).
:::
## How is it used in the Desktop version?
In the desktop version, a window is opened containing records made and the option "**References**" is selected. The option shows information only when that located record is used in another.
<img :src="$withBase('/images/components/references/how-to-use-it-in-the-desktop-version.gif')" />
## How is it used in the mobile version?
In the mobile version, a window is opened containing records made and the option "**References**" is selected. The option shows information only when that located record is used in another.
<img :src="$withBase('/images/components/references/how-to-use-it-in-the-mobile-version.gif')" />