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