Project (Window ID-130)

From iDempiere en

Table of Contents

Window: Project

Description: Maintain Projects

Help: The Project Window is used to define the projects which will can be tracked by phases and tasks.

Tab: Project

Description: Define Project

Help: The Project Tab is used to define the Value, Name and Description for each project. It also is defines the tracks the amounts assigned to, committed to and used for this project. Note that when the project Type is changed, the Phases and Tasks are re-created.

Project - Project - Window (iDempiere 1.0.0).png

Fields
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_Project.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_Project.AD_Org_ID
numeric(10)
Table Direct
Search Key Search key for the record in the format required - must be unique A search key allows you a fast method of finding a particular record.

If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order).

C_Project.Value
character varying(40)
String
Sales Representative Sales Representative or Company Agent The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user. C_Project.SalesRep_ID
numeric(10)
Table
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_Project.Name
character varying(60)
String
Description Optional short description of the record A description is limited to 255 characters. C_Project.Description
character varying(255)
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_Project.IsActive
character(1)
Yes-No
Summary Level This is a summary entity 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. C_Project.IsSummary
character(1)
Yes-No
Note Optional additional user defined information The Note field allows for optional entry of user defined information regarding this record C_Project.Note
character varying(2000)
Text
Line Level Project Line Level Level on which Project Lines are maintained C_Project.ProjectLineLevel
character(1)
List
Set Project Type Set Project Type and for Service Projects copy Phases and Tasks of Project Type into Project C_Project.C_ProjectType_ID
numeric(10)
Button
Standard Phase Standard Phase of the Project Type Phase of the project with standard performance information with standard work C_Project.C_Phase_ID
numeric(10)
Table Direct
Contract Date The (planned) effective date of this document. The contract date is used to determine when the document becomes effective. This is usually the contract date. The contract date is used in reports and report parameters. C_Project.DateContract
timestamp without time zone
Date
Finish Date Finish or (planned) completion date The finish date is used to indicate when the project is expected to be completed or has been completed. C_Project.DateFinish
timestamp without time zone
Date
Business Partner Identifies a Business Partner A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson C_Project.C_BPartner_ID
numeric(10)
Search
BPartner (Agent) Business Partner (Agent or Sales Rep) C_Project.C_BPartnerSR_ID
numeric(10)
Search
Partner Location Identifies the (ship to) address for this Business Partner The Partner address indicates the location of a Business Partner C_Project.C_BPartner_Location_ID
numeric(10)
Table Direct
User/Contact User within the system - Internal or Business Partner Contact The User identifies a unique user in the system. This could be an internal user or a business partner contact C_Project.AD_User_ID
numeric(10)
Table Direct
Payment Term The terms of Payment (timing, discount) Payment Terms identify the method and timing of payment. C_Project.C_PaymentTerm_ID
numeric(10)
Table Direct
Order Reference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner The business partner order reference is the order reference for this specific transaction; Often Purchase Order numbers are given to print on Invoices for easier reference. A standard number can be defined in the Business Partner (Customer) window. C_Project.POReference
character varying(20)
String
Warehouse Storage Warehouse and Service Point The Warehouse identifies a unique Warehouse where products are stored or Services are provided. C_Project.M_Warehouse_ID
numeric(10)
Table Direct
Campaign Marketing Campaign The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign. C_Project.C_Campaign_ID
numeric(10)
Table Direct
Price List Version Identifies a unique instance of a Price List Each Price List can have multiple versions. The most common use is to indicate the dates that a Price List is valid for. C_Project.M_PriceList_Version_ID
numeric(10)
Table Direct
Currency The Currency for this record Indicates the Currency to be used when processing or reporting on this record C_Project.C_Currency_ID
numeric(10)
Table Direct
Trx Organization Performing or initiating organization The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions. C_Project.AD_OrgTrx_ID
numeric(10)
Table
Activity Business Activity Activities indicate tasks that are performed and used to utilize Activity based Costing C_Project.C_Activity_ID
numeric(10)
Table Direct
Planned Amount Planned amount for this project The Planned Amount indicates the anticipated amount for this project or project line. C_Project.PlannedAmt
numeric
Amount
Planned Quantity Planned quantity for this project The Planned Quantity indicates the anticipated quantity for this project or project line C_Project.PlannedQty
numeric
Quantity
Planned Margin Project's planned margin amount The Planned Margin Amount indicates the anticipated margin amount for this project or project line. C_Project.PlannedMarginAmt
numeric
Amount
Invoice Rule Invoice Rule for the project The Invoice Rule for the project determines how orders (and consequently invoices) are created. The selection on project level can be overwritten on Phase or Task C_Project.ProjInvoiceRule
character(1)
List
Committed Amount The (legal) commitment amount The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_Project.CommittedAmt
numeric
Amount
Committed Quantity The (legal) commitment Quantity The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_Project.CommittedQty
numeric
Quantity
Invoiced Amount The amount invoiced The amount invoiced C_Project.InvoicedAmt
numeric
Amount
Quantity Invoiced The quantity invoiced C_Project.InvoicedQty
numeric
Quantity
Project Balance Total Project Balance The project balance is the sum of all invoices and payments C_Project.ProjectBalanceAmt
numeric
Amount
Copy Details Copy Lines/Phases/Tasks from other Project C_Project.CopyFrom
character(1)
Button
Close Project C_Project.Processing
character(1)
Button

Tab: Project Line

Description: Maintain Project Lines

Help: Maintain Project Level Lines

Project - Project Line - Window (iDempiere 1.0.0).png

Fields
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_ProjectLine.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_ProjectLine.AD_Org_ID
numeric(10)
Table Direct
Project Financial Project A Project allows you to track and control internal or external activities. C_ProjectLine.C_Project_ID
numeric(10)
Table Direct
Line No Unique line for this document Indicates the unique line for a document. It will also control the display order of the lines within a document. C_ProjectLine.Line
numeric(10)
Integer
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_ProjectLine.IsActive
character(1)
Yes-No
Description Optional short description of the record A description is limited to 255 characters. C_ProjectLine.Description
character varying(255)
Text
Product Product, Service, Item Identifies an item which is either purchased or sold in this organization. C_ProjectLine.M_Product_ID
numeric(10)
Search
Product Category Category of a Product Identifies the category which this product belongs to. Product categories are used for pricing and selection. C_ProjectLine.M_Product_Category_ID
numeric(10)
Table Direct
Planned Price Planned price for this project line The Planned Price indicates the anticipated price for this project line. C_ProjectLine.PlannedPrice
numeric
Costs+Prices
Planned Quantity Planned quantity for this project The Planned Quantity indicates the anticipated quantity for this project or project line C_ProjectLine.PlannedQty
numeric
Quantity
Get Price Get Price for Project Line based on Project Price List C_ProjectLine.DoPricing
character(1)
Button
Planned Amount Planned amount for this project The Planned Amount indicates the anticipated amount for this project or project line. C_ProjectLine.PlannedAmt
numeric
Amount
Printed Indicates if this document / line is printed The Printed checkbox indicates if this document or line will included when printing. C_ProjectLine.IsPrinted
character(1)
Yes-No
Planned Margin Project's planned margin amount The Planned Margin Amount indicates the anticipated margin amount for this project or project line. C_ProjectLine.PlannedMarginAmt
numeric
Amount
Committed Amount The (legal) commitment amount The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_ProjectLine.CommittedAmt
numeric
Amount
Committed Quantity The (legal) commitment Quantity The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_ProjectLine.CommittedQty
numeric
Quantity
Invoiced Amount The amount invoiced The amount invoiced C_ProjectLine.InvoicedAmt
numeric
Amount
Quantity Invoiced The quantity invoiced C_ProjectLine.InvoicedQty
numeric
Quantity
Order Order The Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you close an order, unshipped (backordered) quantities are cancelled. C_ProjectLine.C_Order_ID
numeric(10)
Search
Purchase Order Purchase Order C_ProjectLine.C_OrderPO_ID
numeric(10)
Search
Project Issue Project Issues (Material, Labor) Issues to the project initiated by the "Issue to Project" process. You can issue Receipts, Time and Expenses, or Stock. C_ProjectLine.C_ProjectIssue_ID
numeric(10)
Table Direct
Processed The document has been processed The Processed checkbox indicates that a document has been processed. C_ProjectLine.Processed
character(1)
Yes-No
Production Plan for producing a product The Production uniquely identifies a Production Plan C_ProjectLine.M_Production_ID
numeric(10)
Search

Tab: Phase

Description: Maintain Actual Project Phase

Help: Actual Phase of the Project with Status information - generated from Phase of Project Type.

Project - Phase - Window (iDempiere 1.0.0).png

Fields
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_ProjectPhase.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_ProjectPhase.AD_Org_ID
numeric(10)
Table Direct
Project Financial Project A Project allows you to track and control internal or external activities. C_ProjectPhase.C_Project_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_ProjectPhase.C_Phase_ID
numeric(10)
Table Direct
Sequence Method of ordering records; lowest number comes first The Sequence indicates the order of records C_ProjectPhase.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_ProjectPhase.Name
character varying(60)
String
Description Optional short description of the record A description is limited to 255 characters. C_ProjectPhase.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_ProjectPhase.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_ProjectPhase.IsActive
character(1)
Yes-No
Complete It is complete Indication that this is complete C_ProjectPhase.IsComplete
character(1)
Yes-No
Start Date First effective day (inclusive) The Start Date indicates the first or starting date C_ProjectPhase.StartDate
timestamp without time zone
Date
End Date Last effective date (inclusive) The End Date indicates the last date in this range. C_ProjectPhase.EndDate
timestamp without time zone
Date
Invoice Rule Invoice Rule for the project The Invoice Rule for the project determines how orders (and consequently invoices) are created. The selection on project level can be overwritten on Phase or Task C_ProjectPhase.ProjInvoiceRule
character(1)
List
Planned Amount Planned amount for this project The Planned Amount indicates the anticipated amount for this project or project line. C_ProjectPhase.PlannedAmt
numeric
Amount
Product Product, Service, Item Identifies an item which is either purchased or sold in this organization. C_ProjectPhase.M_Product_ID
numeric(10)
Search
Quantity Quantity The Quantity indicates the number of a specific product or item for this document. C_ProjectPhase.Qty
numeric
Quantity
Committed Amount The (legal) commitment amount The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_ProjectPhase.CommittedAmt
numeric
Amount
Generate Order Generate Order from Project Phase The Generate Order process will generate a new Order document based on the project phase or tasks. A price list and warehouse/service point must be defined on the project. If a product is defined on phase level, the Phase information is used as the basis for the Order (milestone invoicing) - otherwise the individual tasks. C_ProjectPhase.GenerateOrder
character(1)
Button
Order Order The Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you close an order, unshipped (backordered) quantities are cancelled. C_ProjectPhase.C_Order_ID
numeric(10)
Search

Tab: Phase Line

Description: Project Lines of Phase

Help: Maintain Project Lines on Phase Level

Project - Phase Line - Window (iDempiere 1.0.0).png

Fields
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_ProjectLine.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_ProjectLine.AD_Org_ID
numeric(10)
Table Direct
Project Phase Phase of a Project C_ProjectLine.C_ProjectPhase_ID
numeric(10)
Table Direct
Line No Unique line for this document Indicates the unique line for a document. It will also control the display order of the lines within a document. C_ProjectLine.Line
numeric(10)
Integer
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_ProjectLine.IsActive
character(1)
Yes-No
Description Optional short description of the record A description is limited to 255 characters. C_ProjectLine.Description
character varying(255)
Text
Product Product, Service, Item Identifies an item which is either purchased or sold in this organization. C_ProjectLine.M_Product_ID
numeric(10)
Search
Product Category Category of a Product Identifies the category which this product belongs to. Product categories are used for pricing and selection. C_ProjectLine.M_Product_Category_ID
numeric(10)
Table Direct
Planned Price Planned price for this project line The Planned Price indicates the anticipated price for this project line. C_ProjectLine.PlannedPrice
numeric
Costs+Prices
Planned Quantity Planned quantity for this project The Planned Quantity indicates the anticipated quantity for this project or project line C_ProjectLine.PlannedQty
numeric
Quantity
Get Price Get Price for Project Line based on Project Price List C_ProjectLine.DoPricing
character(1)
Button
Planned Amount Planned amount for this project The Planned Amount indicates the anticipated amount for this project or project line. C_ProjectLine.PlannedAmt
numeric
Amount
Printed Indicates if this document / line is printed The Printed checkbox indicates if this document or line will included when printing. C_ProjectLine.IsPrinted
character(1)
Yes-No
Planned Margin Project's planned margin amount The Planned Margin Amount indicates the anticipated margin amount for this project or project line. C_ProjectLine.PlannedMarginAmt
numeric
Amount
Committed Amount The (legal) commitment amount The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_ProjectLine.CommittedAmt
numeric
Amount
Committed Quantity The (legal) commitment Quantity The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_ProjectLine.CommittedQty
numeric
Quantity
Invoiced Amount The amount invoiced The amount invoiced C_ProjectLine.InvoicedAmt
numeric
Amount
Quantity Invoiced The quantity invoiced C_ProjectLine.InvoicedQty
numeric
Quantity
Order Order The Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you close an order, unshipped (backordered) quantities are cancelled. C_ProjectLine.C_Order_ID
numeric(10)
Search
Purchase Order Purchase Order C_ProjectLine.C_OrderPO_ID
numeric(10)
Search
Project Issue Project Issues (Material, Labor) Issues to the project initiated by the "Issue to Project" process. You can issue Receipts, Time and Expenses, or Stock. C_ProjectLine.C_ProjectIssue_ID
numeric(10)
Table Direct
Processed The document has been processed The Processed checkbox indicates that a document has been processed. C_ProjectLine.Processed
character(1)
Yes-No
Production Plan for producing a product The Production uniquely identifies a Production Plan C_ProjectLine.M_Production_ID
numeric(10)
Search

Tab: Task

Description: Actual Project Task

Help: A Project Task in a Project Phase represents the actual work.

Project - Task - Window (iDempiere 1.0.0).png

Fields
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_ProjectTask.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_ProjectTask.AD_Org_ID
numeric(10)
Table Direct
Project Phase Phase of a Project C_ProjectTask.C_ProjectPhase_ID
numeric(10)
Table Direct
Standard Task Standard Project Type Task Standard Project Task in a Project Phase with standard effort C_ProjectTask.C_Task_ID
numeric(10)
Table Direct
Sequence Method of ordering records; lowest number comes first The Sequence indicates the order of records C_ProjectTask.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_ProjectTask.Name
character varying(60)
String
Description Optional short description of the record A description is limited to 255 characters. C_ProjectTask.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_ProjectTask.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_ProjectTask.IsActive
character(1)
Yes-No
Invoice Rule Invoice Rule for the project The Invoice Rule for the project determines how orders (and consequently invoices) are created. The selection on project level can be overwritten on Phase or Task C_ProjectTask.ProjInvoiceRule
character(1)
List
Planned Amount Planned amount for this project The Planned Amount indicates the anticipated amount for this project or project line. C_ProjectTask.PlannedAmt
numeric
Amount
Product Product, Service, Item Identifies an item which is either purchased or sold in this organization. C_ProjectTask.M_Product_ID
numeric(10)
Search
Quantity Quantity The Quantity indicates the number of a specific product or item for this document. C_ProjectTask.Qty
numeric
Quantity
Committed Amount The (legal) commitment amount The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_ProjectTask.CommittedAmt
numeric
Amount

Tab: Task Line

Description: Project Lines of Tasks

Help: Maintain Project Lines of Tasks

Project - Task Line - Window (iDempiere 1.0.0).png

Fields
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_ProjectLine.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_ProjectLine.AD_Org_ID
numeric(10)
Table Direct
Project Task Actual Project Task in a Phase A Project Task in a Project Phase represents the actual work. C_ProjectLine.C_ProjectTask_ID
numeric(10)
Table Direct
Line No Unique line for this document Indicates the unique line for a document. It will also control the display order of the lines within a document. C_ProjectLine.Line
numeric(10)
Integer
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_ProjectLine.IsActive
character(1)
Yes-No
Description Optional short description of the record A description is limited to 255 characters. C_ProjectLine.Description
character varying(255)
Text
Product Product, Service, Item Identifies an item which is either purchased or sold in this organization. C_ProjectLine.M_Product_ID
numeric(10)
Search
Product Category Category of a Product Identifies the category which this product belongs to. Product categories are used for pricing and selection. C_ProjectLine.M_Product_Category_ID
numeric(10)
Table Direct
Planned Price Planned price for this project line The Planned Price indicates the anticipated price for this project line. C_ProjectLine.PlannedPrice
numeric
Costs+Prices
Planned Quantity Planned quantity for this project The Planned Quantity indicates the anticipated quantity for this project or project line C_ProjectLine.PlannedQty
numeric
Quantity
Get Price Get Price for Project Line based on Project Price List C_ProjectLine.DoPricing
character(1)
Button
Planned Amount Planned amount for this project The Planned Amount indicates the anticipated amount for this project or project line. C_ProjectLine.PlannedAmt
numeric
Amount
Printed Indicates if this document / line is printed The Printed checkbox indicates if this document or line will included when printing. C_ProjectLine.IsPrinted
character(1)
Yes-No
Planned Margin Project's planned margin amount The Planned Margin Amount indicates the anticipated margin amount for this project or project line. C_ProjectLine.PlannedMarginAmt
numeric
Amount
Committed Amount The (legal) commitment amount The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_ProjectLine.CommittedAmt
numeric
Amount
Committed Quantity The (legal) commitment Quantity The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. C_ProjectLine.CommittedQty
numeric
Quantity
Invoiced Amount The amount invoiced The amount invoiced C_ProjectLine.InvoicedAmt
numeric
Amount
Quantity Invoiced The quantity invoiced C_ProjectLine.InvoicedQty
numeric
Quantity
Order Order The Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you close an order, unshipped (backordered) quantities are cancelled. C_ProjectLine.C_Order_ID
numeric(10)
Search
Purchase Order Purchase Order C_ProjectLine.C_OrderPO_ID
numeric(10)
Search
Project Issue Project Issues (Material, Labor) Issues to the project initiated by the "Issue to Project" process. You can issue Receipts, Time and Expenses, or Stock. C_ProjectLine.C_ProjectIssue_ID
numeric(10)
Table Direct
Processed The document has been processed The Processed checkbox indicates that a document has been processed. C_ProjectLine.Processed
character(1)
Yes-No
Production Plan for producing a product The Production uniquely identifies a Production Plan C_ProjectLine.M_Production_ID
numeric(10)
Search

Tab: Accounting

Description: Define Project Accounting

Help: The Accounting Tab is used to define the Asset Account to use when a project is completed and the associated asset realized.

Project - Accounting - Window (iDempiere 1.0.0).png

Fields
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_Project_Acct.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_Project_Acct.AD_Org_ID
numeric(10)
Table Direct
Project Financial Project A Project allows you to track and control internal or external activities. C_Project_Acct.C_Project_ID
numeric(10)
Table Direct
Accounting Schema Rules for accounting An Accounting Schema defines the rules used in accounting such as costing method, currency and calendar C_Project_Acct.C_AcctSchema_ID
numeric(10)
Table Direct
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_Project_Acct.IsActive
character(1)
Yes-No
Project Asset Project Asset Account The Project Asset account is the account used as the final asset account in capital projects C_Project_Acct.PJ_Asset_Acct
numeric(10)
Account
Work In Progress Account for Work in Progress The Work in Process account is the account used in capital projects until the project is completed C_Project_Acct.PJ_WIP_Acct
numeric(10)
Account


Contributions / Posts

Cookies help us deliver our services. By using our services, you agree to our use of cookies.