Software Engineering Project with UML diagrams for a database system of employees made using HTML, CSS as front end and PHP and SQL as backend. Note that this is just the SRS or Software Re…Full description
leave management systemFull description
Akk hereFull description
Full description
Full description
Employee Management SystemFull description
The "EMPLOYEE MANAGEMENT SYSTEM" has been developed to override the problems prevailing in the practicing manual system. This software is supported to eliminate and in some cases reduce the hardshi...Full description
The aim of our project is to develop a system that is meant to partially computerize the work performed in the Employee Management System. In this software we can add employee details according to ...
The aim of our project is to develop a system that is meant to partially computerize the work performed in the Employee Management System. In this software we can add employee details according to ...
Full description
Full description
A project report on the payroll management system using c++.Full description
This project report on canteen management system in C++, provides the facility to accept canteen products details and store the reports of buying and selling of canteen products.Full description
This project report on canteen management system in C++, provides the facility to accept canteen products details and store the reports of buying and selling of canteen products.
In this project is developed using c programming language. This project describe overall hotel management process.
Descripción completa
Descrição completa
Employee Management SyatemFull description
C Secure Coding RulesFull description
Employee Payroll System made in JAVAFull description
B.tech 4th minor project documentationFull description
}}} /*function to exit from the application*/ void emp::exiit() { clrscr(); gotoxy(22,25); cout<<"** HAVE A NICE TIME GOOD DAY **\n"; getch(); exit(4000); }
/*function to come to main menu*/ void emp::exitt() { clrscr(); emp a; a.showmain(); } /*function to show the employee info screen*/ void upddate::empl() { int j; char ch; clrscr(); upddate k; while(1) { for(j=8;j<49;j++) { gotoxy(6,j); cout<<"*\n";} for(j=7;j<70;j++) { gotoxy(j,48); cout<<"*\n";} for(j=8;j<49;j++) { gotoxy(70,j); cout<<"*\n";} for(j=6;j<70;j++) { gotoxy(j,8); cout<<"*\n";} gotoxy(19,15); cout<<" -- WELCOME TO EMPLOYEE INFORMATION -- \n";\\
if(ch1=='7') { emp d; d.exiit(); }}} /*function to add new employee details*/ void upddate::anewemp() { int dday,mmonth,yyear; char fname[15],lname[15],desi[20],offadd[50],resadd[50];
long ot,rt; int co,rec; int j; fl q; clrscr(); for(j=6;j<45;j++) { gotoxy(6,j); cout<<"*\n";} for(j=7;j<75;j++) { gotoxy(j,44); cout<<"*\n";} for(j=6;j<45;j++) { gotoxy(75,j); cout<<"*\n";} for(j=6;j<75;j++) { gotoxy(j,6); cout<<"*\n";} gotoxy(19,8); cout<<"ENTER THE DETAILS OF THE EMPLOYEE"; gotoxy(15,10); cout<<"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"; gotoxy(10,15); cout<<"enter first name of the employee:-"; gotoxy(45,15); gets(fname); getch(); gotoxy(10,18); cout<<"enter the last name of the employee:-"; gotoxy(48,18); gets(lname); getch();
gotoxy(10,21); cout<<"enter the designation of the employee:-"; gotoxy(50,21); gets(desi); getch(); gotoxy(10,24); cout<<"enter the office address:-"; gotoxy(37,24); gets(offadd); getch(); gotoxy(10,27); cout<<"enter the residence address:-"; gotoxy(40,27); gets(resadd); getch(); gotoxy(10,30); cout<<"enter the office telephone:-"; gotoxy(39,30); cin>>ot; getch(); gotoxy(10,33); cout<<"enter the std code of resi:-"; gotoxy(39,33); cout<<"0"; gotoxy(40,33); cin>>co; getch(); gotoxy(10,36); cout<<"enter the residence telephone:-"; gotoxy(42,36); cin>>rt;