Welcome to the Point-of-Sale System and Customer Service project! This repository contains a simple yet effective point-of-sale (POS) system implemented in C++. The system allows users to purchase items, view total prices, make payments, and interact with customer service. It also includes features such as discounts and customer feedback.
- Purchase Items: Select items to buy from the menu.
- View Total Price: Calculate the total cost of the selected items.
- Payment Processing: Make payments and receive change.
- Discounts: Automatically apply discounts based on the total purchase amount.
- Customer Feedback: Collect customer satisfaction ratings and suggestions.
- Choose a menu option to buy items, view the total price, make payments, or exit the store.
- Ensure correct input to avoid errors or system reloops.
- Prepare the exact amount for payment, as the store does not accept credit.
- Note that any attempt at theft or misconduct will be monitored and reported to the authorities.
- For any issues or inquiries, contact customer service at 085216373763.
- Get a 2.5% discount for purchases above Rp. 10,000,000.
- Get a 5% discount for purchases above Rp. 20,000,000.
- Get a 10% discount for purchases above Rp. 50,000,000.
Please select one of the following options based on your satisfaction level:
- Very satisfied
- Satisfied
- Neutral
- Dissatisfied
- Very dissatisfied
- C++ compiler
- Basic knowledge of C++ programming
- Clone the repository:
git clone https://github.com/whdhdyt21/Point-of-Sale-System-and-Customer-Service.git
- Navigate to the project directory:
cd Point-of-Sale-System-and-Customer-Service
- Compile the program:
g++ main.cpp -o pos_system
- Run the compiled program:
./pos_system
Upon running the program, follow the on-screen instructions to navigate through the menu options, make purchases, and complete transactions. Ensure to provide correct inputs to avoid errors.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE
file for more details.
For any questions or feedback, please open an issue or contact the project maintainer at wahidh776@gmail.com.
Thank you for using the Point-of-Sale System and Customer Service! We hope this system enhances your shopping experience.