|
This record is created whenever the user initialises the new sub period. Without the record for the sub period, YTD processing and pay processing are not permitted. |
|
Name |
Code |
Class Name |
|
Reference |
||
|
Reference |
||
|
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 |
char(30) |
|
Mandatory |
Yes |
|
Shows the generating identity of the sub period record. This is also the primary key for the SubPeriodRecord table. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
No |
|
Shows the year for the pay record. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
No |
|
Shows the period for the pay record. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
Yes |
|
Holds the sub period for the pay record. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Shows the status of the sub period. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
The Start Date is computed from the first day and first month of the SubPeriodTemplate entity. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
The End Date is computed from the last day and last month of the SubPeriodTemplate entity. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
This attribute will only be enabled if the Pay Group has been locked. If true, it will supercede all conditions to stop creating pay records. This will prevent payroll processing so long as the check box is ticked. If there is a need to suspend the pay, tick the checkbox and the database will show "1", otherwise, untick the checkbox and the database will show "0" |
|
|
|