Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
302 views7 pages

Cold Storage Management System Project Report

Uploaded by

salim07238
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
302 views7 pages

Cold Storage Management System Project Report

Uploaded by

salim07238
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Cold Storage Management System Project Report

Introduction

The Cold Storage Management System Project is a highly functional and flexible system designed

to provide total control over Cold Stores. It uses a PHP and MySQL database backend and presents

an easy-to-use interface for managing store check-ins and information. The project includes three

modules: Admin, Sub-admin, and User.


Cold Storage Management System Project Report

Project Requirements

Project Name: Cold Storage Management System in PHP

Language Used: PHP5.6, PHP7.x

Database: MySQL 5.x

User Interface Design: HTML, AJAX, JQUERY, JAVASCRIPT

Web Browser: Mozilla, Google Chrome, IE8, OPERA

Software: XAMPP / Wamp / Mamp/ Lamp (anyone)


Cold Storage Management System Project Report

Admin Module

Admin:

- Update profile

- Change password

- Log out

Dashboard:

- View total registered users, cold storages, sub-admins, new applications, accepted applications,

rejected applications, and total applications.

Reg Users:

- View registered user details.

Subadmin:

- Manage sub-admin (Add/Update/Delete).

Pages:

- Manage "About Us" and "Contact Us" pages.

Cold Storage:

- Manage cold storage (Add/Update/Delete).

Application:

- View new, accepted, and rejected applications, give remarks, and change status.
Cold Storage Management System Project Report

Report:

- View application details within a specific period and search applications.


Cold Storage Management System Project Report

Sub-Admin Module

Sub-Admin has the same features as Admin, except they cannot create other Sub-Admins.
Cold Storage Management System Project Report

User Module

Un-registered Users:

1. Home: View website details.

2. About Us: See website details.

3. Contact Us: View contact details and contact the administrator.

Registered Users:

1. User:

- Update profile

- Change password

- Log out

2. Application Form:

- Send application for cold storage.

3. Cold Storage:

- Apply and view application history.

4. My Account:

- View and change profile and password.

5. Home: View website details.

6. About Us: See website details.

7. Contact Us: View contact details and contact the administrator.


Cold Storage Management System Project Report

How to run Cold Storage Management Project using PHP and MySQL

1. Download the zip file.

2. Extract the file and copy the csms folder.

3. Paste inside root directory (for XAMPP: xampp/htdocs, for WAMP: wamp/www, for LAMP:

var/www/html).

4. Open PHPMyAdmin (http://localhost/phpmyadmin).

5. Create a database named csmsdb.

6. Import csmsdb.sql file (located inside the zip package in the SQL file folder).

7. Run the script at http://localhost/csms (frontend).

User Credentials:

- Username: [email protected]

- Password: Test@123

Admin Credentials:

- Username: admin

- Password: Test@123

Sub-Admin Credentials:

- Username: admin1

- Password: 123

You might also like