Database Design Using The Rea Data Model: Sales Receive Cash
Database Design Using The Rea Data Model: Sales Receive Cash
a. The relationship between the Sale and Receive Cash events for installment sales.
b. The relationship between the Sale and Receive Cash events at a convenience
store.
The solution presented here presumes that one sale (order fulfillment event) can be
linked to multiple orders, with occasional partial deliveries because items need to be
back ordered.
Take Customer
Sales
Order
Alternate solution, if each order is filled individually but sometimes requires multiple
deliveries:
Take Customer
Sales
Order
Ch. 19: Database Design using the REA Data Model