Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_payrollcycle_id_seq'::regclass) |
|
|
Primary key |
|
| sbuid | int8 | 19 | null |
|
|
FK: public.tbl_SBU.sbuId (Implied) |
||
| cycletype | varchar | 50 | null |
|
|
The frequency of the payroll cycle (e.g., CALENDAR_MONTH, ATTENDANCE_CUT_OFF, SALARY_CUT_OFF). |
||
| effectivedate | date | 13 | null |
|
|
The date from which this specific payroll cycle rule set is active. |
||
| cutoffdate | int8 | 19 | √ | null |
|
|
The day of the month (1-31) used to define the pay period cutoff (e.g., a value of 25 means the pay period runs from the 26th of the previous month to the 25th of the current month). |
|
| fixedday | int8 | 19 | √ | null |
|
|
The fixed day of the month (1-31) on which the salary is typically credited to the employee. |
|
| tentativeattendanceprocessdate | int8 | 19 | √ | null |
|
|
The tentative day of the month (1-31) when the system should begin processing attendance data for the period. |
|
| tentativeattendancefreezedate | int8 | 19 | √ | null |
|
|
The tentative day of the month (1-31) when attendance approvals are typically due and the attendance data is frozen for payroll calculation. |
|
| tentativepayrolldate | int8 | 19 | √ | null |
|
|
The tentative day of the month (1-31) for the final payroll calculation run, usually a few days before the |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_payrollcycle_pk_tbl_payrollcycle | Primary key | Asc | id |
