1.This module helps to Add new activity, edit activity details, delete and search
for a particular activity record.
2.This is the view page of Activity Details
3.We can add activity details by clicking on Add New Button, where the page is redirected
to the update page
4.If we click on Save Changes button without entering anything then validation is
triggered and pop window opens up for all mandatory fields, untill all fields are
entered.
5.When we click on Upload Linkbutton, a pop up window contaning list of activity
images is displayed.
8.Date validation is checked for from and to date where to date needs to be greater
than from date.
9.Enter the details and click on Update button. The page is redirected to the view
page with the status message.
10.Click on Click Here button and then click on Edit Details option, to edit detais
of a particular record
11.The page is redirected to the update page and after doing required changed, the
page is redirected to the view page with the status message at the top
14.Activity can be deleted, by Clicking on Click Here button and then click on Delete
Record option, the pop up window for confirmation is displayed as below
15.When Ok button is clicked, the activity is deleted by displaying the status message
at the top
16.If we want to search for a particular record, enter the title in the textbox,
a list of records starting with the alphabet which you have entered is dispalyed,
select the record and then click on search button.
17.Only the particular record is displayed in the view page.
18.Onclick of Show All button, all records are displayed.