Desempenho, Cálculo Indicadores (Janela ID-213)
Janela: Desempenho, Cálculo Indicadores
Descrição: Define how you calculate your performance measures
Ajudar: Please test the statement in SQL*Plus first. The select statement needs to return a single value! Any restrictions for Date range, Organizations, Business Partners, Products should be done via the "Performance Measure" window. This is the generic calculation. As this tends to be somewhat technical, the system has a few examples predefined.
TAB: Desempenho, Cálculo Indicadores
Descrição: Maintain your Performance Measure Calculation
Ajudar The Performance Measure Calculation defines how performance measures will be calculated. Please test the statement in SQL*Plus first.
The select statement needs to return a single value!
Any restrictions for Date range, Organizations, Business Partners, Products should be done via the "Performance Measure" window. This is the generic calculation.
As this tends to be somewhat technical, the system has a few examples predefined.
Nome | Nome | Descrição | Ajudar | Especificações |
---|---|---|---|---|
Client | Empresa | A Empresa instalada neste sistema. | A Empresa é a sociedade, grupo empresarial ou qualquer outra entidade legal instalada neste sistema. Não é possivel partilhar dados entre Empresas. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organismo | Unidade organizacional componente da Empresa | A estrutura é uma das unidades organizacionais que constituem a Empresa, estas entidades podem ter figura juridica ou serem meras abstracções de um modelo de organização empresarial. Como exemplos podemos citar o sector, departamento, armazem, loja ou empresa associada. É possivél e normal partilhar dados entre estruturas. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nome | 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 | Descrição | Optional short description of the record | A description is limited to 255 characters. | Description character varying(255) String |
Active | Activo | 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 |
Entity Type | Tipo de Entidade | Tipo Entidade no Dicionário; Determina se é standard da aplicação ou especifico | The Entity Types "Dictionary", "Compiere" and "Application" might be automatically synchronized and customizations deleted or overwritten.
For customizations, copy the entity and select "User"! |
EntityType character varying(40) NOT NULL Table |
Sql SELECT | SQL, cláusula "Select" | SQL SELECT clause | The Select Clause indicates the SQL SELECT clause to use for selecting the record for a measure calculation. | SelectClause character varying(2000) NOT NULL Text |
Sql WHERE | SQL, cláusula "Where" | Fully qualified WHERE clause | The Where Clause indicates the SQL WHERE clause to use for record selection. The WHERE clause is added to the query. Fully qualified means "tablename.columnname". | WhereClause character varying(2000) NOT NULL Text |
Date Column | Coluna de Datas | Fully qualified date column | The Date Column indicates the date to be used when calculating this measurement | DateColumn character varying(60) NOT NULL String |
Org Column | Organismo, Coluna | Fully qualified Organization column (AD_Org_ID) | The Organization Column indicates the organization to be used in calculating this measurement. | OrgColumn character varying(60) String |
B.Partner Column | Coluna Terceiro | Coluna com um codigo de Terceiro existente (C_BPartner_ID) | Esta coluna indica a Terceiro a usar no calculo deste Indicador de Desempenho. | BPartnerColumn character varying(60) String |
Product Column | Coluna Artigo | Fully qualified Product column (M_Product_ID) | The Product Column indicates the product to use to use when calculating this measurement. | ProductColumn character varying(60) String |
Table | Tabela | Table for the Fields | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) NOT NULL Table Direct |
Key Column | Key Column | Key Column for Table | null | KeyColumn character varying(60) NOT NULL String |