Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_salarystructuretemplateelements_id_seq'::regclass) |
|
|
Primary key |
||||
| templateid | int8 | 19 | null |
|
|
FK: public.tbl_SalaryStructureTemplate.Id |
|||||
| payelementid | int8 | 19 | null |
|
|
FK: public.tbl_PayElements.Id (Implied) |
|||||
| calculationtype | varchar | 50 | null |
|
|
Defines how the value for the |
|||||
| sectionname | varchar | 50 | null |
|
|
The section of the salary structure/slip where this element belongs (e.g., A=Earnings, B=Deductions, C=Employer Contribution). |
|||||
| valueamount | numeric | 0 | √ | null |
|
|
The fixed amount to be used for calculation, if |
||||
| valuepercentage | numeric | 0 | √ | null |
|
|
The percentage rate to be used for calculation, if |
||||
| valuepayelementid | int8 | 19 | √ | null |
|
|
FK: public.tbl_PayElements.Id (Implied) |
||||
| remark | varchar | 500 | √ | null |
|
|
Any internal comments or notes related to the calculation or definition of this element. |
||||
| createdby | varchar | 50 | null |
|
|
||||||
| modifiedby | varchar | 50 | null |
|
|
||||||
| createddate | timestamp | 29,6 | null |
|
|
||||||
| modifieddate | timestamp | 29,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_salarystructuretemplateelements_pk_tbl_salarystructuretempl | Primary key | Asc | id |


