The operating shift for a cashier, during which he may transact
against the cashier shift, subject to vendor shift being open.The
operating shift for a cashier, during which he may transact against the
cashier shift, subject to vendor shift being open.
|
|
__init__(self,
cashFloat=0.0,
Transactions=None,
PointOfSale=None,
Receipts=None,
Cashier=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:
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__
|