Project Type (Window ID-265)
Window: Project Type
Description: Maintain Project Type and Phase
Help: Maintain Project Types and their Phases with standard performance information
Tab: Project Type
Description: Maintain Type of a Project
Help: Type of the project with optional phases and tasks of the project with standard performance information
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_ProjectType.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_ProjectType.AD_Org_ID numeric(10) Table Direct |
Name | Alphanumeric identifier of the entity | 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. | C_ProjectType.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | C_ProjectType.Description character varying(255) String |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | C_ProjectType.Help character varying(2000) Text |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_ProjectType.IsActive character(1) Yes-No |
Project Category | Project Category | The Project Category determines the behavior of the project:
General - no special accounting, e.g. for Presales or general tracking Service - no special accounting, e.g. for Service/Charge projects Work Order - creates Project/Job WIP transactions - ability to issue material Asset - create Project Asset transactions - ability to issue material |
C_ProjectType.ProjectCategory character(1) List |
Tab: Standard Phase
Description: Maintain Standard Project Phase
Help: Standard Phase of the project with performance information
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_Phase.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_Phase.AD_Org_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_Phase.C_ProjectType_ID numeric(10) Table Direct |
Sequence | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | C_Phase.SeqNo numeric(10) Integer |
Name | Alphanumeric identifier of the entity | 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. | C_Phase.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | C_Phase.Description character varying(255) Text |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | C_Phase.Help character varying(2000) Text |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_Phase.IsActive character(1) Yes-No |
Product | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | C_Phase.M_Product_ID numeric(10) Search |
Standard Quantity | Standard Quantity | C_Phase.StandardQty numeric Quantity |
Tab: Standard Task
Description: Maintain Standard Project Task
Help: Standard Project Task
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_Task.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_Task.AD_Org_ID numeric(10) Table Direct |
Standard Phase | Standard Phase of the Project Type | Phase of the project with standard performance information with standard work | C_Task.C_Phase_ID numeric(10) Table Direct |
Sequence | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | C_Task.SeqNo numeric(10) Integer |
Name | Alphanumeric identifier of the entity | 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. | C_Task.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | C_Task.Description character varying(255) Text |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | C_Task.Help character varying(2000) Text |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_Task.IsActive character(1) Yes-No |
Product | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | C_Task.M_Product_ID numeric(10) Search |
Standard Quantity | Standard Quantity | C_Task.StandardQty numeric Quantity |