Мярка за производителност (прозорец ID-215)
прозорец: Мярка за производителност
описание: Define your Performance Measures
помощ: The Performance Measure Window allows you to define the rules and restrictions for performance measurement. You can, for example, restrict performance measurement to sales for a certain product category for a defined time frame.
TAB: Мярка
описание: Мярка за производителност
помощ The Performance Measure Tab defines the date range and method to be used for measuring performance.
Файл:Мярка за производителност - Мярка - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
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 |
Measure Data Type | Measure Data Type | Type of data - Status or in Time | Status represents values valid at a certain time (e.g. Open Invoices) - No history is maintained. Time represents a values at a given time (e.g. Invoice Amount on 1/1) - History is maintained |
MeasureDataType character(1) NOT NULL List |
Measure Type | Тип на измерването | Determines how the actual performance is derived | The Measure Type indicates how the actual measure is determined. For example, one measure may be manual while another is calculated. | MeasureType character(1) NOT NULL List |
Manual Actual | Стойност ( ръчно) | Manually entered actual value | The Manual Active identifies a manually entered actual measurement value. | ManualActual numeric Number |
Note | Забележка на ръка | Забележка за въвеждане на ръка | Забележката позволява въвеждане на допълнителна информацияThe Note allows for entry for additional information regarding a manual entry. | ManualNote character varying(2000) Text |
Measure Calculation | Измерване/Изчисление | Calculation method for measuring performance | The Measure Calculation indicates the method of measuring performance. | PA_MeasureCalc_ID numeric(10) Table Direct |
Calculation Class | Клас на изчислението | Java класа за изчисленията, трябва да превръща? Interface Measure | The Calculation Class indicates the Java Class used for calculating measures. | CalculationClass character varying(60) String |
Ratio | Сътоношение | Performace Ratio | Calculation instruction set for a perfomance ratio | PA_Ratio_ID numeric(10) Table Direct |
Request Type | Тип искане | Тип искане (напр. питане, оплакване, ..) | Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc. | R_RequestType_ID numeric(10) Table Direct |
Project Type | Тип проект | Type of the project | Type of the project with optional phases of the project with standard performance information | C_ProjectType_ID numeric(10) Table Direct |
Benchmark | Еталон | Еталон за производителност | Серии данни за сравнение на вътрешната производителност с (напр. цена на акциите) | PA_Benchmark_ID numeric(10) Table Direct |
Reporting Hierarchy | Йерархия на отчитане | Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. | Reporting Hierarchy allows you to select different Hierarchies/Trees for the report.
Accounting Segments like Organization, Account, Product may have several hierarchies to accomodate different views on the business. |
PA_Hierarchy_ID numeric(10) Table Direct |
TAB: Постижение
описание: Постижение производителност
помощ The Performance Achievement Tab defines the Tasks to be achieved. The performance is measured by the percentage of reached achievements.
Файл:Мярка за производителност - Постижение - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
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 |
Measure | Мярка | Concrete Performance Measurement | The Measure identifies a concrete, measurable indicator of performance. For example, sales dollars, prospects contacted. | PA_Measure_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 |
Sequence | Последователност | Последователност на въвеждане на редовете | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Document Date | Дата на документа | Дата на документа | The Document Date indicates the date the document was generated. It may or may not be the same as the accounting date. | DateDoc timestamp without time zone Date |
Note | Бележка | Незадължителна, допълнителна информация дефинирана от потребителя | Това поле позволява за допълнително добавяне на информация, касаеща този запис | Note character varying(2000) Text |
Achieved | Целта е достигната | Целта е достигната | The Achieved checkbox indicates if this goal has been achieved. | IsAchieved character(1) NOT NULL Yes-No |
Manual Actual | Стойност ( ръчно) | Manually entered actual value | The Manual Active identifies a manually entered actual measurement value. | ManualActual numeric NOT NULL Number |