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

ERP/3.0/Developers Guide/Database Model/org.openbravo.model.financialmgmt.accounting.report/AD AccountingRpt Element

This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.model.financialmgmt.accounting.report


Contents

AD_AccountingRpt_Element

This table contains the following columns:

Name Nullable Data Type Description


AD_Accountingrpt_Element_ID No VARCHAR (32) Element that will be part of an accounting report.
Account_ID Yes VARCHAR (32) The (natural) account used
C_AcctSchema_ID No VARCHAR (32) The book containing all financial transactions recorded for the legal entity.
IsActive Yes CHAR (1) 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.

AD_Client_ID No VARCHAR (32) A Client is a company or a legal entity. You cannot share data between Clients.
Consider_Zero No VARCHAR (60) Condition to use the account Balance or Zero instead.

When Never the Balance is always used, when Positive the balance is considered Zero if it is Positive and when Negative the balance is considered Zero if it is Negative.

Createdby No VARCHAR (32) The Created By field indicates the user who created this record.
Created No TIMESTAMP (7) The Created field indicates the date that this record was created.
Description Yes VARCHAR (510) A description is limited to 255 characters.
Filteredbyorganization Yes CHAR (1)
Name No VARCHAR (510) A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.
AD_Org_ID No VARCHAR (32) An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.
IsReport Yes CHAR (1) The Report checkbox indicates that this record is a report as opposed to a process
Report_Type No VARCHAR (60) Refers to the way that this report is gong to calculate the amount for this entry.
TemporaryFilterType No VARCHAR (60)
Isshown No CHAR (1) Element will be displayed.
IsSummary No CHAR (1) A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.
Updated No TIMESTAMP (7) The Updated field indicates the date that this record was updated.
Updatedby No VARCHAR (32) The Updated By field indicates the user who updated this record.
Isinitialbalance Yes CHAR (1) If checked the system will automatically calculate the opening balance for the fiscal year (regardless of whether the period is monthly or quarterly).

Columns

AD_Accountingrpt_Element_ID



top


Account


Foreign key column to C_ElementValue table, (column: C_ElementValue_ID) It has a validation "Current acctschema", with the following code

EXISTS (SELECT 1 FROM C_ACCTSCHEMA_ELEMENT WHERE C_ACCTSCHEMA_ELEMENT.ELEMENTTYPE='AC' AND C_ACCTSCHEMA_ELEMENT.C_ELEMENT_ID=C_ELEMENTVALUE.C_ELEMENT_ID AND C_ACCTSCHEMA_ELEMENT.C_Acctschema_ID=@C_Acctschema_ID@)

top


Accounting Schema


Foreign key column to C_AcctSchema table, (column: C_AcctSchema_ID)

top


Active



top


Client


Foreign key column to AD_Client table, (column: AD_Client_ID) It has a validation "AD_Client Security validation", with the following code

AD_Client.AD_Client_ID in (@#User_Client@)

top


Consider_Zero


List values: FinancialMgmtAccountingRpt Consider Zero Condition

The allowed values for this list are:

top


Created By


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

top


Creation Date



top


Description



top


Filtered by Organization



top


Name


top


Organization


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

top


Report



top


Report Type



List values: Accounting report type

The allowed values for this list are:

top


Reporting Interval



List values: Accounting period

The allowed values for this list are:

top


Shown



top


Summary Level



top


Updated



top


Updated By


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

top


Year Initial Balance



top


Other Info

Back button.png   Back to org.openbravo.model.financialmgmt.accounting.report

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.model.financialmgmt.accounting.report/AD_AccountingRpt_Element"

This page has been accessed 3,157 times. This page was last modified on 20 February 2023, at 01:43. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.