Financial Report (pencere ID-216)
iDempiere tr sitesinden
pencere: Financial Report
tanım: Maintain Financial Reports
Yardım: Financial Reports are the combination of a Report Column Set and Line Set.
TAB: Financial Report
tanım: null
Yardım null
Dosya:Financial Report - Financial Report - pencere (iDempiere 1.0.0).png
isim | isim | tanım | Yardım | Özellikler |
---|---|---|---|---|
Client | İstemci | Client/Tenant for this installation. | İstemci bir firma veya legal bir kurulustur. Verileri İstemciler arasında paylasilmaz. Mutasarruf ise İstemci ile aynı anlama gelmektedir. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizasyon | Organizational entity within client | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) Table Direct |
Accounting Schema | Accounting Schema | Rules for accounting | An Accounting Schema defines the rules used in accounting such as costing method, currency and calendar | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
Calendar | Takvim | Accounting Calendar Name | The Calendar uniquely identifies an accounting calendar. Multiple calendars can be used. For example you may need a standard calendar that runs from Jan 1 to Dec 31 and a fiscal calendar that runs from July 1 to June 30. | C_Calendar_ID numeric(10) NOT NULL Table Direct |
Name | İsim | 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. | Name character varying(60) NOT NULL String |
Description | Description | Optional short description of the record | A description is limited to 255 characters. | Description character varying(255) String |
Active | 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. |
IsActive character(1) NOT NULL Yes-No |
Report Line Set | Report Line Set | null | null | PA_ReportLineSet_ID numeric(10) NOT NULL Table Direct |
Report Column Set | Report Column Set | Collection of Columns for Report | The Report Column Set identifies the columns used in a Report. | PA_ReportColumnSet_ID numeric(10) NOT NULL Table Direct |
Report Cube | Report Cube | Define reporting cube for pre-calculation of summary accounting data. | Summary data will be generated for each period of the selected calendar, grouped by the selected dimensions.. | PA_ReportCube_ID numeric(10) Table |
Jasper Process | Jasper Process | The Jasper Process used by the printengine if any process defined | null | JasperProcess_ID numeric(10) Table |
List Sources | List Sources | List Report Line Sources | List the Source Accounts for Summary Accounts selected | ListSources character(1) NOT NULL Yes-No |
List Transactions | List Transactions | List the report transactions | List the transactions of the report source lines | ListTrx character(1) NOT NULL Yes-No |
Create Report | Create Report | Create Financial Report | The default period is the current period. You can optionally enter other restrictions. You can select an alternative Reporting Hierarchy. | Processing character(1) NOT NULL Button |
Print Format | Print Format | Data Print Format | The print format determines how data is rendered for print. | AD_PrintFormat_ID numeric(10) Table Direct |
Create Report (Jasper) | Create Report (Jasper) | Create Financial Report (Jasper) | The default period is the current period. You can optionally enter other restrictions. You can select an alternative Reporting Hierarchy. | JasperProcessing character(1) Button |