Hierarchical Analysis of Costing Information

class tendril.costing.breakup.CostingBreakupBase(name)[source]

Bases: object

property name
property currency_symbol
property total_cost
property sections
property content
property _content
property json
class tendril.costing.breakup.OBomCostingBreakup(name)[source]

Bases: tendril.costing.breakup.CostingBreakupBase

insert(ident, cost)[source]
sort()[source]
property sections
property total_cost
property _content
class tendril.costing.breakup.HierachicalCostingBreakup(name)[source]

Bases: tendril.costing.breakup.CostingBreakupBase

property sections
property total_cost
insert(ident, breakup)[source]
property _content