Целева производителност (прозорец ID-212)
прозорец: Целева производителност
описание: Define Performance Goals
помощ: The Performance Goal Window allows you to define performance goals or all, a role or a user
TAB: Целева производителност
описание: Целева производителност
помощ The Performance Goal Tab defines specific goals for 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 |
Note | Бележка | Незадължителна, допълнителна информация дефинирана от потребителя | Това поле позволява за допълнително добавяне на информация, касаеща този запис | Note character varying(2000) Text |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Role | Роля | Responsibility Role | The Role determines security and access a user who has this Role will have in the System. | AD_Role_ID numeric(10) Table Direct |
User/Contact | Лице за контакт | Потребител на системата - Вътрешен или Партньор за контакти | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) Search |
Sequence | Последователност | Последователност на въвеждане на редовете | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Summary Level | Обобщаване | Обобщаване | A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values. | IsSummary character(1) NOT NULL Yes-No |
Color Schema | Цветова схема | Цветова схема на производителност | Visual representation of performance by color. The Schema has often three levels (e.g. red-yellow-green). Compiere support two levels (e.g. red-green) or four levels (e.g. gray-bronce-silver-gold). Note that Measures without a goal are represented white. The percentages could be beween 0 and unlimited (i.e. above 100%). | PA_ColorSchema_ID numeric(10) NOT NULL Table Direct |
Parent Goal | Parent Goal | Parent Goal | You can create a hierarchy of goals by linking the sub-goals to the summary goal.
The measures are automatically rolled up |
PA_GoalParent_ID numeric(10) Table |
Measure Target | Цел на измерването | Target value for measure | The Measure Target indicates the target or goal for this measure. It is used as in comparing against the actual measures | MeasureTarget numeric NOT NULL Number |
Measure | Мярка | Concrete Performance Measurement | The Measure identifies a concrete, measurable indicator of performance. For example, sales dollars, prospects contacted. | PA_Measure_ID numeric(10) Table Direct |
Date From | Начало | Начална дата | The Date From indicates the starting date of a range. | DateFrom timestamp without time zone Date+Time |
Date To | До | Крайна дата | The Date To indicates the end date of a range (inclusive) | DateTo timestamp without time zone Date+Time |
Measure Scope | Measure Scope | Performance Measure Scope | The scope of the goal can be broken down for initial display.
Example: Scope is Year, Display is Month - the goal is entered as a yearly number, the display divides the goal by 12 |
MeasureScope character(1) NOT NULL List |
Measure Display | Measure Display | Measure Scope initially displayed | null | MeasureDisplay character(1) List |
Chart Type | Chart Type | Type fo chart to render | null | ChartType character varying(2) NOT NULL List |
Measure Actual | Реално измерване | Actual value that has been measured. | The Measure Actual indicates the actual measured value. The measured values are used in determining if a performance goal has been met | MeasureActual numeric Number |
Date last run | Последна дата на пускане | Последна дата на стартиране на процеса | The Date Last Run indicates the last time that a process was run. | DateLastRun timestamp without time zone Date+Time |
Performance Goal | Целева производителност | колко остава до целта 0..1 | The Goal Performance indicates the target achievement from 0 to 1. | GoalPerformance numeric Number |
Relative Weight | Относ. вес | 0 – се игнорира | The relative weight allows you to adjust the project cycle report based on probabilities. For example, if you have a 1:10 chance in closing a contract when it is in the prospect stage and a 1:2 chance when it is in the contract stage, you may put a weight of 0.1 and 0.5 on those steps. This allows sales funnels or measures of completion of your project. | RelativeWeight numeric Number |
TAB: Ограничение
описание: Ограничение на целевата производителност
помощ Restriction of the performance measure to the Organization, Business Partner or Product defined.
Example: The performance is only measured for HQ
The measure must support the data, otherwise it is ignored.
Файл:Целева производителност - Ограничение - прозорец (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 |
Goal | Цел | Целева производителност | The Performance Goal indicates what this users performance will be measured against. | PA_Goal_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 |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Restriction Type | Restriction Type | Goal Restriction Type | Enter one or more records per Goal Restriction Type (e.g. Org o1, o2) | GoalRestrictionType character(1) NOT NULL List |
Organization | Организация | Подразделение на клиента | An organization is a unit of your client or legal entity - examples are store, department. | Org_ID numeric(10) Table |
Business Partner | Партньор | Партньор | Партньорът е всеки, с когото работите. Това може да означава Доставчик, Клиент, Служител или Търговски представител. | C_BPartner_ID numeric(10) Search |
Business Partner Group | Група партньори | Група на партньора | Групата на партньора предоставя метод за дефиниране на подразбиращи се стойности, който да се използват за индивидуалния партньор. | C_BP_Group_ID numeric(10) Table Direct |
Product | Продукт | Продукт | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
Product Category | Категория продукт | Категория продукт | Identifies the category which this product belongs to. Product categories are used for pricing and selection. | M_Product_Category_ID numeric(10) Table Direct |