+ All Categories
Home > Engineering > Complaint management system

Complaint management system

Date post: 13-Feb-2017
Category:
Upload: namanbiltiwala
View: 469 times
Download: 0 times
Share this document with a friend
18
PROJECT PRESENTATION ON COMPLAINT MANAGEMENT SYSTEM PRESENTED BY: NAMAN JAIN 12EDACS400 SUMMER TRAINING PROJECT
Transcript
Page 1: Complaint management system

PROJECT PRESENTATION ON

COMPLAINT MANAGEMENT SYSTEM

PRESENTED BY:NAMAN JAIN 12EDACS400

SUMMER TRAINING PROJECT

Page 2: Complaint management system

INTRODUCTION TO THE PROJECT

• This web application allows user to register complaints.

• This web application has login page to sign-in where user enters a username and password to register a complaint.

• New user sign-up to register a complaint. This web application contain sign-up form that is to be filled by the user .

• This web application also provide complaint number with detail.

Page 3: Complaint management system

There are basically four modules in my project. These are:• Admin• Technical Head• Technical Engineer• Customers

The Sign Up facility for the admin and the employees will be encountered by the Database Administrator(DBA) which can either be any designate person or the admin itself.

Page 4: Complaint management system

ABOUT PHP

• PHP is one of the most commonly used server side scripting language.

• PHP stands for Hypertext Preprocessor.• About 250 million websites have been running

currently on PHP.• PHP is basically a backend scripting language

which is used to provide dynamic operations to the code

Page 5: Complaint management system

ABOUT MYSQL

• MySQL is Relational Database Management System.

• MySQL is ideal for both small and large applications

• MySQL executes standard SQL command.• MySQL compiles on a number of platforms i.e.

supports cross platforms.• MySQL is also open source in nature.

Page 6: Complaint management system

XAMPP

• XAMPP stands for Cross Platform APACHE HTTP Server MySQL Perl PHP.

• XAMPP has inbuilt MySQL database server.

Page 7: Complaint management system

SCREENSHOTS

Page 8: Complaint management system

INDEX.PHPIn this page, all the links of the web application are been given. Whenever the user clicks on any of these links he/she will be directed to the respective page.

Page 9: Complaint management system

LOGIN.PHPIn this page the already existing user can login in his account through inserting his username and password this login page.

Page 10: Complaint management system

REGISTER.PHP In this page the new user can register easily. He/ she has to fill this form by inserting details like name, username, password, confirm password and finally submit button.

Page 11: Complaint management system

ADMINVIEW.PHPIn this page the admin is given a authority to transfer all the queries coming from the customers to the respective technical heads.

Page 12: Complaint management system

TECHNICAL HEAD.PHP In this page the technical head is given a authority to transfer all the queries coming from the customers to the respective technical engineers or technical person.

Page 13: Complaint management system

TECHNICALPERSON.PHP In this page, all the queries sent by technical head are displayed. After solving them technical person transfers them to the customer.

Page 14: Complaint management system

USERVIEW.PHP This is a user view page. Already a user has logged in i.e. [email protected]. In this page he can enter his product number, product name, and the problem which he is facing and finally he can submit this query and after this query being submitted goes to admin.

Page 15: Complaint management system

“Crm” DATABASE .“register” TABLEThis is a snapshot of a database with some entries. This is a snapshot of a relational database management system (MYSQL). It has columns like Sno., Name, Username, Password, Status.

Page 16: Complaint management system

“Crm” DATABASE .“query” TABLEThis is a snapshot of a database with some entries. This is a snapshot of a relational database management system (MYSQL). It has columns like Sno., Username, Products, Product name, Query, Technical Head, Technical Person, Solution, Status, Feedback.

Page 17: Complaint management system

Any Queries

Page 18: Complaint management system

Thank you!


Recommended