A categorization for resources, often costs, in accounting
transactions. Examples include: material components, building in service,
coal sales, overhead, etc.A categorization for resources, often costs, in
accounting transactions. Examples include: material components, building
in service, coal sales, overhead, etc.
|
|
__init__(self,
stage='',
code='',
level='',
amountAssignable=False,
ErpJournalEntries=None,
ParentCostType=None,
ChildCostTypes=None,
WorkCostDetails=None,
CompatibleUnits=None,
status=None,
*args,
**kw_args)
Initialises a new 'CostType' instance. |
|
|
|
|
| addChildCostTypes(self,
*ChildCostTypes) |
|
|
|
|
| addCompatibleUnits(self,
*CompatibleUnits) |
|
|
|
|
| addErpJournalEntries(self,
*ErpJournalEntries) |
|
|
|
|
| addWorkCostDetails(self,
*WorkCostDetails) |
|
|
|
|
|
|
|
|
|
|
| getErpJournalEntries(self) |
|
|
|
|
|
|
|
|
|
|
| removeChildCostTypes(self,
*ChildCostTypes) |
|
|
|
|
| removeCompatibleUnits(self,
*CompatibleUnits) |
|
|
|
|
| removeErpJournalEntries(self,
*ErpJournalEntries) |
|
|
|
|
| removeWorkCostDetails(self,
*WorkCostDetails) |
|
|
|
|
| setChildCostTypes(self,
value) |
|
|
|
|
| setCompatibleUnits(self,
value) |
|
|
|
|
| setErpJournalEntries(self,
value) |
|
|
|
|
| setParentCostType(self,
value) |
|
|
|
|
| setWorkCostDetails(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'amountAssignable': <type 'bool'>, 'code': <typ...
|
|
|
_attrs = ['stage', 'code', 'level', 'amountAssignable']
|
|
|
_defaults = {'amountAssignable': False, 'code': '', 'level': '...
|
|
|
_many_refs = ['ErpJournalEntries', 'ChildCostTypes', 'WorkCost...
|
|
|
_refs = ['ErpJournalEntries', 'ParentCostType', 'ChildCostType...
|
|
|
status = None
|
|
|