Project Title: PICT Leave Management System
====================================================================================================================================================================================================
This application is a single leave management system that is critical for Admin tasks. It intelligently adapts to Admin policy of the management and allows students, teachers and their line superiors to manage leaves
Prerequisites:
- Apache or Nginx Web Server
- MySQL database
- PHP-5 support
- phpmyadmin application
- Online Web Hosting with above mentioned facilities
Steps:
- Copy or move this folder to /var/www/html/ (for Linux based OS) so that it can be deployed on apache server.
- Start Apache web server on your computer.
- Start MySQL server or client and use the login credentials in the source code (wherever needed).
- A lms_1.sql file has been included. Import the database using phpmyadmin using this file.
- View the application using localhost.
Sitemap:
- Home -Sign-in -Sign-Up
- SignUp -Student -Faculty -Head -Admin
- Student -Apply for Leave -View Profile -Check Status
- Teacher -Apply for Leave -View Leave Applications -Edit Profile -Check Status -Change Password
- HoD -View Leave Applications -Edit Profile -Check Status -Change Password
- Admin -Add Notice -Assign Mentor -Admin Controls
Structure:
-
Every page folder has 3 things: a)PHP Pages b)css folder -contains .css stylesheets relevant to the PAGE c)js folder -contains .js scripts relevant to to the PAGE
-
An assets folder is included in the project which contains the following folders a)css folder -contains .css stylesheets relevant to the PROJECT b)js folder -contains .js scripts relevant to the PROJECT c)images folder -contains images to be used in the PROJECT
-
Seperate folders have been provided for teachers, HoD and admin modules while Student is present in the initial folder itself.
-
dist folder contains some local distributions of frameworks (Bootstrap, AngularJS, jQuery, jQuery-UI) used in the project.
-
Initial starting page is homepage.html present in main folder.
========================================================================================ACKNOWLEDGEMENT==============================================================================================
We sincerely thank our WTL Lab Coordinator Prof. P.A.Jain and Head of Department for their support, providing all the help, motivation and encouragement from beginning till end to make this project a grand success. Above all we would like to thank our parents for their wonderful support and blessings, without which we would not have been able to accomplish our goal.