Thursday, 14 June 2012

Contact Management System

Contact management system is becoming very popular these days. The management of company decides to store the personal details of all its employees. To perform this activity, the management decides to develop an application that resembles a digital diary. The application enables the management of company to store various details of its employees which includes:
1. Add address
2. Add Email address
3. Add Phone numbers
4. Add Birthdays
5. Add Reminders
To implement these features , CMS needs to have following modules:
  • Initial module is applet. It helps to run the program on the browser.
  • Login module to check the credentials of employees.
  • Main module to display the main menu of an application.
  • Add contact module to store the contacts of the employees working in the company.
  • Update/Delete contact module is used to update or delete the users contact details. 

Benefits of CMS:          

1. Easily keep track of the data: Its easy to keep the track of all the data with one program.
2. Easy to use: The another benefit of CMS is that it is easy to use. It will take less time for everyone to be able to use it properly.

2 comments:

  1. to make such kind of software which coding should be secure for hiding all the detalis of users related to their contacts????

    ReplyDelete
    Replies
    1. The coding can be done either in java or .net or any other programming language. For hiding all the details of users related to their contacts we can use authentication by giving their login id and password.

      Delete