Corresponds to old version of Costs used in ts_lib. Required for backwards compatibility.

interface LegacyCosts {
    manufacturing: number;
    material: number;
    selling: number;
    setup: number;
    unit: number;
}

Properties

manufacturing: number

Overall manufacturing price

material: number

Material costs per unit

selling: number

Overall selling price

setup: number

Setup costs

unit: number

Unit costs per unit