|
Shows the sub registry and its properties. It can show the different types of rates (Monthly / Daily / Hourly) or what kind of leave entitlement there is (Sick / Annual). It also includes the different data types where you are able to customise according to your needs. |
|
Name |
Code |
Class Name |
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
Yes |
|
Shows all the different identities of the sub registry. It can show the different types of rates (Monthly / Daily / Hourly) or what kind of entitlement there is (Sick / Annual). This holds the primary key for the SubRegistry table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(200) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(200) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(200) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(200) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
char(200) |
|
Mandatory |
No |
|
Shows the registry property. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
A double attribute, with real or rational numbers. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
No |
|
An attribute with an integer, i.e. whole numbers. |
|
Name |
|
|
Code |
|
|
Data Type |
char(1) |
|
Mandatory |
No |
|
A character attribute. It can store text information, such as names and contact numbers. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
A boolean attribute, usually in a form of a checkbox can either be true or false. Ticking the box will show "1" in the database while not checking the box will show "0". |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
A short string attribute. It can include letters, digits and special characters. It is a sequence of characters. |
|
Name |
|
|
Code |
|
|
Data Type |
char(255) |
|
Mandatory |
No |
|
A string attribute. It is a data type which includes letters, digits and special characters. It is a sequence of characters. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
An attribute with a date with the format DD-MM-YYYY. |
|
Name |
|
|
Code |
|
|
Data Type |
timestamp |
|
Mandatory |
No |
|
An attribute with the date and time, usually showing the date first followed by the time. |
|
|
|