Class Description
The operating shift for a cashier, during which the cashier may transact against the cashier shift, subject to vendor shift being open.
Attributes
Name | Type | Description |
---|---|---|
cashFloat | Money | The amount of cash that the cashier brings to start the shift and that will be taken away at the end of the shift; i.e. the cash float does not get banked. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
Cashier | 0..1 | CashierShift | 0..* | Cashier | Cashier operating this shift. | CashierShifts | All shifts operated by this cashier. |
CashierShift | 0..* | PointOfSale | 0..1 | CashierShifts | All shifts this point of sale operated in. | PointOfSale | Point of sale that is in operation during this shift. |
CashierShift | 0..1 | Receipt | 0..* | CashierShift | Cashier shift during which this receipt was recorded. | Receipts | All Receipts recorded for this Shift. |
CashierShift | 0..1 | Transaction | 0..* | CashierShift | Cashier shift during which this transaction was recorded. | Transactions | All transactions recorded during this cashier shift. |