This project is a Pharmacy Management System implemented in C++. It provides functionalities for managing medicine orders, including taking orders, deleting orders, modifying orders, displaying order lists, generating daily summaries, and displaying all orders.
- Take order: Allows the user to add a new medicine order by selecting the drugs and specifying the quantity.
- Delete order: Enables the user to remove an existing medicine order by entering the receipt number.
- Modify order: Allows the user to modify an existing medicine order by updating the quantity of drugs.
- Order list: Displays a list of all medicine orders with details such as customer name, receipt number, date, drugs ID, quantity, and amount.
- Daily summary: Generates a summary of medicine orders for a specific date, including total sales for the day.
- Display all: Shows all medicine orders with complete details.
- Clone the repository.
- Compile and run the C++ code using a compatible compiler.
- Follow the on-screen prompts to interact with the Pharmacy Management System.
The project has no external dependencies. It is implemented using standard C++ libraries.
Contributions to the project are welcome. If you find any bugs or want to suggest improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
P Chaitanya Sayee
Feel free to customize the README file according to your specific project details and requirements.