Individual entry of an ErpReceivable, it is a particular transaction
representing an invoice, credit memo or debit memo to a
customer.Individual entry of an ErpReceivable, it is a particular
transaction representing an invoice, credit memo or debit memo to a
customer.
|
|
__init__(self,
ErpReceivable=None,
status=None,
ErpInvoiceLineItem=None,
ErpPayments=None,
ErpJournalEntries=None,
*args,
**kw_args)
Initialises a new 'ErpRecLineItem' instance. |
|
|
|
|
| addErpJournalEntries(self,
*ErpJournalEntries) |
|
|
|
|
| addErpPayments(self,
*ErpPayments) |
|
|
|
|
| getErpInvoiceLineItem(self) |
|
|
|
|
| getErpJournalEntries(self) |
|
|
|
|
|
|
|
|
|
|
| removeErpJournalEntries(self,
*ErpJournalEntries) |
|
|
|
|
| removeErpPayments(self,
*ErpPayments) |
|
|
|
|
| setErpInvoiceLineItem(self,
value) |
|
|
|
|
| setErpJournalEntries(self,
value) |
|
|
|
|
| setErpPayments(self,
value) |
|
|
|
|
| setErpReceivable(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__
|