Details of an individual entry in a ledger, which was posted from a
journal on the posted date.Details of an individual entry in a ledger,
which was posted from a journal on the posted date.
|
|
__init__(self,
transactionDateTime='',
accountKind='normal',
amount=0.0,
postedDateTime='',
accountID='',
ErpLedger=None,
status=None,
ErpLedgerEntry=None,
UserAttributes=None,
ErpJounalEntry=None,
*args,
**kw_args)
Initialises a new 'ErpLedgerEntry' instance. |
|
|
|
|
| addUserAttributes(self,
*UserAttributes) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeUserAttributes(self,
*UserAttributes) |
|
|
|
|
| setErpJounalEntry(self,
value) |
|
|
|
|
| setErpLedger(self,
value) |
|
|
|
|
| setErpLedgerEntry(self,
value) |
|
|
|
|
| setUserAttributes(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 = {'accountID': <type 'str'>, 'accountKind': <type...
|
|
|
_attrs = ['transactionDateTime', 'accountKind', 'amount', 'pos...
|
|
|
_defaults = {'accountID': '', 'accountKind': 'normal', 'amount...
|
|
|
_enums = {'accountKind': 'ErpAccountKind'}
|
|
|
_many_refs = ['UserAttributes']
|
|
|
_refs = ['ErpLedger', 'status', 'ErpLedgerEntry', 'UserAttribu...
|
|
|
status = None
|