Avms Report Project Work Apartment Management System
Avms Report Project Work Apartment Management System
Project Report
By
Special gratitude I give to my respected head of the division Mr.XYZ, for allowing me to use the
facilities available and also help me to coordinate my project Furthermore, I would also like to
acknowledge with much appreciation the crucial role of faculty members on this occasion.
Last but not least, I would like to thank friends who help me to assemble the parts and gave a
suggestion about the project.
.
----------------------
Nowadays, in most society visitor management consists of visitors scribbling their name in a
paper book.
Instead, Apartment Visitor Management System will assist you the professionalized way in
which you welcome your visitors. This software is a complete Visitor Management service to
improve the efficiency, productivity and security.
In AVMS we use PHP and MySQL database. This is the project which keeps records of visitors
who visited in the Society. AVMS has one module i.e. admin
• Dashboard: In this section, admin can briefly view how many visitors visited in a
particular period, total listed categories and total visitor pass created.
• New Visitors: In this section, admin adds new visitors by filling their
information in add visitors sections.
• Manage Visitors: In this section, admin can view and manage visitor’s
records. Admin also put visitors out time in the manage records section.
• Search: In this bar, admin can search a particular person by their name and phone
number.
• Visitor B/W Reports: In this section admin can generate visitor’s reports
between two dates.
• Visitor Pass B/W Reports: In this section admin can generate visitor’s pass
reports between two dates.
Admin can also update his profile, change password and recover password.
The main aim of this application is to develop a system that effectively manages all the data
related to apartment visitor which helps gate guards to maintain bulk records of visitors. The
purpose is to maintain a centralized database of all visitor information. The goal is to
support various functions and processes necessary to manage the data efficiently.
1.2 Scope:-
Apartment Visitor Management System project is developed as a web application and it will
work over web. The project Apartment Visitor Management system includes creation of entry
pass and storing the details of visitor into the system. The software has the facility to give a
unique entry pass id to regular visitor like maids, milkman, washer man etc.
The Apartment Visitor Management System can be entered using a username and password. It is
accessible only by an administrator. Only admin can create the pass and add visitors details. The
data can be retrieved easily. The interface is very user−friendly. The data are well protected for
admin use and makes the data processing very fast.
Apartment Visitor Management System is powerful, flexible, and easy to use and is designed and
Hard disk 20 GB
2.3 APACHE
The Apache HTTP Server Project is an effort to develop and maintain an open− source HTTP
server for modern operating systems including UNIX and Windows. The goal of this project is
to provide a secure, efficient and extensible server that provides HTTP services in sync with
the current HTTP standards.
The Apache HTTP Server ("httpd") was launched in 1995 and it has been the most popular web
server on the Internet since April 1996. It has celebrated its 20th birthday as a project in
February 2015.
2.4 PHP
• PHP stands for PHP: Hypertext Preprocessor.
• PHP is a server−side scripting language, like ASP.
2.5 MYSQL
In present all visitor work done on the paper. The whole year visitor is stored in the registers. We
can’t generate reports as per our requirements because its take more time to calculate the visitors
report.
• Not user friendly: The present system not user friendly because data is not stored in
structure and proper format.
• Manual Control: All report calculation is done manually so there is a chance of error.
• Lots of paper work: Visitors maintain in the register so lots of paper require storing
details.
• Time consuming
Once the software requirements have been analyzed and specified the software design involves
three technical activities − design, coding, implementation and testing that are required to build
and verify the software.
The design activities are of main importance in this phase, because in this activity, decisions
ultimately affecting the success of the software implementation and its ease of maintenance are
made. These decisions have the final bearing upon reliability and maintainability of the system.
Design is the only way to accurately translate the customer’s requirements into finished software
or a system.
Design is the place where quality is fostered in development. Software design is a process
through which requirements are translated into a representation of software. Software design is
conducted in two steps. Preliminary design is concerned with the transformation of requirements
into data.
Actor:
A coherent set of roles that users of use cases play when interacting with the use `cases.
UML stands for Unified Modeling Language. UML is a language for specifying, visualizing and
documenting the system. This is the step while developing any product after analysis. The
goal from this is to produce a model of the entities involved in the project which later need to
be built. The representation of the entities that are to be used in the product being developed
need to be designed.
Use case diagrams model behavior within a system and helps the developers understand of
what the user require. The stick man represents what’s called an actor.\Use case diagram can
be useful for getting an overall view of the system and clarifying who can do and more
importantly what they can’t do.
Use case diagram consists of use cases and actors and shows the interaction between the use
case and actors.
The purpose is to show the interactions between the use case and actor.
Admin Login
Dashboard
Add/Manage Category
Update Profile
Change Password
Password Recovery
• It maps well to the relational model. The constructs used in the ER model can easily
be transformed into relational tables.
• It is simple and easy to understand with a minimum of training. Therefore, the model
can be used by the database designer to communicate the design to the end user.
• In addition, the model can be used as a design plan by the database developer to
implement a data model in specific database management software.
3.9 ER Notation
There is no standard for representing data objects in ER diagrams. Each modeling
methodology uses its own notation. The original notation used by Chen is widely used in
academics texts and journals but rarely seen in either CASE tools or publications by
non−academics. Today, there are a number of notations used; among the more common are
Bachman, crow's foot, and IDEFIX.
All notational styles represent entities as rectangular boxes and relationships as lines
connecting boxes. Each style uses a special set of symbols to represent the
• Entities are represented by labeled rectangles. The label is the name of the entity.
Entity names should be singular nouns.
• Relationships are represented by a solid line connecting two entities. The name of
the relationship is written above the line. Relationship names should be verbs
• Attributes, when included, are listed inside the entity rectangle. Attributes which are
identifiers are underlined. Attribute names should be singular nouns.
It shows how data enters and leaves the system, what changes the information, and where
data is stored.
The objective of a DFD is to show the scope and boundaries of a system as a whole. It may be
used as a communication tool between a system analyst and any person who plays a part in
the order that acts as a starting point for redesigning a system. The DFD is also called as a data
flow graph or bubble chart.
1. All names should be unique. This makes it easier to refer to elements in the DFD.
2. Remember that DFD is not a flow chart. Arrows is a flow chart that represents the
order of events; arrows in DFD represents flowing data. A DFD does not involve any
order of events.
3. Suppress logical decisions. If we ever have the urge to draw a diamond−shaped box in a
DFD, suppress that urge! A diamond− shaped box is used in flow charts to represents
decision points with multiple exists paths of which the only one is taken. This implies an
ordering of events, which makes no sense in a DFD.
4. Do not become bogged down with details. Defer error conditions and error handling
until the end of the analysis.
Standard symbols for DFDs are derived from the electric circuit diagram analysis and are
shown in fig:
Data Flow: A curved line shows the flow of data into or out of a process or data store.
Data Store: A set of parallel lines shows a place for the collection of data items. A data store
indicates that the data is stored which can be used at a later stage or by the other processes in
a different order. The data store can have an element or group of elements.
Source or Sink: Source or Sink is an external entity and acts as a source of system inputs or
sink of system outputs.
Visitor
Management
Login
Visitor Pass
Management
Management
AVMS
Category Password
Management Management
Admin
Management
Visitor Password
Management
Management
Category Generate
Visitor Report
Management
Generate Pass
Authorization
Visitor Report
Management
Admin
Management
Add/Manage
Category
Forgot
Password Check
Credenti
Manage Visitor
al
Manage
Modules Add/Manage
Visitor Pass
Generate Visitor
Pass Report
The goal of the system testing process was to determine all faults in our project .The program was
subjected to a set of test inputs and many explanations were made and based on these explanations it
will be decided whether the program behaves as expected or not. Our Project went through two levels
of testing
1. Unit testing
2. Integration testing
The primary objective is to test the module interfaces in order to confirm that no errors are
occurring when one module invokes the other module.
SQL CODE
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
START TRANSACTION;
/*!40101 SET
@OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET
@OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
--
-- Database: `avmsdb`
--
--
-- --------------------------------------------------------
--
--
--
--
[Type here] [Type here] [Type here]
INSERT INTO `tblcategory` (`id`, `categoryName`, `creationDate`) VALUES
-- --------------------------------------------------------
--
--
--
--
(1, 'Guest', 'Amit Kumar', 1212121233, 'H 1223 Sector 15 noida UP', 'Q707', '7', 'Anuj
Kumar', 'Personal', '2022-12-04 18:24:29', 'NA', '2022-12-04 18:36:04'),
(2, 'Milkman', 'Sunny', 1425363625, 'NA', 'H911', '9', 'Amit ', 'Milk Distribution', '2022-
12-04 18:27:21', 'Your Milkman has been out', '2022-12-05 05:49:09'),
(3, 'Driver', 'Sukhdev Singh', 1425362514, 'NA', 'T501', '5', 'Amit Kumar', 'Driver', '2022-
12-04 19:28:04', NULL, NULL);
-- --------------------------------------------------------
[Type here] [Type here] [Type here]
--
--
--
-- Dumping data for table `tblvisitorpass`
--
(1, 94395973, 'Car Cleaner', 'Amit', 1414253625, 'NA', 'A512', '5', 'For Car Cleaning',
'2022-12-04 19:01:30', '2022-12-06', '2023-01-31'),
(2, 94395972, 'Maid', 'Savita', 1233211230, 'NA', 'Q707', '7', 'Maid', '2022-12-04 19:04:40',
'2022-12-10', '2023-03-10');
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
COMMIT;
5.4 Dashboard
login where staff can fill the visitor details and generate report.
The Application was designed in such a way that future changes can be done easily.
The following conclusions can be deduced from the development of the project.
For PHP
• https://www.w3schools.com/php/default.asp
• https://www.sitepoint.com/php/
• https://www.php.net/
For MySQL
• https://www.mysql.com/
• http://www.mysqltutorial.org
For XAMPP
• https://www.apachefriends.org/download.html