Product Info

From ADempiere
Revision as of 05:28, 11 January 2011 by MJMcKay (Talk) (Added link)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Table of Contents{{#if: Functionality| | Functionality }}{{#if: | | [[{{{3}}}]] }}{{#if: | | [[{{{4}}}]] }}{{#if: | | [[{{{5}}}]] }} | Product Info{{#if: Report| | Report }} ⇒

The Product Info window displays information related to Products, their availability and history.

Access

Icon: Icon InfoProduct24.png
Menu: →Product Info }}{{#if: | → }}{{#if: | → }}
Short Cut: <Alt><I>

Restrictions

To see the Product Info window, your role must have Allow Info Product checked in the {{#if: |{{{2}}}|Role }} Window.

Description

The Product Info window opens with the following screen. At the top are boxes for search criteria and at the bottom are five buttons and the standard cancel, confirm buttons.

 

ProductInfo.png

 

Most of the search criteria are self explanatory. The wild card character '%' can be used in the text fields and the searches are not case sensitive. The Product Attribute icon (Icon PAttribute24.png) in the search criteria will open a window where search criteria related to "instances" of Product Attributes can be entered. These include general product attribute that can be defined for various products - things such as size and colour - and specific instance attributes which include things like serial numbers, lot numbers and shelf life.

The five buttons on the bottom left provide the following functionality:

  • Icon Refresh24.png Run or rerun the query based on the selection criteria
  • Icon History24.png Display the Price History of the selected record
  • Icon Zoom24.png Zoom to the {{#if: Product|Product|Product }} Window
  • Icon Print24.png Print the results of the search.
  • Icon PAttribute24.png Open a window with information related to Product Attributes for the currently selected record.

After running the query (Icon Refresh24.png), a list of products will appear along with information related to available quantities and limit prices. Clicking on a product in the list will cause the Item Availability in Other Warehouses information to appear. The information can be collapsed by clicking the small button on the right.

If the selected product has Product Attributes defined, the Product Attribute button (Icon PAttribute24.png) will be enabled and clicking it will bring up a window with information about availability of specific attributes of the product.

See Also

For Developers

Note.gif Note:

Selecting and then double clicking or confirming a Product in the Product Info window will also add the M_Product_ID, M_PriceList_Version_ID, M_Warehouse_ID, and, if a Product Attribute is selected, the M_AttributeSetInstance_ID and M_Locator_ID to the context.

The software that displays this window can be found in:

  • client/src
    • org.compiere.apps.search.Info.java
    • org.compiere.apps.search.InfoProduct.java
    • org.compiere.apps.search.InfoPAttribute.java
    • org.compiere.apps.search.PAttributeInstance.java