Table idempiere9.adempiere.c_uom_conversion
Unit of Measure Conversion

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
c_uom_conversion_id numeric 10 Unit of Measure Conversion
ad_client_id numeric 10 Client/Tenant for this installation.
ad_org_id numeric 10 Organizational entity within client
isactive bpchar 1 'Y'::bpchar The record is active in the system
created timestamp 29,6 now() Date this record was created
createdby numeric 10 User who created this records
updated timestamp 29,6 now() Date this record was updated
updatedby numeric 10 User who updated this records
c_uom_id numeric 10
c_uom.c_uom_id cuom_cuomconversion R
Unit of Measure
c_uom_to_id numeric 10
c_uom.c_uom_id c_uomconversionto R
Target or destination Unit of Measure
multiplyrate numeric 0 0 Rate to multiple the source by to calculate the target.
dividerate numeric 0 0 To convert Source number to Target number, the Source is divided
m_product_id numeric 10  √  null Product, Service, Item
c_uom_conversion_uu varchar 36  √  NULL::character varying C_UOM_Conversion_UU

Table contained 1 rows at 2021-12-25 14:56 +0100

Indexes:
Column(s) Type Sort Constraint Name
c_uom_conversion_id Primary key Asc c_uom_conversion_pkey
c_uom_id + c_uom_to_id + ad_client_id Must be unique Asc/Asc/Asc c_uom_conversion_product
c_uom_conversion_uu Must be unique Asc c_uom_conversion_uu_idx

Close relationships: