Difference between revisions of "IFC - Industry Foundation Classes/IFC concepts/IFC cost concepts"

From Wiki.OSArch
Line 23: Line 23:
  
 
Source: IfcProjectOrder
 
Source: IfcProjectOrder
 +
 +
== A cost schedule can be part of a project order ==
 +
 +
<!--
 +
digraph {
 +
  node [ shape=rect, color="lightblue" ];
 +
  edge [ fontsize=10 ];
 +
  IfcRelAggregates -> IfcProjectOrder [ label="RelatingObject" ];
 +
  IfcRelAggregates -> IfcCostSchedule [ label="RelatedObjects" ];
 +
  IfcRelAggregates [color="pink"]
 +
}
 +
-->
 +
 +
[[File:Ifc-concept-cost-projectorder.png]]
 +
 +
Project orders, such as work orders, change orders, or in particular purchase orders, may include a cost schedule. For example, a cost schedule may be used to provide an estimate of costs for a work order.
 +
 +
Source: IfcCostSchedule, IfcProjectOrder

Revision as of 03:13, 4 August 2021

The primary classes related to this concept are:

  • IfcCostSchedule
  • IfcCostItem

A cost schedule can exist

Ifc-concept-cost-costschedule.png

A cost schedule is a collection of cost items, used for a specified purpose. Typical purposes are cost plans and tenders.

Note: there is no explicit documentation which explains how a cost schedule is related back to the project or context. Therefore, in the absence of documentation, we are assuming that we declare it to the project as shown. However, this is only an assumption. There are explicit arguments against this assumption, such as that a cost schedule must be tied back to a project order. However, this evidence is not considered strong enough as it is never mentioned in the cost schedule documentation page itself.

Source: IfcProjectOrder

A cost schedule can be part of a project order

Ifc-concept-cost-projectorder.png

Project orders, such as work orders, change orders, or in particular purchase orders, may include a cost schedule. For example, a cost schedule may be used to provide an estimate of costs for a work order.

Source: IfcCostSchedule, IfcProjectOrder