Class Element

    • Field Detail

      • PROPERTY_ID

        public static final String PROPERTY_ID
        Property id stored in column C_Element_ID in table C_Element
        Help: The Account Tree uniquely identifies the Account Tree, also known as Chart of Accounts, linked to the Accounting Schema.
        See Also:
        Constant Field Values
      • PROPERTY_CREATIONDATE

        public static final String PROPERTY_CREATIONDATE
        Property creationDate stored in column Created in table C_Element
        See Also:
        Traceable, Constant Field Values
      • PROPERTY_NAME

        public static final String PROPERTY_NAME
        Property name stored in column Name in table C_Element
        See Also:
        Constant Field Values
      • PROPERTY_DESCRIPTION

        public static final String PROPERTY_DESCRIPTION
        Property description stored in column Description in table C_Element
        Help: A description is limited to 255 characters.
        See Also:
        Constant Field Values
      • PROPERTY_VALUEFORMAT

        public static final String PROPERTY_VALUEFORMAT
        Property valueFormat stored in column VFormat in table C_Element
        Help: Value Format is the format the value will be displayed with.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE

        public static final String PROPERTY_TYPE
        Property type stored in column ElementType in table C_Element
        Help: The Element Type indicates if this element is the Account element or is a User Defined element.
        See Also:
        Constant Field Values
      • PROPERTY_BALANCING

        public static final String PROPERTY_BALANCING
        Property balancing stored in column IsBalancing in table C_Element
        Help: The Balancing checkbox indicates the this element must balance in each journal transaction. For example, if cost centers have been defined as an element which is balance then the debits and credits for each unique cost center must net to 0.00. This is commonly used to define parts of an organization which report as their own entity. Balancing is not an option for the Account element.
        See Also:
        Constant Field Values
      • PROPERTY_NATURALACCOUNT

        public static final String PROPERTY_NATURALACCOUNT
        Property naturalAccount stored in column IsNaturalAccount in table C_Element
        Help: The natural account is often based on (industry specific) chart of accounts
        See Also:
        Constant Field Values
      • PROPERTY_TREE

        public static final String PROPERTY_TREE
        Property tree stored in column AD_Tree_ID in table C_Element
        Help: The Tree field identifies a unique Tree in the system. Trees define roll ups or summary levels of information. They are used in reports for defining report points and summarization levels.
        See Also:
        Constant Field Values
      • PROPERTY_ADDITIONALTREE2

        public static final String PROPERTY_ADDITIONALTREE2
        Property additionalTree2 stored in column Add2Tree_ID in table C_Element
        Help: The Additional Tree is used to define alternate roll ups which can be used in reporting. For example, you may have a Business Partner Tree which rolls up based on geographic location and an additional tree which rolls up based on industry.
        See Also:
        Constant Field Values
      • PROPERTY_ADDITIONALTREE1

        public static final String PROPERTY_ADDITIONALTREE1
        Property additionalTree1 stored in column Add1Tree_ID in table C_Element
        Help: The Additional Tree is used to define alternate roll ups which can be used in reporting. For example, you may have a Business Partner Tree which rolls up based on geographic location and an additional tree which rolls up based on industry.
        See Also:
        Constant Field Values
      • PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST

        public static final String PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST
        Property financialMgmtAcctSchemaElementList stored in table C_Element
        See Also:
        Constant Field Values
      • PROPERTY_FINANCIALMGMTELEMENTVALUELIST

        public static final String PROPERTY_FINANCIALMGMTELEMENTVALUELIST
        Property financialMgmtElementValueList stored in table C_Element
        See Also:
        Constant Field Values
    • Constructor Detail

      • Element

        public Element()