Sie sind auf Seite 1von 3

1.

Product Line Management is a system used to maintain the product


details of multiple products. The requirements of the system are as follows:
a.Adding new Products
Application allows the user to add new products.
Product Name
Product Description
Product Price
Quantity
The application should auto generate a unique Product ID, which should be stored
in the database along with the product details entered.
Application should check for the uniqueness of the productname

b. Modifying Product
The user should be able to modify the Product Description based on Product ID.

c. Deleting a Product
The application should allow the user to delete the existing products based on
Product ID. If the Product ID entered does not exist, it should display appropriate
message.

d. View Product
The user can view the product details by providing the product ID. The application
should also provide a button to display all products. When this button is pressed,
all the product details should be displayed.


2. Telephone Directory System is a stand-alone application that facilitates
registered users of a Telephone Service Provider, to search for an individual
details using a telephone number and vice versa. The following are the functions
of the Telephone Directory System.

User Registration
The user of this application can register by entering the following details :
User Name
Login Name (Should be unique. The system should reject the name, if it is already
in use by another registered user)
Password
Address
Contact number

Login
The application should provide a login screen using which the user is going to
authenticate. Only registered user can login using their User Name and Password.
If the user is successful in authenticating himself, he should be provided with a
screen where he can either enter a name and try to find the telephone number
and address of the person or he can enter telephone number and the application
in turn displays the user name and address.

Search by Name
By entering the Name in the text box provided, the user should be able to view
the telephone number and address. If the name is invalid, It should display
appropriate message.

Search by Number :
Similarly, by entering the telephone number in the text box provided, the user
should be able to view the Name and the address. If the number is invalid, It
should display appropriate message





3. Project Entry System is a system used to maintain the project details The
requirements of the system are as follows:
a.Adding new Project
Application allows the user to add new projects.
Name(Application should check for the uniqueness of the Project Name),
Description, Owner (Emp no), Owner Email ID, Tentative Start date, Tentative End
Date, # resources planned, Budget planned.
The application should generate a unique Project ID, which should be stored in
the database along with the project details entered.

b. Modifying Project
The user should be able to modify the Owner (Emp no), Owner Email ID, Tentative
Start date, Tentative End Date, # resources planned, Budget planned based on
Project ID.

c. Deleting a Project
The application should allow the user to delete the existing projects based on
Project ID. If the Project ID entered does not exist, it should display appropriate
message.

d. View Project
The user can view the project details by providing the Project ID. The application
should also provide a button to display all projects. When this button is pressed,
all the project details should be displayed.

Das könnte Ihnen auch gefallen