|
This entity holds the login record for the user. This entity can only be accessed by the Master user of the system. This master user is like a system administrator for the application. This entity records the login and logout time of every user. The login and logout time is taken from the system time stamp. The master must make sure that the time on each system is correct. |
|
Name |
Code |
Class Name |
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(30) |
|
Mandatory |
Yes |
|
Shows the generating identity of the login record. It holds the primary key for the LoginRec table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Displays the Internet Protocol (IP) address of where the user logged in from. |
|
Name |
|
|
Code |
|
|
Data Type |
timestamp |
|
Mandatory |
No |
|
This entity records the login date and time of the user. |
|
Name |
|
|
Code |
|
|
Data Type |
timestamp |
|
Mandatory |
No |
|
This attribute records the logout date and time of the user. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Shows the module of the product. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Shows the identity of the query for the login record. |
|
|
|