"Computers & Electronics Store " . "A project for the university's object-oriented programming course".
This is a simple point of sale system implemented in Java. It allows users to add products to a cart, display the cart contents, search for products in the cart, recommend the best devices, apply discounts, and modify products in the cart.
To run the point of sale system, you will need Java installed on your machine.
- Clone the repository to your local machine.
- Compile the Java files using a Java compiler.
- Run the POS.PointOfSaleApp class to start the application.
Upon running the application, you will be presented with a menu of options:
- Add POS.Product to Cart
- Display Cart
- Search POS.Product in Cart
- Recommend Best Devices
- Apply Discount and Display Total Price
- Modify POS.Product in Cart
- Exit
Choose an option by entering the corresponding number. You can add products to the cart, view the cart contents, search for products, get device recommendations, apply discounts, and modify products in the cart.
Here's an example of how to use the point of sale system:
-
Add POS.Product to Cart
- Enter the name, price, and quantity of the product to add to the cart.
-
Display Cart
- View the current contents of the cart.
-
Search POS.Product in Cart
- Enter the name of the product to search for in the cart.
-
Recommend Best Devices
- View the best device recommendations.
-
Apply Discount and Display Total Price
- Enter the discount percentage to apply to the total price.
-
Modify POS.Product in Cart
- Enter the name of the product to modify and the new quantity.
-
Exit
- Exit the application.
This point of sale system was developed by [Bani Mustafa , Huda]. If you have any questions or feedback about the system, please feel free to contact at [hudabanimustafa].