|
This is used for keeping track of an employee's job responsibilities. This module is linked to the competency module and can import data that you have created for positions under there (competency module). An employee can have more than one Job Responsibility record (listed in the data grid). |
|
Name |
Code |
Class Name |
|
Reference |
||
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
Yes |
|
System generated identifier. It is blind to the user. It also holds the primary key for the Employee table. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
Yes |
|
Shows the effective date of the job responsibility. This acts as a primary key for the JobRespon table. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
This attribute would record the expiry date for the user to access the system. This expiry date would only be checked upon starting up the system. If there isn't a date set, there is no expiry date for the user to access the system. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
No |
|
Shows the frequency of the job responsibilities in percentage. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Store remarks. |
|
|
|