The operating shift for a vendor during which he may transact against
the merchant's account. It aggregates transactions and receipts during
the shift and periodically debits a merchant account. The totals in
VendorShift should always = sum of totals aggregated in all cashier
shifts that were open under the particular vendor shift.
|
__init__(self,
merchantDebitAmount=0.0,
posted=False,
MerchantAccount=None,
Transactions=None,
Receipts=None,
Vendor=None,
*args,
**kw_args)
Initialises a new 'VendorShift' instance. |
|
|
|
addReceipts(self,
*Receipts) |
|
|
|
addTransactions(self,
*Transactions) |
|
|
|
getMerchantAccount(self)
Merchant account this vendor shift periodically debits (based on
aggregated transactions). |
|
|
|
|
|
|
|
getVendor(self)
Vendor that opens and owns this vendor shift. |
|
|
|
removeReceipts(self,
*Receipts) |
|
|
|
removeTransactions(self,
*Transactions) |
|
|
|
setMerchantAccount(self,
value) |
|
|
|
|
|
setTransactions(self,
value) |
|
|
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|