





















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
About the medical store and in this we are going to tall
Typology: Essays (university)
1 / 29
This page cannot be seen from the preview
Don't miss anything!






















Completing a task is never a one man effort. It is often the result of valuable contribution of a number of individuals in a direct or indirect manner that helps in shaping and achieving an objective. It is very difficult for anyone to complete a project without the active cooperation and the benefit of the advice from the people who are experts in their field of specialization. The satisfaction and euphoria that accompanies the successful completion of any task would not be complete without the mention of the people who made it possible With due honor, We want to thank all the personalities who made us able to do this interesting work. First of all we would like to thank lovely professional university for giving us this opportunity to carry out this minor project at their esteemed institution. We are grateful to our honorable faculty who provided all the facility. We acknowledge the earnest suggestions given to us by Ms.Jasneet Kaur, lec in cse.
Employees are considered as candidates for transfer in the following order or priority: a. Eligible employees in same department as the job opening b. Eligible employees in other departments who have requested a transfer c. Eligible employees being considered for lay-off due to a reduction in force Employees desiring a transfer will submit a written request for transfer to his/her department head. The employee should identify the specific vacancy in which they are interested. The department head will forward the request to the Department of Human Resources for recommended action. The Department of Human Resources will determine whether the desired job or a suitable job opening exists. If a suitable job is available, the Department of Human Resources will arrange for the employee's application to be reviewed by the department in which opening exists. Employees will be allowed time off with pay for job interviews related to transfers. The decision to effect the transfer will be made by the head of the department in which the job opening occurs. An employee who is transferred to a comparable job (lateral transfer) will continue to receive his/her existing rate of pay.
A person from any department should be able to
As soon as a transfer request /withdrawal /cancellation is made by the person, an automatic email should be sent to the employee transfer coordinator giving details about the employer.
Software development cycle The purpose of professional programming is to deliver a product that satisfies its users. Software engineers have been trying various tools, methods and procedures to control the process of software development in order to build high quality software with improved productivity. The methods provide “how to do” for building the software while the tools provide automated or semi-automated support for the methods. They are used in all the stages of software development process, namely, planning, analysis, design, development and maintenance. The software development procedures integrate the methods and tools together and enable rational and timely development of software system. They provide guidelines as to how to apply the methods and tools, how to produce the deliverables at each stage, what controls to apply, and what milestone to use to assess the progress.
HARDWARE AND SOFTWARE REQUIREMENTS
Hardware Requirements The present project has been built using a Multimedia Machine with the following configuration: -
Processor : Pentium IV 3.0 GHZ Hard Disk Drive : 80 GB RAM : 256 MB
However, the minimum configuration that is required to run the present system includes:
Software Requirements The operating system that has been used as a platform to build up the project is Windows 98, although it can run very well on Windows XP too. Besides this the system which is to be used for running the present project should have Turbo C++ installed.
CODING In computer science, code is any collection of statements or declarations written in some human-readable computer programming language. Code allows the programmer to communicate with the computer using a reserved number of instructions. The code which constitutes a program is usually held in one or more text files, sometimes stored in databases as stored procedures and may also appear as code snippets printed in books or other media. A large collection of code files may be organized into a directory tree, in which case it may also be known as a code tree. A computer program's code is the collection of files needed to convert from human-readable form to some kind of computer-executable form. The code may be converted into an
void abc(); void info(); void text(); void front()
{ clrscr(); textcolor(BLACK); textbackground(YELLOW); cout<<"\t\t\t\tDATE: "<<DATE; gotoxy(1,10);
cout<<" WELCOME TO MEDICAL STORE MANAGEMENT"; cout<<endl; gotoxy(15,10); cout<<"\n\n\n\n\n\n\n\n\npress any key to continue......"; getch(); } }; void project::abc() {
textcolor(WHITE); textbackground(BLUE); char ch[10]="user123"; char ch9[10]="user",ch1,ch2[10],ch3[10]; i=0; cout<<"\t\t\t\tDATE: "<<DATE; gotoxy(20,10); cout<<"\n PLEASE ENTER YOUR PASSWORD"<<endl;
while(ch1!=13) { ch1=getch(); ch2[i]=ch1; putchar('*'); ++i; } --i; ch2[i]=NULL;
cout<<"\t\t\t\tDATE: "<<DATE; int x,z,age; char fname[50],sname[50],cn[50]; char pr[20]; cout<<"\n\n\n\n\n\t\t############# AVAILABLE FORMS #############"; cout<<"\n \n************************************************************** ******************"; cout<<"\n\n\t\t1.For shop owner *"; cout<<"\n\n\t\t2.For customer *"; cout<<"\n\n\t\t3.For Salesmen *"; cout<<"\n\n\t\t4.For medicines *"; cout<<"\n\n\t\t5.Exit *"; cout<<"\n \n************************************************************** ******************"; cout<<"\n\n\t\tPlease Enter Your Choice......."; cin>>x; switch(x) { case 1: {
clrscr(); cout<<"\t\t\t\tDATE: "<<DATE; cout<<"\n\n\t\t1.Your selection is shop owner"; cout<<"\n\n\t\tFILLUP THIS FORM"; cout<<"\n\n\n\n\t\tFIRST NAME:-"; cin>>j.fname; fwrite(&j.fname,sizeof(j.fname),1,P); cout<<"\n\t\tSECOND NAME:-"; cin>>j.sname; fwrite(&j.sname,sizeof(j.sname),1,P);
cout<<"\n\t\tCONTACT NO:-"; cin>>j.cn; fwrite(&j.cn,sizeof(j.cn),1,P); cout<<"\n\n\n\t\tThanks.........for registering"; break; } case 2: { clrscr(); cout<<"\t\t\t\tDATE: "<<DATE;
cout<<"\n\n\n\n\t\tFIRST NAME:-"; cin>>j.fname; fwrite(&j.fname,sizeof(j.fname),1,P); cout<<"\n\t\tSECOND NAME:-"; cin>>j.sname; fwrite(&j.sname,sizeof(j.sname),1,P); cout<<"\n\t\tCONTACT NO:-"; cin>>j.cn; fwrite(&j.cn,sizeof(j.cn),1,P); cout<<"\n\n\n\t\tThanks"; break; } case 4: { clrscr(); cout<<"\t\t\t\tDATE: "<<DATE; cout<<"\n\n\t\t1.Your selection is medicines"; cout<<"\n\n\t\tFILLUP THIS FORM"; cout<<"\n\n\n\n\t\tMEDICINE'S NAME:-"; cin>>j.fname; fwrite(&j.fname,sizeof(j.fname),1,P);
cout<<"\n\t\tPRICE:-"; cin>>j.cn; fwrite(&j.PR,sizeof(j.PR),1,P); break; }
case 5: clrscr(); cout<<"\n\t\t6.Exit"; } }
void project::info() { clrscr(); textcolor(GREEN); textbackground(BLUE); int ch; cout<<"\t\t\t\tDATE: "<<DATE; cout<<"\n\n\n\n\n\t ############# ENTER YOUR AREA OF MEDICINES #############";
cout<<"\n\n pARACETAMOL BRANDS"; cout<<"\n\n\n\n Panadol"; cout<<"\n\n\n\n Dymadon"; cout<<"\n\n\n\n Dymadon p"; cout<<"\n\n\n\n Lemsip"; cout<<"\n\n\n\n Panamax"; cout<<"\n\n\n\n Tylenol"; cout<<"\n\n\n PRESS ENTER TO SEE THE LIST OF FORMS AVAILABLE......"; getch(); text(); break; } case 2: { clrscr(); cout<<"\n !!!!!!!!!!!!!!!!! INFORMATION ABOUT MEDICINES BRAND !!!!!!!!!!!!!!!!!!!!!!!!!!!\n"; cout<<"\n\n:ASPIRIN BRANDS"; cout<<"\n\n\n\n Disprin"; cout<<"\n\n\n\n Aspro clear";
cout<<"\n\n\n\n solprin"; cout<<"\n\n\n PRESS ENTER TO SEE THE LIST OF FORMS AVAILABLE......"; getch(); text(); break; } case 3: { clrscr(); cout<<"\t\t\t\tDATE: "<<DATE; cout<<"\n !!!!!!!!!!!!!!!!! INFORMATION ABOUT MEDICINES BRANDS !!!!!!!!!!!!!!!!!!!!!!!!!!!\n"; cout<<"\n\n IBUPROFEN BRANDS:"; cout<<"\n\n\n\n Nurofen"; cout<<"\n\n\n\n Advil"; cout<<"\n\n\n\n Brufen"; cout<<"\n\n\n\n Herron blue profen"; cout<<"\n\n\n\n Rafen*"; cout<<"\n\n\n\n Triprofen";