Introduction
This Police Criminal Records Management project is developed using PHP language. It was designed to help police record the types of offenses received at police stations on a daily basis. This project is a web-based application with CRUD (Create, Read, Update, and Delete) operation capabilities. The system can be accessed by three types of system users: Administrator, CID, and NCO.
Police Crime Record Management Project
PHP, MySQL, HTML, CSS, JavaScript (jQuery), and Bootstrap Framework were used to create this project. This offers a pleasant user interface and functionalities that are easy to use. Three different categories of system users can access the system, as I’ve already indicated. The Administrator user is in charge of administering the staff/users list and has access to controlling the cases list. The complaints are handled by the NCO/Non-Commission Officer, who also assigns the matter to the appropriate CID. Managing the investigative details of the cases given to them is the responsibility of the CID/Criminal Investigation Department Officer.
Features:
Admin
- Admin Dashboard
- View Staff List
- Assign case to CID Officer
- Manage Account
NCO
- NCO Dashboard
- Register a Complain
- View list of complains
- View details of case investigation
- Assign a case CID Officer
- Manage Account/Change Password
CID
- CID Dashboard
- View list of cases assigned
- View details of case investigation
- Write a report on the case being investigated
- Manage Account/Change Password
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP’s Control Panel and start the
Apache
andMySQL
. - Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory. And If you are using WAMP, paste it into the “www” directory.
- Browse the
PHPMyAdmin
in a browser. i.e.http://localhost/phpmyadmin
- Create a new database naming
ghpolice
. - Import the provided
SQL
file. The file is known asghpolice.sql
located inside the DB File folder. - Browse the Police Crime Record Management System System in a browser. i.e.
http://localhost/ghpolice
.
Admin Access Information:
Username: 1111
Password: admin123
Note: The default password of the new users is 1234.
DEMO