Search This Blog

Sunday, December 23, 2012

Photos in Bharathnagar

Monday, December 10, 2012

OAF assignment Problem page





Problem Statement:

This assignment contains 3 pages:
         Department page
         Employee Page
         Manager Info page
         Employee Update Page

Department page: This page performs 4 actions:
         Find Employee
         Add Employee
         Update Employee changes
         Display Manager details

     Find Employee: Department page searches for employees under a given department name and department number. Clicking button 'FIND' should display all their details a table region in the same page.

     Add Employee: Clicking button 'ADD' should take us to Employee page where we should be able to  insert new employee details into Employee table by clicking button 'INSERT'.

     Update Employee changes: Clicking button 'UPDATE' should take us to Employee update page where we should be able to update employee dept number by clicking update button at each row.
              Dept Num field on Employee update page should be editable item (messagetextinput). User should be able to change the data in that column. Clicking 'UPDATE' button at each row should save the changes in employee table.

      Display Manager Details: Manager Name item on Department page should be a link item. Clicking which should take us to Manager Info page where corresponding manager
details will be displayed.