mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-07 18:25:45 +08:00
product information (#992)
This commit is contained in:
parent
bdd24c8a67
commit
4364c01262
@ -326,7 +326,8 @@ function genComponentSidebar(type = '') {
|
||||
function genFormsSidebar(type = '') {
|
||||
const mapArr = [
|
||||
'/guide/forms/point-of-sales.md',
|
||||
'/guide/forms/check-price.md'
|
||||
'/guide/forms/check-price.md',
|
||||
'/guide/forms/product-information.md'
|
||||
]
|
||||
return mapArr.map(i => {
|
||||
return type + i
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
Binary file not shown.
After Width: | Height: | Size: 761 KiB |
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
55
docs/es/guide/forms/product-information.md
Normal file
55
docs/es/guide/forms/product-information.md
Normal file
@ -0,0 +1,55 @@
|
||||
# Información de Productos
|
||||
|
||||
ADempiere permite realizar una búsqueda avanzada de productos a través del código o nombre del mismo, en la ventana de consulta "**Información de Productos**". Para ello, fue realizada la creación y configuración del usuario "**Consultar**", con la finalidad de que el mismo pueda realizar una consulta detallada de los productos con sus respectivos precios y cantidades en existencia.
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/ui-version-product-information.png')" alt="Información de Productos en Versión Móvil y de Escritorio" width="800px">
|
||||
|
||||
## ¿Dónde se ubica?
|
||||
|
||||
Se ubica en la posición número cinco (5), en el menú de ADempiere.
|
||||
|
||||
## ¿Para qué sirve?
|
||||
|
||||
Sirve para consultar la existencia y el precio de los productos de manera rápida.
|
||||
|
||||
## Funciones u Observaciones
|
||||
|
||||
::: tip
|
||||
Realiza una búsqueda rápida y automática de todos los productos para la venta registrados en ADempiere, que tengan coincidencia con el valor que se introduzca en el campo o filtro de búsqueda "**Código Producto**".
|
||||
:::
|
||||
|
||||
## ¿Cómo se utiliza en la versión de Escritorio?
|
||||
|
||||
Seleccione en el menú de ADempiere, el formulario "**Información de Productos**". Luego podrá visualizar la ventana del formulario donde se debe ingresar el código o nombre del producto en el campo "**Código Producto**". La búsqueda se realiza de manera automática al ingresar algún valor en el campo, mostrando en la tabla que se ubica debajo de dicho campo, los resultados de los registros con coincidencia. Finalmente, podrá visualizar a información del producto de la siguiente manera, donde se detallan los siguientes campos:
|
||||
|
||||
- **Código:** Indica el código del producto.
|
||||
|
||||
- **Producto:** Indica el nombre del producto.
|
||||
|
||||
- **Existencia:** Indica la cantidad de existencia del producto en inventario.
|
||||
|
||||
- **Precio:** Precio del producto, sin impuestos.
|
||||
|
||||
- **Monto de Impuesto:** Monto del impuesto en base al precio del producto.
|
||||
|
||||
- **Total General:** Monto total del producto, con impuesto.
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/product-information-in-desktop-version.gif')" />
|
||||
|
||||
## ¿Cómo se utiliza en la versión móvil?
|
||||
|
||||
Seleccione en el menú de ADempiere, el formulario "**Información de Productos**". Luego podrá visualizar la ventana del formulario donde se debe ingresar el código o nombre del producto en el campo "**Código Producto**". La búsqueda se realiza de manera automática al ingresar algún valor en el campo, mostrando en la tabla que se ubica debajo de dicho campo, los resultados de los registros con coincidencia. Finalmente, podrá visualizar a información del producto de la siguiente manera, donde se detallan los siguientes campos:
|
||||
|
||||
- **Código:** Indica el código del producto.
|
||||
|
||||
- **Producto:** Indica el nombre del producto.
|
||||
|
||||
- **Existencia:** Indica la cantidad de existencia del producto en inventario.
|
||||
|
||||
- **Precio:** Precio del producto, sin impuestos.
|
||||
|
||||
- **Monto de Impuesto:** Monto del impuesto en base al precio del producto.
|
||||
|
||||
- **Total General:** Monto total del producto, con impuesto.
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/product-information-in-mobile-version.gif')" />
|
55
docs/guide/forms/product-information.md
Normal file
55
docs/guide/forms/product-information.md
Normal file
@ -0,0 +1,55 @@
|
||||
# Product information
|
||||
|
||||
ADempiere allows an advanced search for products through its code or name, in the query window "**Product Information**". For this, the creation and configuration of the user "**Consult**" was carried out, in order for the user to make a detailed consultation of the products with their respective prices and quantities in stock.
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/ui-version-product-information.png')" alt="Product Information in Mobile and Desktop Version" width="800px">
|
||||
|
||||
## Where it is located?
|
||||
|
||||
It is located in position number five (5), in the ADempiere menu.
|
||||
|
||||
## What is it for?
|
||||
|
||||
It is used to consult the existence and price of the products quickly.
|
||||
|
||||
## Functions or Observations
|
||||
|
||||
::: tip
|
||||
It performs a quick and automatic search of all the products for sale registered in ADempiere, which match the value entered in the "**Product Code**" field or search filter.
|
||||
:::
|
||||
|
||||
## How is it used in the Desktop version?
|
||||
|
||||
Select in the ADempiere menu, the form "**Product Information**". Then you can view the form window where you must enter the code or name of the product in the field "**Product Code**". The search is carried out automatically by entering a value in the field, showing the results of the matching records in the table below that field. Finally, you can view product information as follows, where the following fields are detailed:
|
||||
|
||||
- **Code:** Indicates the product code.
|
||||
|
||||
- **Product:** Indicates the name of the product.
|
||||
|
||||
- **Existence:** Indicates the quantity of existence of the product in inventory.
|
||||
|
||||
- **Price:** Price of the product, without taxes.
|
||||
|
||||
- **Tax Amount:** Tax amount based on the price of the product.
|
||||
|
||||
- **General Total:** Total amount of the product, with tax.
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/product-information-in-desktop-version.gif')" />
|
||||
|
||||
## How is it used in the mobile version?
|
||||
|
||||
Select in the ADempiere menu, the form "**Product Information**". Then you can view the form window where you must enter the code or name of the product in the field "**Product Code**". The search is carried out automatically by entering a value in the field, showing the results of the matching records in the table below that field. Finally, you can view product information as follows, where the following fields are detailed:
|
||||
|
||||
- **Code:** Indicates the product code.
|
||||
|
||||
- **Product:** Indicates the name of the product.
|
||||
|
||||
- **Existence:** Indicates the quantity of existence of the product in inventory.
|
||||
|
||||
- **Price:** Price of the product, without taxes.
|
||||
|
||||
- **Tax Amount:** Tax amount based on the price of the product.
|
||||
|
||||
- **General Total:** Total amount of the product, with tax.
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/product-information-in-mobile-version.gif')" />
|
55
docs/zh/guide/forms/product-information.md
Normal file
55
docs/zh/guide/forms/product-information.md
Normal file
@ -0,0 +1,55 @@
|
||||
# 產品信息
|
||||
|
||||
ADempiere 允許在查詢窗口 “**產品信息**” 中通過其代碼或名稱對產品進行高級搜索。為此,進行了用戶 “**諮詢**” 的創建和配置,以便用戶對產品的價格和庫存數量進行詳細諮詢。
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/ui-version-product-information.png')" alt="移動和桌面版本的產品信息" width="800px">
|
||||
|
||||
## 它位於哪裡?
|
||||
|
||||
它位於 ADempiere 菜單中的第五 (5) 位置。
|
||||
|
||||
## 它有什麼用?
|
||||
|
||||
用於快速查詢產品的存在和價格。
|
||||
|
||||
## 函數或觀察
|
||||
|
||||
::: tip
|
||||
它會快速自動搜索在 ADempiere 中註冊的所有待售產品,這些產品與 “**產品代碼**” 字段或搜索過濾器中輸入的值相匹配。
|
||||
:::
|
||||
|
||||
## 它在桌面版本中如何使用?
|
||||
|
||||
在 ADempiere 菜單中選擇表格 “**產品信息**”。然後您可以查看表單窗口,您必須在 “**產品代碼**” 字段中輸入產品代碼或名稱。通過在字段中輸入值自動執行搜索,在該字段下方的表格中顯示匹配記錄的結果。最後,您可以查看產品信息如下,其中詳細介紹了以下字段:
|
||||
|
||||
- **代碼:** 表示產品代碼。
|
||||
|
||||
- **產品:** 表示產品的名稱。
|
||||
|
||||
- **存在:** 表示該產品在庫存中的存在數量。
|
||||
|
||||
- **價格:** 產品的價格,不含稅。
|
||||
|
||||
- **稅額:** 稅額基於產品價格。
|
||||
|
||||
- **一般總計:** 產品的總金額,含稅 。
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/product-information-in-desktop-version.gif')" />
|
||||
|
||||
## 在手機版中如何使用?
|
||||
|
||||
在 ADempiere 菜單中選擇表格 “**產品信息**”。然後您可以查看表單窗口,您必須在 “**產品代碼**” 字段中輸入產品代碼或名稱。通過在字段中輸入值自動執行搜索,在該字段下方的表格中顯示匹配記錄的結果。最後,您可以查看產品信息如下,其中詳細介紹了以下字段:
|
||||
|
||||
- **代碼:** 表示產品代碼。
|
||||
|
||||
- **產品:** 表示產品的名稱。
|
||||
|
||||
- **存在:** 表示該產品在庫存中的存在數量。
|
||||
|
||||
- **價格:** 產品的價格,不含稅。
|
||||
|
||||
- **稅額:** 稅額基於產品價格。
|
||||
|
||||
- **一般總計:** 產品的總金額,含稅 。
|
||||
|
||||
<img :src="$withBase('/images/forms/product-information/product-information-in-mobile-version.gif')" />
|
Loading…
x
Reference in New Issue
Block a user