MATahir
2010-01-29 06:20:54 UTC
a. MedicineID
b. Medicine Name
c. Quantity sold
d. Total price (should automatically be calculated)
Note: you will initially have all medicines stored in database (MedicineID, Medicine Name and Unit Price) so that you may automatically calculate the cost. You can manually enter the master information (MedicineID, Medicine Name and Unit Price) about each medicine, no need to provide separate interface.
b. Display a report of daily sale. This report will show complete record of sales of a particular day (record of all medicine sold on that day) along with the total sale in Rupees.
c. Make use of Hungarian Notation for coding purpose
d. Make use of Comments in the Code where required necessary.