CSCI 430 Project 1
Integration of Object-Oriented Design and Concept in building applications for different System.
Warehouse - To design and implement an object-oriented database system that tracks activities for the small warehouse, using the following requirements:
- Adding clients, products and manufacturers:
- Every product has a list of suppliers, i.e., the manufacturers for the product: The supply (orpurchase) price must be stored for each (product, supplier) pair.
- Keeping track of customer transactions:
- Accept and Process Customers' orders:
- Keeping track of inventory:
- Record an order placed with a manufacturer:
- Generating an invoice:
- Accept payment from a customer:
- Accept a shipment from a supplier: 10.Queries to be processed:�List all transactions for a client. �List all manufacturers and their prices for a given product. �List all clients who have an outstanding balance.