Monday, September 24, 2012

Window application for Medical Shop

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?

  1. Shop have to put it in the proper place & remember every time how much it is remaining.
  2. Shop have to calculate the bill of the customer.
  3. The shop may search the required medicine for 2-5 minutes & later will say that stock is finished now.
  4. The shop owner has to write details on the bill for the customer.
So what will the new system contain?
  1. A database storing all the Medicine details such as Medicine Name, ID, Place where it is stored, Cost, Stock available, etc.
  2. The shop owner will only enter the name of medicine & he will get all details about it.
  3. After adding all medicines of customer shop owner will calculate it through application only.
  4. Bill will be generated automatically.
  5. It will automatically decrease medicine counter whenever a medicine is bought.
So what are the advantages:
  1. Don't waste time for searching the medicine
  2. No need to write a bill, it is automatically generated.
  3. 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

No comments:

Post a Comment