You are on page 1of 2

INTERNET SERVICE PROVIDER MANAGEMENT

Internet Service Provider Management Project Using PHP and MySQL is a web-based
application. The project online Internet Service Provider Management Project includes
registration of users, storing their details into the system. The software has the facility to give a
unique id for every customer who wants to take an internet plan or dth plan and stores the details
of every user. Users also contact with administrator without registration.

ISPMS Modules

In this project, we use PHP and MySQL database. It has two modules
1. User
2. Admin
Admin Module
 Admin is the superuser of the website who can manage everything on the website. Admin
can log in through the login page
 Dashboard: In this section, admin can see all detail in brief like new dth request, Assign dth
request, rejected dth request, completed dth request, new broadband request, Assign
broadband request, rejected the broadband request, completed broadband request.
 Broadband Plans: In this section, admin can manage Broadband Plans (add/update/delete).
 DTH Plans: In this section, admin can mange DTH Plans (add/update/delete).
 Pages: In this section, admin can manage about us and contact us pages.
 Technicians: In this section, admin can mange technicians(add/update/delete)
 Broadband Booking Request: In this section, admin can manage broadband booking
requests and assign requests to technicians.
 DTH Booking Request: In this section, admin can manage broadband DTH requests and
assign requests to technicians.
 Reported Issues: In this section, admin can manage the reported issues of the customers.
 Reports: In this section, admin can generate between dates reports of broadband booking
requests and dth booking requests in particular time periods.
 Search: In this section, admin can search booking requests of broadband and dth with the
help of booking number.
 Reg Users: In this section, admin can view the details of registered users.
 Admin can also update his profile, change the password and recover the password.
Registered User Modules
 User can log in through the login page by registering himself/herself.
 Home Page: User can view the introduction page.
 About: User can view the about us page.
 Broadband: User can view the plans of broadband and the user can avail of the plan by
booking that plan.
 Digital Cable TV: User can view the plans of dth and the user can avail of the plan by
booking that plan.
 Contact Us: User can view the contact us page and also sent the inquiry, feedback, request,
and complaint.
 My Account: Registered user can view and update their profile and change the password of
their account.
 Request History: User can check the booking status of dth plan and broadband plans.

You might also like