CashierShift
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
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
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. |
CashierShift | 0..* | Cashier | 0..1 | CashierShifts | All shifts operated by this cashier. | Cashier | Cashier operating this shift. |