View source | Discuss this page | Page history | Printable version   

ERP/3.0/Developers Guide/Database Model/org.openbravo.model.materialmgmt.onhandquantity/M Product Stock V

ERP/3.0/Developers Guide/Database Model/org.openbravo.model.materialmgmt.onhandquantity

Index

Contents

M_Product_Stock_V

Contains the available stock including an extra line for each product without stock information.

This table contains the following columns:

Name Nullable Data Type Description
M_Product_Stock_V_ID YVARCHAR2(64)null
AD_Client_ID YVARCHAR2(32)Client for this installation.
AD_Org_ID YVARCHAR2(32)Organizational entity within client
Isactive YCHAR(1)A flag indicating whether this record is available for use or de-activated.
Created YDATEThe date that this record is completed.
Createdby YVARCHAR2(32)User who created this records
Updated YDATEx not implemented
Updatedby YVARCHAR2(32)User who updated this records
M_Product_ID YVARCHAR2(32)An item produced by a process.
Qtyonhand YNUMBEROn Hand Quantity
Qtyorderonhand YNUMBERnull
Preqtyonhand YNUMBERnull
Preqtyorderonhand YNUMBERnull
C_Uom_ID YVARCHAR2(32)A non monetary unit of measure.
M_Product_Uom_ID YVARCHAR2(32)The unit of measure being used for the request.
M_Attributesetinstance_ID YVARCHAR2(32)An attribute associated with a product as part of an attribute set.
M_Locator_ID YVARCHAR2(32)A set of coordinates (x, y, z) which help locate an item in a warehouse.
Stocked YCHAR(1)null

Columns

M_Product_Stock_V_ID

top

Client

Foreign key column to AD_Client table, (column: AD_Client_ID)

top

Organization

Foreign key column to AD_Org table, (column: AD_Org_ID)

top

Active

There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reporting. There are two reasons for de-activating and not deleting records:
(1) The system requires the record for auditing purposes.
(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

top

Creation Date

The Created field indicates the date that this record was created.

top

Created By

Foreign key column to AD_User table, (column: AD_User_ID)

top

Updated

The Updated field indicates the date that this record was updated.

top

Updated By

Foreign key column to AD_User table, (column: AD_User_ID)

top

Product

Foreign key column to M_Product table, (column: M_Product_ID)

top

Quantity on Hand

The On Hand Quantity indicates the quantity of a product that is on hand in a warehouse.

top

On Hand Order Quanity

The On Hand Quantity indicates the quantity of a product that is on hand in a warehouse in the second uom

top

Quantity in draft transactions

The quantity that we have already purchased but are not still in the warehouse

top

Quantity Order in draft transactions

The quantity that we have already purchased but are not still in the warehouse in the second uom

top

UOM

Foreign key column to C_Uom table, (column: C_UOM_ID)

top

Order UOM

Foreign key column to M_Product_Uom table, (column: M_Product_Uom_Id)

top

Attribute Set Value

Foreign key column to M_AttributeSetInstance table, (column: M_AttributeSetInstance_ID)

top

Storage Bin

Foreign key column to M_Locator table, (column: M_Locator_ID)

top

Stocked

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.model.materialmgmt.onhandquantity/M_Product_Stock_V"

This page has been accessed 3,672 times. This page was last modified on 15 April 2011, at 21:53. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.