Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The purpose of this project is to keep a track on the human resource management at hospitals. To keep track of the current work force , their availability, their competency , how many people need training along with this the data model is in sync with the national registry.

Implementation :

1.Update the maven configuration of HR-module

2. Generate new tables if they do not exist as per the current hr data model in the hbm file and create the entities for the same

23.Currently the admin can Manage Jobtitles, staff  ,staff attributes and posts we need to add methods for managing certificate, competency, leave ,evaluation , discipline, education and injury. This can be implemented by adding methods in the Hr Manager service .

34.Creating forms for Hr Manager as well as Hr clerk for entering the data into the rest of the tables , keeping the current state of the project in mind we would have to add few tabs in the current screen  for training , leave , competency .

45. Provide a functionality where the admin can supply the excel sheet for ILO codes and they get updated in the database.

56. Currently the reports are getting generated by a predefined template in jasper , where as in the mock up the user can specify the parameters he would like to include , so I would work on genreating reports dynamically. 

67. Create a base page for the users to access the above any of the functionality so that the application can be deployed with RoleBasedHomePage as a standalone HR module.

...