Project Phase
C_ProjectPhase
Phase of a Project
Overview
| Table Name | C_ProjectPhase |
|---|---|
| Access Level | Client Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (35)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AD_Client_ID |
Table Direct(22) | Yes | @AD_Client_ID@ | Tenant for this installation. |
AD_Org_ID |
Table Direct(22) | Yes | @AD_Org_ID@ | Organizational entity within tenant |
AD_User_ID |
Search(10) | No | @AD_User_ID@ | User within the system - Internal or Business Partner Contact |
C_BPartner_ID |
Search(10) | No | @C_BPartner_ID@ | Identifies a Business Partner |
CommittedAmt |
Amount(22) | Yes | - | The (legal) commitment amount |
CompletePercent |
Number(3) | No | 0 | - |
CompletionPercentage |
List(4) | No | C000 | - |
C_Order_ID |
Search(22) | No | - | Order |
C_Phase_ID |
Table Direct(22) | No | - | Standard Phase of the Project Type |
C_Project_ID |
Table Direct(22) | Yes | - | Financial Project |
C_ProjectPhase_ID |
ID(22) | Yes | - | Phase of a Project |
C_Project_Responsible_ID |
Table(10) | No | - | Responsible for Workflow Execution |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
Description |
Text(10000) | No | - | Optional short description of the record |
EndDate |
Date(7) | No | - | Last effective date (inclusive) |
GenerateOrder |
Button(1) | No | - | Generate Order |
Help |
Text(2000) | No | - | Comment or Hint |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
IsCommitCeiling |
Yes-No(1) | Yes | - | The commitment amount/quantity is the chargeable ceiling |
IsComplete |
Yes-No(1) | Yes | - | It is complete |
IsMilestone |
Yes-No(1) | No | N | - |
M_Product_ID |
Search(22) | No | - | Product, Service, Item |
PlannedTime |
Number(11) | No | 0 | - |
PriceActual |
Costs+Prices(22) | No | - | Actual Price |
Priority |
List(22) | No | 5 | Indicates if this request/activity is of a high, medium or low priority. |
Qty |
Quantity(22) | No | 1 | Quantity |
StartDate |
Date(7) | No | - | First effective day (inclusive) |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
SeqNo |
Integer(22) | Yes | @SQL=SELECT NVL(MAX(SeqNo),0)+10 AS DefaultValue FROM C_ProjectPhase WHERE C_Project_ID=@C_Project_ID@ | Method of ordering records; lowest number comes first |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
C_ProjectPhase_UU |
String(36) | No | - | - |
PlannedAmt |
Amount(22) | Yes | - | Planned amount for this project |
ProjInvoiceRule |
List(1) | Yes | @ProjInvoiceRule@ | Invoice Rule for the project |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
AD_User_ID |
AD_User.AD_User_ID | User within the system - Internal or Business Partner Contact |
C_BPartner_ID |
C_BPartner.C_BPartner_ID | Identifies a Business Partner |
C_Order_ID |
C_Order.C_Order_ID | Order |
C_Phase_ID |
C_Phase.C_Phase_ID | Standard Phase of the Project Type |
C_Project_ID |
C_Project.C_Project_ID | Financial Project |
C_Project_Responsible_ID |
C_Project_Responsible.C_Project_Responsible_ID | Responsible for Workflow Execution |
M_Product_ID |
M_Product.M_Product_ID | Product, Service, Item |
Generated on 2026-05-03T16:34:56.755650806Z