Table idempiere9.adempiere.i_elementvalue
Import Account Value

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_elementvalue_id numeric 10 Import Account Value
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
createdby numeric 10  √  null User who created this records
created timestamp 29,6 statement_timestamp() Date this record was created
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
c_element_id numeric 10  √  null
c_element.c_element_id celement_ielementvalue N
Accounting Element
elementname varchar 60  √  null Name of the Element
c_elementvalue_id numeric 10  √  null
c_elementvalue.c_elementvalue_id celementvalue_ielementvalue N
Account Element
value varchar 40  √  null Search key for the record in the format required - must be unique
name varchar 60  √  null Alphanumeric identifier of the entity
description varchar 255  √  null Optional short description of the record
accounttype bpchar 1  √  null Indicates the type of account
accountsign bpchar 1  √  null Indicates the Natural Sign of the Account as a Debit or Credit
isdoccontrolled bpchar 1  √  'N'::bpchar Control account - If an account is controlled by a document, you cannot post manually to it
issummary bpchar 1  √  'N'::bpchar This is a summary entity
parentvalue varchar 40  √  null Key if the Parent
parentelementvalue_id numeric 10  √  null
c_elementvalue.c_elementvalue_id cevalueparent_ielementvalue N
The parent (summary) account
postactual bpchar 1  √  'Y'::bpchar Actual Values can be posted
postbudget bpchar 1  √  'Y'::bpchar Budget values can be posted
poststatistical bpchar 1  √  'Y'::bpchar Post statistical quantities to this account?
postencumbrance bpchar 1  √  'Y'::bpchar Post commitments to this account
default_account varchar 30  √  null Name of the Default Account Column
ad_column_id numeric 10  √  null
ad_column.ad_column_id adcolumn_ielementvalue N
Column in the table
processing bpchar 1  √  null Process Now
processed bpchar 1  √  'N'::bpchar The document has been processed
i_elementvalue_uu varchar 36  √  NULL::character varying I_ElementValue_UU

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

Indexes:
Column(s) Type Sort Constraint Name
i_elementvalue_id Primary key Asc i_elementvalue_pkey
i_elementvalue_uu Must be unique Asc i_elementvalue_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.