The operating shift for a cashier, during which he may transact
against the CashierShift, subject to VendorShift being open.
|
__init__(self,
cashFloat=0.0,
Receipts=None,
Transactions=None,
Cashier=None,
PointOfSale=None,
*args,
**kw_args)
Initialises a new 'CashierShift' instance. |
|
|
|
addReceipts(self,
*Receipts) |
|
|
|
addTransactions(self,
*Transactions) |
|
|
|
getCashier(self)
Cashier operating this shift. |
|
|
|
getPointOfSale(self)
Point of sale that is in operation during this shift. |
|
|
|
getReceipts(self)
All Receipts recorded for this Shift. |
|
|
|
|
|
removeReceipts(self,
*Receipts) |
|
|
|
removeTransactions(self,
*Transactions) |
|
|
|
|
|
setPointOfSale(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__
|