0% found this document useful (0 votes)
28 views

Project Report: Project Name: Submitted To: Submitted by

The document describes a contact management system project created by Sumit, Sushil Bharti, Jai Verma, and Luv Gupta. The project uses Java to store and manage contact details, including address, phone number, email, birthday, anniversary, and reminders. Key features of the project include forms for adding, updating, deleting, and searching contacts by address, phone number, email, birthday, anniversary, and reminders. The project aims to provide a way to centrally store and manage contact information for individuals.

Uploaded by

Vinod Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Project Report: Project Name: Submitted To: Submitted by

The document describes a contact management system project created by Sumit, Sushil Bharti, Jai Verma, and Luv Gupta. The project uses Java to store and manage contact details, including address, phone number, email, birthday, anniversary, and reminders. Key features of the project include forms for adding, updating, deleting, and searching contacts by address, phone number, email, birthday, anniversary, and reminders. The project aims to provide a way to centrally store and manage contact information for individuals.

Uploaded by

Vinod Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Project Report

Project Name: Contact Management System


Submitted To: Mrs. Rakhi Puri
Submitted by:
Sumit [08552]

Sushil Bharti [08553]

Jai Verma [08567]

Luv Gupta [08571]


ACKNOWLEDGEMENT

This project “Contact Management System” using Java is an effort to show


the Contact Details of an individual. It is pleasure to acknowledge with deep sense
of gratitude for the invaluable help and guidance rendered by our project guide
Mrs. Rakhi Puri under whose guidance I have been able to complete my project.

We pen off with thanks to Mrs. Kamlesh Dutta (HOD, CSE Dept.) and everyone
including the faculty, staff members of our institute who had helped us from time
to time in successful completion of our project.

PREPARED BY:

Sumit [08552]

Sushil Bharti [08553]

Jai Verma [08567]

Luv Gupta [08571]


E-R DIAGRAM
CMS Application:
This file is used for welcome page having a link for login page.

Login:
This file is used for login form.

Events:

The events in the main form-

1. Add contact.

2. Update/delete contact.

3. Search contact.

4. Exit.

Add Contact
This form is used to add information about people .This includes
address, Phone, Email address, Birthday, Anniversary, and Reminder .

Add address
This give rise to address entry form which includes entry ID, Name,
Address, City, State, Country, Zip code . AddAddress .java is used for
this purpose.
Add Phone no.
The entry form includes Entry ID, Name, and Phone No

Addphone.java is used to develop a form to add phone no.

Add Email ID
The Form includes entry ID, Name, Email ID.

AddEmail.java is used to enter the details about the email of the


people.

Add birthday
The form includes Entry ID, Name, and Enter Date of Birth.

AddBirthdayForm.java is used to develop the birthday form.

Add Anniversary
This form is similar to Add birthday.

AddAnniv.java is used to add details about anniversary of user.


Add Reminder
This form includes Entry ID, Name, Enter reminder text, Enter Date of
Reminder,

AddRemindForm.java is used to add reminder for a particular event.

Update/Delete contact-
UpdateDeleteform.java is used for main page of update/delete option.

This form includes following links-

Update/delete Address, Update/delete Phone no.(UpdatePhone.java ),


Update/delete Email(UpdateEmail.java), Update/delete
Birthday(UpDelBirthday.java) ,Update/delete
Aniversary(UpdDelAnniv.java), Update/delete
Remainder(UpDelRemform.java):

These form includes select name(primary key),update ,delete.


Search Contact:
SearchForm.java is use to develop Search Contact page.

This page includes following links:

Search address(SearchAddr.java), search Email(SearchEmailId.java),


search Phone no(SearchPhone.java). search
birthday(SearchBirthdayForm.java), search
anniversary(SearchAnnivForm.java) ,

search remainder(SearchRemindForm).

Exit:
This is use to exit the login section for a particular user.

You might also like