|
This entity would hold the record of each employee's login time stamp. With the login time, the master application administrator would know who accessed the application and will also tally with the audit trail or database log. |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
Yes |
|
This attribute holds the idenitity of the record. This attribute is a running number, therefore when a record is created, it would be inserted into a new record. It also holds the primary key for the UserLogRec table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
This attribute would record the user identity for logging in to the application. |
|
Name |
|
|
Code |
|
|
Data Type |
timestamp |
|
Mandatory |
No |
|
This attribute would record the time stamp that the user logs in to the application. |
|
Name |
|
|
Code |
|
|
Data Type |
timestamp |
|
Mandatory |
No |
|
This attribute would record the timestamp of when the user logged out of the application. |
|
|
|