Изчисляване на мерките за производителност (прозорец ID-213)
прозорец: Изчисляване на мерките за производителност
описание: Define how you calculate your performance measures
помощ: 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: Изчисляване на мерките за производителност
описание: Maintain your Performance Measure Calculation
помощ The Performance Measure Calculation defines how performance measures will be calculated. Please test the statement in SQL*Plus first.\nThe select statement needs to return a single value!\nAny restrictions for Date range, Organizations, Business Partners, Products should be done via the "Performance Measure" window. This is the generic calculation.\nAs this tends to be somewhat technical, the system has a few examples predefined.
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Client | Фирма | Фирма | Фирма | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Организация | Подразделение на клиента | 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) NOT NULL Table Direct |
Name | Наименование | Не повече от 60 знака | 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 | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Entity Type | Вид цялост | Dictionary Entity Type; Determines ownership and synchronization | 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 | Select Clause | 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 Where clause | Fully qualified WHERE clause | The Where Clause indicates the SQL WHERE clause to use for record selection | WhereClause character varying(2000) NOT NULL Text |
Date Column | Колона на датата | Попълнена колона на датите | The Date Column indicates the date to be used when calculating this measurement | DateColumn character varying(60) NOT NULL String |
Org 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 | Колона Партньор | Име на колоната на партньора (C_BPartner_ID) | Това поле показва кой партньор се използва при изчиляването на тази мярка | BPartnerColumn character varying(60) String |
Product Column | Колона на продукта | 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 | Таблица | Database Table information | The Database Table provides the information of the table definition | AD_Table_ID numeric(10) NOT NULL Table Direct |
Key Column | Ключева (Основна) колона | Key Column for Table | null | KeyColumn character varying(60) NOT NULL String |