Skip to main content

Hostel Management System in PHP

Hostel Management System is a system for managing the various activities in the hostel. It is used for managing the hostel information. It manages the student information, room information, room allocation details, fee details, mess bill details and employee details of the hostel. It is also used to generate reports of student details, fee details and mess bill details of the student. It keeps track of the number of student in the room and availability of the room. It helps organization from the manual work from which it is very difficult to find the record of the students and the mess bills of the students.
Scope:
The Hostel Management System is used to keep track of hostel information in the organization. It is used to improve clerical services for all the students of the hostel. The system will help to the users to check the mess bills of every student and the student’s hostel dues. The main feature of this project is easy to allocate hostel rooms for the student and also easy generation of mess bill with all accuracy.
Project category: Web application
Software Specifications:
Technology Implemented    : Apache Server
Language Used                   :  PHP 5.3
Database                             :  My SQL 5.5
User Interface Design          :  HTML, AJAX
Web Browser                      :  Mozilla, Google Chrome, IE8
Software                               :    XAMPP Server
Modules:
User module: This helps the administrator and visitor login to the home page only if the username and password matches.
Change password module: Allows the user to change the password.
Student module: - This module used to store student records. It contains the following information: i.e. Students Profile details, Contact information, Educational details, etc. The Users can search the students from the database according to different criteria such as name, Course, Room number, etc.
Room allotment module: – This module will allocate a room to students according to the student’s education details, section or course. A room will allocated to a student and an ID will generate for it. Even it displays the details of the students staying in rooms. At last when student left the room its detail like Left date will also save.
Room fees module: – This module which displays room fee records. Student dues status and balance amount status can be accessed here. This module also used to renew students room rent every semester.
Mess module: – This module keeps track of all the transactions related to mess. The mess item expenditure for each student in the hostel is calculated for each month and the mess bill for each student calculated and displayed.
Visitor’s module: - Allows adding the visitor’s details. Also able to view the visitor’s depending on various search criteria.
Report generation module: - Report generation is also provided to view summarized detail regarding hostel fees and mess bill. It includes Hostel fees, Mess Inventory reports. Students can check hostel fees and mess bill by entering their Unique Hostel ID.
Settings module: – Only Administrator can access this module. Administrator has a unique account with much special access permissions over normal users. This module allows administrator to add, edit or delete Warden and Employee records, Building and Block information, Room details, Course details, etc.

Comments

Popular posts from this blog

Cashew Industry Management System

This Cashew Industry Management System is developed for managing the industry’s daily production details, stock maintenance, salary details and employee details, managed by office workers and administrator. This software system allows administrator to control the entire system including database maintenance for adding a new employee, employee wage payment, supplier details. As well as this software keeps track of work done by each employee in each section & inventory maintenance. LANGUAGES TO BE USED: Front end:    VB.NET Back end:     SQL server SOFTWARE REQUIREMENTS: Windows XP or above. Visual Studio 2010. SQL server 2008. STRUCTURE OF THE PROGRAM: The project contains the following modules: Admin module : This module includes the login module and sub modules. Supplier modules:  To manage suppliers, such as add new supplier or remove an existing one. Employee module:  To manage employees, such as...

Analog Clock using VB.NET

Here we created Analog Clock using VB.NET coding. This is the mini student project and you can learn some coding techniques in this project. this analog clock works in Visual studio 2008 version or Visual Studio 2012 version. No database required to created this analog clock. This mini project created in single form , 12 labels , 3 shapes, and 2 timers used to develop this project code. Analog Clock using VB.NET Programming Language:  VB.NET (This mini student project is for diploma, BCA and ITI students. This download link has source code of this project and it has exe file of this project. Kindly install winrar to extract this project code.) Share this:

PHP Guestbook Script

PHP Guestbook Script is developed using PHP and MySQL database.  Guestbook script allows you to put a  guestbook  option on your website which is helpful to visitors of the website. Using this script website visitor can send comments and feedback on your site. All the records of the guest book stores in MySQL database. The admin is the master user and he has the right to edit and delete the records. Features of PHP Guestbook Script: This script allows you to put a guestbook script on your website. This file is is free software and you can redistribute or modify according to your requirements. It is fully Customizable look, Easy Navigation and usefull for blog site. This is the professional PHP and MySQL based object oriented programming(OOP) fully customizable guestbook. Using this visitors can leave message on your website. The script allows the visitors to enter name, E mail, Title and comment. Admin page to view all recor...