Another project idea for you, & it is Medical shop application.
It has to be a windows application since only the shop will access it.
You can create it using C#.NET or VB.NET.
So what are the problems in the old system?
It has to be a windows application since only the shop will access it.
You can create it using C#.NET or VB.NET.
So what are the problems in the old system?
- Shop have to put it in the proper place & remember every time how much it is remaining.
- Shop have to calculate the bill of the customer.
- The shop may search the required medicine for 2-5 minutes & later will say that stock is finished now.
- The shop owner has to write details on the bill for the customer.
So what will the new system contain?
- A database storing all the Medicine details such as Medicine Name, ID, Place where it is stored, Cost, Stock available, etc.
- The shop owner will only enter the name of medicine & he will get all details about it.
- After adding all medicines of customer shop owner will calculate it through application only.
- Bill will be generated automatically.
- It will automatically decrease medicine counter whenever a medicine is bought.
So what are the advantages:
- Don't waste time for searching the medicine
- No need to write a bill, it is automatically generated.
- Work done is at the faster speed.
So you have 2 ways to do this:
- Windows application with VB.NET
- Windows application with C#.NET