#include <CashierShift.h>
Public Attributes | |
IEC61970::Base::Domain::Money | cashFloat |
IEC61968::PaymentMetering::PointOfSale * | PointOfSale |
std::list< IEC61968::PaymentMetering::Receipt * > | Receipts |
std::list< IEC61968::PaymentMetering::Transaction * > | Transactions |
Public Attributes inherited from IEC61968::PaymentMetering::Shift | |
IEC61970::Base::Domain::DateTimeInterval | activityInterval |
IEC61970::Base::Domain::Money | receiptsGrandTotalBankable |
IEC61970::Base::Domain::Money | receiptsGrandTotalNonBankable |
IEC61970::Base::Domain::Money | receiptsGrandTotalRounding |
IEC61970::Base::Domain::Money | transactionsGrandTotal |
IEC61970::Base::Domain::Money | transactionsGrandTotalRounding |
Public Attributes inherited from IEC61970::Base::Core::IdentifiedObject | |
IEC61970::Base::Domain::String | aliasName |
IEC61970::Base::Domain::String | description |
IEC61970::Base::Domain::String | mRID |
IEC61970::Base::Domain::String | name |
std::list< IEC61970::Base::DiagramLayout::DiagramObject * > | DiagramObjects |
The operating shift for a cashier, during which the cashier may transact against the cashier shift, subject to vendor shift being open.
IEC61970::Base::Domain::Money IEC61968::PaymentMetering::CashierShift::cashFloat |
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.
IEC61968::PaymentMetering::PointOfSale* IEC61968::PaymentMetering::CashierShift::PointOfSale |
Point of sale that is in operation during this shift.
std::list<IEC61968::PaymentMetering::Receipt*> IEC61968::PaymentMetering::CashierShift::Receipts |
All Receipts recorded for this Shift.
std::list<IEC61968::PaymentMetering::Transaction*> IEC61968::PaymentMetering::CashierShift::Transactions |
All transactions recorded during this cashier shift.