Employee Leave Management System

Language

Employee Leave Management System with Source Code is a C++ program that can establish a leave for employee and monitor the daily records. The system was developed using C++ language. The system can be access without providing login information, the user can navigate the user by entering a certain keys. The user can add new employees, modifying employee information, can delete specific row, and can establish a leave form for employee. The system has a special feature that can track the leave date of an employee.

Installation:

  • Extract the zip file after downloaded.
  • Open the folder and locate the exe file
  • Click the exe file to launch the program
The Source Code is ready to be downloaded, just kindly click download button below. I hope that this system can help you to what you are looking for. For more updates and tutorials just kindly visit this site. Enjoy Coding!!

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Tags

Comments

Submitted byJerven Conde (not verified)on Wed, 09/09/2020 - 21:26

Can you help me to Create a program that will input the basic information of the students and Faculty use structure with inheritance type. Please see basic details below: Students: Id Number Auto increment ID number ( Example 001 ) First Name Middle Name Last Name Course Year Level College Department Faculty: Auto increment ID number ( Example 001 ) First Name Middle Name Last Name Employment Status Academic Rank College Department Instruction: The program will display items in the menu (students and Faculty). Please follow the following illustration below. Main Menu Student-------------[S/s] Faculty---------------[F/f] You can Use Number in selection? If the selected item in the menu is students, then it will ask the following: Enter how many students to registered? Example input is 2 Id Number is not part of the input since this is auto increment Enter First Name: Enter Middle Name: Enter Last Name: Enter Course: Enter Year Level: Enter College: Enter Department: Then it will display in the following manners: ID_No First Name Middle Initial Last Name Course Year Level College Department 001 Juan Villanueva Dela Cruz BSIT 2 CEIT I.T 002 Pedra Corpos Dela Cerna BSIT 1 CEIT I.T Sub menu: You want to input more student? Yes----------------[Y/y] if yes then you can input another students No-----------------[N/n] else go back to main menu If the selected item in the menu is Faculty, then it will ask the following: Enter how many faculty to registered? Example input is 2 Id Number is not part of the input since this is auto increment Enter First Name: Enter Middle Name: Enter Last Name: Enter Employment Status: Enter Academic Rank: Enter College: Enter Department: Then it will display in the following manners: ID_No First Name Middle Initial Last Name Emp_Status Rank College Department 001 Juan Villanueva Dela Cruz Contractual Instructor I CEIT I.T 002 Pedra Corpos Dela Cerna Regular Professor 2 CEIT I.T Sub menu: You want to input more faculty? Yes----------------[Y/y] if yes then you can input another faculty No-----------------[N/n] else go back to main menu

Add new comment