Table idempiere9.adempiere.i_inventory
Import Inventory Transactions

Generated by
Quality Systems & Solutions
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
i_inventory_id numeric 10 Import Inventory Transactions
ad_client_id numeric 10  √  null Client/Tenant for this installation.
ad_org_id numeric 10  √  null Organizational entity within client
isactive bpchar 1  √  'Y'::bpchar The record is active in the system
created timestamp 29,6 statement_timestamp() Date this record was created
createdby numeric 10  √  null User who created this records
updated timestamp 29,6 statement_timestamp() Date this record was updated
updatedby numeric 10  √  null User who updated this records
i_isimported bpchar 1 'N'::bpchar Has this import been processed
i_errormsg varchar 2000  √  null Messages generated from import process
m_product_id numeric 10  √  null
m_product.m_product_id mproduct_iinventory N
Product, Service, Item
upc varchar 30  √  null Bar Code (Universal Product Code or its superset European Article Number)
value varchar 40  √  null Search key for the record in the format required - must be unique
lot varchar 20  √  null Lot number (alphanumeric)
serno varchar 20  √  null Product Serial Number
m_locator_id numeric 10  √  null
m_locator.m_locator_id mlocator_iinventory N
Warehouse Locator
m_warehouse_id numeric 10  √  null
m_warehouse.m_warehouse_id mwarehouse_iinventory N
Storage Warehouse and Service Point
warehousevalue varchar 40  √  null Key of the Warehouse
locatorvalue varchar 40  √  null Key of the Warehouse Locator
x varchar 60  √  null X dimension, e.g., Aisle
y varchar 60  √  null Y dimension, e.g., Bin
z varchar 60  √  null Z dimension, e.g., Level
m_inventory_id numeric 10  √  null
m_inventory.m_inventory_id minventory_iinventory N
Parameters for a Physical Inventory
m_inventoryline_id numeric 10  √  null
m_inventoryline.m_inventoryline_id minventoryline_iinventory N
Unique line in an Inventory document
qtybook numeric 0  √  0 Book Quantity
qtycount numeric 0  √  0 Counted Quantity
movementdate timestamp 29,6  √  null Date a product was moved in or out of inventory
description varchar 255  √  null Optional short description of the record
processing bpchar 1  √  null Process Now
processed bpchar 1  √  'N'::bpchar The document has been processed
currentcostprice numeric 0  √  null The currently used cost price
i_inventory_uu varchar 36  √  NULL::character varying I_Inventory_UU
doctypename varchar 60  √  NULL::character varying Name of the Document Type
c_doctype_id numeric 10  √  NULL::numeric
c_doctype.c_doctype_id cdoctype_iinventory R
Document type or rules
qtyinternaluse numeric 0  √  null Internal Use Quantity removed from Inventory
c_charge_id numeric 10  √  NULL::numeric
c_charge.c_charge_id ccharge_iinventory R
Additional document charges
chargename varchar 60  √  NULL::character varying Name of the Charge
m_costingline_id numeric 10  √  NULL::numeric
m_inventoryline.m_inventoryline_id mcostingline_iinventory R
Unique line in an Inventory cost adjustment document

Table contained 0 rows at 2021-12-25 14:43 +0100

Indexes:
Column(s) Type Sort Constraint Name
i_inventory_id Primary key Asc i_inventory_pkey
i_inventory_uu Must be unique Asc i_inventory_uu_idx


SchemaSpy was unable to generate a diagram of table relationships.
SchemaSpy requires Graphviz version 2.2.1 or versions greater than 2.4 from www.graphviz.org.