Report Column Set (Window ID-217)

From iDempiere en

Table of Contents

Window: Report Column Set

Description: Maintain Financial Report Column Sets

Help: The Report Column Set defines what data is printed in the columns of a report.

Tab: Report Column Set

Description: Maintain Financial Report Column Sets

Help: Column Sets are the combination of Columns to be included in a Financial Report

Report Column Set - Report Column Set - Window (iDempiere 1.0.0).png

Fields
Name Description Help Technical Data
Tenant Tenant for this installation. A Tenant is a company or a legal entity. You cannot share data between Tenants. PA_ReportColumnSet.AD_Client_ID
numeric(10)
Table Direct
Organization Organizational entity within tenant An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. PA_ReportColumnSet.AD_Org_ID
numeric(10)
Table Direct
Name Alphanumeric identifier of the entity The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. PA_ReportColumnSet.Name
character varying(60)
String
Description Optional short description of the record A description is limited to 255 characters. PA_ReportColumnSet.Description
character varying(255)
String
Active The record is active in the system 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 reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

PA_ReportColumnSet.IsActive
character(1)
Yes-No
Copy Columns Copy Report Columns from other Column Set Copy columns at the end of this Column Set. Please note that you need to re-set the calculation operands. PA_ReportColumnSet.Processing
character(1)
Button

Tab: Report Column

Description: Maintain Financial Report Column

Help: A column represents a column in a Financial Report

Report Column Set - Report Column - Window (iDempiere 1.0.0).png

Fields
Name Description Help Technical Data
Tenant Tenant for this installation. A Tenant is a company or a legal entity. You cannot share data between Tenants. PA_ReportColumn.AD_Client_ID
numeric(10)
Table Direct
Organization Organizational entity within tenant An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. PA_ReportColumn.AD_Org_ID
numeric(10)
Table Direct
Report Column Set Collection of Columns for Report The Report Column Set identifies the columns used in a Report. PA_ReportColumn.PA_ReportColumnSet_ID
numeric(10)
Table Direct
Name Alphanumeric identifier of the entity The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. PA_ReportColumn.Name
character varying(255)
String
Description Optional short description of the record A description is limited to 255 characters. PA_ReportColumn.Description
character varying(255)
String
Active The record is active in the system 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 reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

PA_ReportColumn.IsActive
character(1)
Yes-No
Printed Indicates if this document / line is printed The Printed checkbox indicates if this document or line will included when printing. PA_ReportColumn.IsPrinted
character(1)
Yes-No
Sequence Method of ordering records; lowest number comes first The Sequence indicates the order of records PA_ReportColumn.SeqNo
numeric(10)
Integer
Posting Type The type of posted amount for the transaction The Posting Type indicates the type of amount (Actual, Budget, Reservation, Commitment, Statistical) the transaction. PA_ReportColumn.PostingType
character(1)
List
Budget General Ledger Budget The General Ledger Budget identifies a user defined budget. These can be used in reporting as a comparison against your actual amounts. PA_ReportColumn.GL_Budget_ID
numeric(10)
Table Direct
Amount Type PA Amount Type for reporting The amount type to report on: Quantity, Credit Only, Debit Only, Balance (expected sign) or Balance (accounted sign). "Expected sign" adjusts the sign of the result based on the Account Type and Expected Sign of each Account Element, whereas "accounted sign" always returns DR-CR. PA_ReportColumn.PAAmountType
character(1)
List
Period Type PA Period Type The Period Type to report on: Period, Year, Total or Natural. Natural = Year for P & L accounts, Total for Balance Sheet accounts. PA_ReportColumn.PAPeriodType
character(1)
List
Column Type PA_ReportColumn.ColumnType
character(1)
List
Relative Period Period offset (0 is current) PA_ReportColumn.RelativePeriod
numeric(10)
Number
Relative Period To Period offset (0 is current) PA_ReportColumn.RelativePeriodTo
numeric
Number
Calculation PA_ReportColumn.CalculationType
character(1)
List
Operand 1 First operand for calculation PA_ReportColumn.Oper_1_ID
numeric(10)
Table
Operand 2 Second operand for calculation PA_ReportColumn.Oper_2_ID
numeric(10)
Table
Operand 2 Line Name Name of the financial report line to take values from When specify this identified the name of the financial report line to take values from for column Oper_2_ID. No validation at entry time, value will be zero if the name doesn't match any line. PA_ReportColumn.Oper_2_LineName
character varying(512)
String
Type Element Type (account or user defined) The Element Type indicates if this element is the Account element or is a User Defined element. PA_ReportColumn.ElementType
character(2)
List
Organization Organizational entity within tenant An organization is a unit of your tenant or legal entity - examples are store, department. PA_ReportColumn.Org_ID
numeric(10)
Table
Include Nulls in Org Include nulls in the selection of the organization PA_ReportColumn.IsIncludeNullsOrg
character(1)
Yes-No
Trx Organization Performing or initiating organization The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions. PA_ReportColumn.AD_OrgTrx_ID
numeric(10)
Table
Include Nulls in Org Trx Include nulls in the selection of the organization transaction PA_ReportColumn.IsIncludeNullsOrgTrx
character(1)
Yes-No
Account Element Account Element Account Elements can be natural accounts or user defined values. PA_ReportColumn.C_ElementValue_ID
numeric(10)
Search
Include Nulls in Account Include nulls in the selection of the account PA_ReportColumn.IsIncludeNullsElementValue
character(1)
Yes-No
Product Product, Service, Item Identifies an item which is either purchased or sold in this organization. PA_ReportColumn.M_Product_ID
numeric(10)
Search
Include Nulls in Product Include nulls in the selection of the product PA_ReportColumn.IsIncludeNullsProduct
character(1)
Yes-No
Campaign Marketing Campaign The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign. PA_ReportColumn.C_Campaign_ID
numeric(10)
Table Direct
Include Nulls in Campaign Include nulls in the selection of the campaign PA_ReportColumn.IsIncludeNullsCampaign
character(1)
Yes-No
Business Partner Identifies a Business Partner A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson PA_ReportColumn.C_BPartner_ID
numeric(10)
Search
Include Nulls in BPartner Include nulls in the selection of the business partner PA_ReportColumn.IsIncludeNullsBPartner
character(1)
Yes-No
Project Financial Project A Project allows you to track and control internal or external activities. PA_ReportColumn.C_Project_ID
numeric(10)
Table Direct
Include Nulls in Project Include nulls in the selection of the project PA_ReportColumn.IsIncludeNullsProject
character(1)
Yes-No
Address Location or Address The Location / Address field defines the location of an entity. PA_ReportColumn.C_Location_ID
numeric(10)
Location (Address)
Include Nulls in Location Include nulls in the selection of the location PA_ReportColumn.IsIncludeNullsLocation
character(1)
Yes-No
Sales Region Sales coverage region The Sales Region indicates a specific area of sales coverage. PA_ReportColumn.C_SalesRegion_ID
numeric(10)
Table Direct
Include Nulls in Sales Region Include nulls in the selection of the sales region PA_ReportColumn.IsIncludeNullsSalesRegion
character(1)
Yes-No
Activity Business Activity Activities indicate tasks that are performed and used to utilize Activity based Costing PA_ReportColumn.C_Activity_ID
numeric(10)
Table Direct
Include Nulls in Activity Include nulls in the selection of the activity PA_ReportColumn.IsIncludeNullsActivity
character(1)
Yes-No
User Column 1 User defined accounting Element A user defined accounting element referres to a iDempiere table. This allows to use any table content as an accounting dimension (e.g. Project Task). Note that User Elements are optional and are populated from the context of the document (i.e. not requested) PA_ReportColumn.UserElement1_ID
numeric(10)
ID
Include Nulls in User Element 1 Include nulls in the selection of the user element 1 PA_ReportColumn.IsIncludeNullsUserElement1
character(1)
Yes-No
User Column 2 User defined accounting Element A user defined accounting element referres to a iDempiere table. This allows to use any table content as an accounting dimension (e.g. Project Task). Note that User Elements are optional and are populated from the context of the document (i.e. not requested) PA_ReportColumn.UserElement2_ID
numeric(10)
ID
Include Nulls in User Element 2 Include nulls in the selection of the user element 2 PA_ReportColumn.IsIncludeNullsUserElement2
character(1)
Yes-No
Format Pattern The pattern used to format a number or date. A string complying with either Java SimpleDateFormat or DecimalFormat pattern syntax used to override the default presentation format of a date or number type field. PA_ReportColumn.FormatPattern
character varying(22)
String
Allow Opposite Sign Allow column values to be displayed with the opposite sign Allows values to be displayed with the opposite sign to the calculated value if the "Show Opposite Sign" flag is set on the Report Line. Note that all report calculations are performed before the sign is reversed. PA_ReportColumn.IsAllowOppositeSign
character(1)
Yes-No
Multiplier Type Multiplier (Credit = -1) PA_ReportColumn.Multiplier
numeric
Number
Round Factor PA_ReportColumn.RoundFactor
numeric(10)
Integer

Tab: Translation

Description:

Help:

File:Report Column Set - Translation - Window (iDempiere 1.0.0).png

Fields
Name Description Help Technical Data
Tenant Tenant for this installation. A Tenant is a company or a legal entity. You cannot share data between Tenants. PA_ReportColumn_Trl.AD_Client_ID
numeric(10)
Table Direct
Organization Organizational entity within tenant An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. PA_ReportColumn_Trl.AD_Org_ID
numeric(10)
Table Direct
Report Column Column in Report PA_ReportColumn_Trl.PA_ReportColumn_ID
numeric(10)
Table Direct
Language Language for this entity The Language identifies the language to use for display and formatting PA_ReportColumn_Trl.AD_Language
character varying(6)
Table
Name Alphanumeric identifier of the entity The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. PA_ReportColumn_Trl.Name
character varying(255)
String
Description Optional short description of the record A description is limited to 255 characters. PA_ReportColumn_Trl.Description
character varying(255)
String
Active The record is active in the system 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 reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

PA_ReportColumn_Trl.IsActive
character(1)
Yes-No
Translated This column is translated The Translated checkbox indicates if this column is translated. PA_ReportColumn_Trl.IsTranslated
character(1)
Yes-No


Contributions / Posts

Cookies help us deliver our services. By using our services, you agree to our use of cookies.