dwijmistry11 / project-hub

Submit your working project for open source use.
The Unlicense
7 stars 7 forks source link

Medical Store Management System #31

Open dwijmistry11 opened 2 years ago

dwijmistry11 commented 2 years ago

About Medical Store Management System Project: This mini project is a very comprehensive one. File handling has been extensively and effectively used for almost major functions. The whole project is based on file handling as all medical records are stored in file.

Data structure have been used to store and organize records. Overall, understanding this project will provide you valuable information on how to store, edit, search and delete data using file.

Here, you can input many information like medicine Id, rack no., cabinet no., supplier’s name, unit cost, sales price, etc while adding a medicine into the store. You can also view information about report and billing. (Also check out customer billing system project.)

There are over 25 functions used in this mini project. I have divided those into the parent functions listed below to help you understand the project better.