Отчет проекти (прозорец ID-208)
прозорец: Отчет проекти
описание: Maintain Project Reporting Cycles
помощ: The Project Cycle Window defines the steps associated with a specific Project. You may want to define several Project cycles to differentiate the different types of projects. Project cycles may use all or a subset of the used Project Status (e.g. Your opportunity project cycle may include the steps from prospect to contract - the service cycle may include steps from installation to customer acceptance.
TAB: Проектен цикъл
описание: Define Project Report Cycle
помощ Define the currency that projects Project are reported. The projects themselves could be in a different currency.
Файл:Отчет проекти - Проектен цикъл - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Project Cycle | Проектен цикъл | Identifier for this Project Reporting Cycle | Identifies a Project Cycle which can be made up of one or more cycle steps and cycle phases. | C_Cycle_ID numeric(10) NOT NULL ID |
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 |
Currency | Валута | Валута | Indicates the Currency to be used when processing or reporting on this record | C_Currency_ID numeric(10) NOT NULL Table Direct |
TAB: Стъпка
описание: Стъпка в проектния цикъл
помощ The Cycle Step determines the logical sequence of events within your cycle. It is the common of similar Project Phases making different project types comparable.
Файл:Отчет проекти - Стъпка - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Cycle Step | Стъпка на цикъла | Стъпка на цикъла | Identifies one or more steps within a Project Cycle. A cycle Step has multiple Phases | C_CycleStep_ID numeric(10) NOT NULL ID |
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 |
Project Cycle | Проектен цикъл | Identifier for this Project Reporting Cycle | Identifies a Project Cycle which can be made up of one or more cycle steps and cycle phases. | C_Cycle_ID numeric(10) NOT NULL Table Direct |
Sequence | Последователност | Последователност на въвеждане на редовете | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
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 |
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 NOT NULL Quantity |
TAB: Фаза на цикъла
описание: Link Cycle Step with Project Phases
помощ Свързване на подобни проектни фази със стъпка в цикъл
Файл:Отчет проекти - Фаза на цикъла - прозорец (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 |
Cycle Step | Стъпка на цикъла | Стъпка на цикъла | Identifies one or more steps within a Project Cycle. A cycle Step has multiple Phases | C_CycleStep_ID numeric(10) NOT NULL Table Direct |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Standard Phase | Стандартна фаза | Стандартна фаза на проекта | Phase of the project with standard performance information with standard work | C_Phase_ID numeric(10) NOT NULL Table Direct |