When combining the sales and collection process with the purchases and payments process, several entities are shared, while some remain unique to each process.
Shared Entities:
Customer: Represents the individuals or organizations purchasing parts or services.
Inventory: Represents the stock of parts available for sale.
Vendor: Represents the suppliers providing parts to Star Garage Limited.
Unique Entities:
Sales Order: Represents the customer's request for specific parts or services.
Sales Invoice: Represents the bill sent to the customer for purchased parts or services.
Purchase Order: Represents Star Garage's request for specific parts from a vendor.
Purchase Invoice: Represents the bill received from a vendor for purchased parts.
Cash Receipt: Represents the payment received from a customer for purchased parts or services.
Cash Payment: Represents the payment made to a vendor for purchased parts.
Shared entities like customers, inventory, and vendors play roles in both revenue and expenditure cycles. They're involved in sales/purchases regardless of the transaction type.
Unique entities, such as sales orders, invoices, and cash receipts, are specific to sales, while purchase orders, invoices, and payments are specific to purchases. They represent distinct activities within each cycle.