CostingEvent
in package
This Class is meant to be a permanent representation of the type Generic Object -> Costing. It is used in the Material Flow Detection
Table of Contents
Properties
- $labor_cost : float|null
- Cost of direct labor used in handling or producing
- $material_cost : float|null
- Cost of materials used in production
- $overhead_cost : float|null
- Overhead costs are expenses that a business incurs to run its day-to-day operations, but aren't directly tied to a product or service.
- $processing_cost : float|null
- Cost of processing the material
- $storage_cost : float|null
- Cost of storing the material
- $total_cost : float|null
- The Total of all the other costs
Methods
- totalize() : float
- Sets and returns the total cost of the event
Properties
$labor_cost
Cost of direct labor used in handling or producing
public
float|null
$labor_cost
$material_cost
Cost of materials used in production
public
float|null
$material_cost
$overhead_cost
Overhead costs are expenses that a business incurs to run its day-to-day operations, but aren't directly tied to a product or service.
public
float|null
$overhead_cost
They are also known as indirect costs, operating costs, or administrative overhead
$processing_cost
Cost of processing the material
public
float|null
$processing_cost
$storage_cost
Cost of storing the material
public
float|null
$storage_cost
$total_cost
The Total of all the other costs
public
float|null
$total_cost
Methods
totalize()
Sets and returns the total cost of the event
public
totalize() : float