Details of an individual entry in a journal, which is to be posted to
a ledger on the posting date.Details of an individual entry in a journal,
which is to be posted to a ledger on the posting date.
|
|
__init__(self,
transactionDateTime='',
sourceID='',
postingDateTime='',
amount=0.0,
accountID='',
status=None,
ErpPayableLineItems=None,
ErpInvoiceLineItem=None,
ErpRecLineItems=None,
ErpLedgerEntry=None,
CostTypes=None,
ErpJournal=None,
*args,
**kw_args)
Initialises a new 'ErpJournalEntry' instance. |
|
|
|
|
| addCostTypes(self,
*CostTypes) |
|
|
|
|
| addErpPayableLineItems(self,
*ErpPayableLineItems) |
|
|
|
|
| addErpRecLineItems(self,
*ErpRecLineItems) |
|
|
|
|
|
|
|
| getErpInvoiceLineItem(self) |
|
|
|
|
|
|
|
|
|
|
| getErpPayableLineItems(self) |
|
|
|
|
|
|
|
| removeCostTypes(self,
*CostTypes) |
|
|
|
|
| removeErpPayableLineItems(self,
*ErpPayableLineItems) |
|
|
|
|
| removeErpRecLineItems(self,
*ErpRecLineItems) |
|
|
|
|
| setCostTypes(self,
value) |
|
|
|
|
| setErpInvoiceLineItem(self,
value) |
|
|
|
|
| setErpJournal(self,
value) |
|
|
|
|
| setErpLedgerEntry(self,
value) |
|
|
|
|
| setErpPayableLineItems(self,
value) |
|
|
|
|
| setErpRecLineItems(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'>, 'amount': <type 'flo...
|
|
|
_attrs = ['transactionDateTime', 'sourceID', 'postingDateTime'...
|
|
|
_defaults = {'accountID': '', 'amount': 0.0, 'postingDateTime'...
|
|
|
_many_refs = ['ErpPayableLineItems', 'ErpRecLineItems', 'CostT...
|
|
|
_refs = ['status', 'ErpPayableLineItems', 'ErpInvoiceLineItem'...
|
|
|
status = None
|
|
|