Class Description

Record of total receipted payment from customer.

Attributes

Name Type Description
isBankable Boolean True if this receipted payment is manually bankable, otherwise it is an electronic funds transfer.
line LineDetail Receipted amount with rounding, date and note.

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
CashierShift 0..1 Receipt 0..* CashierShift Cashier shift during which this receipt was recorded. Receipts All Receipts recorded for this Shift.
Receipt 0..1 Transaction 1..* Receipt The receipted payment for which this transaction has been recorded. Transactions All transactions recorded for this receipted payment.
Tender 1..* Receipt 1 Tenders All payments received in the form of tenders recorded by this receipt. Receipt Receipt that recorded this receiving of a payment in the form of tenders.
VendorShift 0..1 Receipt 0..* VendorShift Vendor shift during which this receipt was recorded. Receipts All receipts recorded during this vendor shift.