Performance Measure Calculation (Okno ID-213)
Okno: Performance Measure Calculation
Opis: Define how you calculate your performance measures
Pomocy: 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: Performance Measure Calculation
Opis: Maintain your Performance Measure Calculation
Pomocy 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.
Plik:Performance Measure Calculation - Performance Measure Calculation - Okno (iDempiere 1.0.0).png
Nazwa | Nazwa | Opis | Pomocy | Specyfikacja |
---|---|---|---|---|
Client | Firma | Firma, do której odnosi się ten wpis | Firma (instalacja), do której odnosi się ten wpis | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Jednostka organizacyjna | Jednoska organizacyjna lub prawna w ramach firmy | Organizacja jest jednostką firmy lub legalnym podmiotem - przykładem jest sklep, departament | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nazwa | Identyfikator pozycji | Nazwa pozycji(rekordu) jest używana jako domyslny sposób wyszukiwania wraz z kodem. Nazwa powinna mieścić się w 60 znakach | Name character varying(60) NOT NULL String |
Description | Opis | Dodatkowy któtki opis rekordu | Dodatkowy któtki opis rekordu (do 255 znaków) | Description character varying(255) String |
Active | Aktywny/Widoczny | Czy pozycja jest aktywna | Nie wszystkie informacje w systemie mogą być usunięte. Wiele informacji musi pozostać w systemie jeżeli zostały raz wprowadzone. 1. Dzieje się tak z dwóch przyczyn:
2. Dany wpis musi pozostać ze względów bezpieczeństwa.: Dany wpis jest powiązany z innymi wpisami w systemie. np nie można usunąć kontrahenta, dla którego były wystawiane faktury. W przypadku kiedy nie jest możliwe usunięcie zapisu, można zrobić go nieaktywnym, tak aby nie pojawiał się na wydrukach |
IsActive character(1) NOT NULL Yes-No |
Entity Type | Typ encji | Typ encji w słowniku aplikacji. Wpływa na własnośc oraz sposób synchronizacji | The Entity Types "Dictionary", "Adempiere" 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 SELECT | Polecenie SQL SELECT | Polecenie SQL SELECT do wyboru pozycji przy liczeniu pomiaru | SelectClause character varying(2000) NOT NULL Text |
Sql WHERE | SQL WHERE | 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 | Kolumna daty | W pełni wykwalifikowana kolumna daty | Wskazuje datę używaną przy obliczaniu pomiaru. | DateColumn character varying(60) NOT NULL String |
Org Column | ID Jednostki | W pełni wykwalifikowana kolumna jednostki (AD_Org_ID) | The Organizaiton Column indicates the organization to be used in calculating this measurement | OrgColumn character varying(60) String |
B.Partner Column | Kolumna kontrahenta | W pełni wykwalifikowana kluczowa kolumna kontrahenta (C_BPartner_ID) | Wskazuje kontrahenta podczas liczenia pomiaru. | BPartnerColumn character varying(60) String |
Product Column | Kolumna produktu | W pełni wykwalifikowana kolumna produktu (M_Product_ID) | Wskazuje produkt używanty przy liczeniu pomiaru. | ProductColumn character varying(60) String |
Table | Tabela | Tabela dla pól | Tabela wskazuje tabelę, w której pole lub pola są zamieszczone. | 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 |