1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00
TaniaLucena ca1e8fa8ac
components (#842)
* component zoom in and modifications in the call of the gifs of all components

* component call

Co-authored-by: Yamel Senih <ysenih@erpya.com>
2021-05-12 23:02:02 -04:00

34 lines
1.3 KiB
Markdown

# To update
It allows updating the records of the fields contained in the window where the option is selected.
## ADempiere-ZK version
<img :src="$withBase('/images/components/update/zk-desktop-version-update.png')" alt="Upgrade in ZK Desktop Version" width="800px">
## ADempiere-UI version
<img :src="$withBase('/images/components/update/ui-desktop-version-update.png')" alt="Update in Desktop Version" width="800px">
This option is used mostly in windows that contain included processes, from which the information is loaded into them. Additionally, it is used to refresh the information entered in the different fields of the windows.
## Where it is located?
It is located in the menu displayed when you click on the name of a window.
## What is it for?
It is used to refresh the records of the fields of the windows.
## Functions or Observations
::: tip
When a search is made for the records contained in a certain window, filtering by a specific record. By clicking on the window name and selecting the update option, the search performed is updated.
:::
## How is it used in the Desktop version?
Click on the name of the window and select the option "**Update**" in the displayed menu.
<img :src="$withBase('/images/components/update/how-to-use-it-in-the-desktop-version.gif')" />