Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fnflineid | bigserial | 19 | √ | nextval('tbl_fndfline_fnflineid_seq'::regclass) |
|
|
Primary key |
||||
| fnfheaderid | int8 | 19 | √ | null |
|
|
FK: public.tbl_fndfheader.id |
||||
| fnfpayelementname | varchar | 50 | √ | null |
|
|
Meaning: The descriptive name of the earning or deduction element (e.g., “Pro-rata Basic,” “Leave Encashment,” “Notice Period Deduction”). |
||||
| fnfadddeduct | varchar | 15 | √ | null |
|
|
Indicates whether the line item is an Addition (Earning) or a Deduction. |
||||
| fnfamount | numeric | 0 | √ | '0'::numeric |
|
|
The calculated base amount for the pay element before considering days or final adjustments. |
||||
| employeecont | numeric | 0 | √ | '0'::numeric |
|
|
The portion of the amount that represents the employee’s contribution to statutory funds (e.g., PF, ESI). |
||||
| employeeppf | numeric | 0 | √ | '0'::numeric |
|
|
The employee’s specific contribution to the Public Provident Fund or a related retirement scheme. |
||||
| admincharge | numeric | 0 | √ | '0'::numeric |
|
|
Any administrative fees or charges applied to this line item (e.g., bank transfer fees, processing charges). |
||||
| otheramount | numeric | 0 | √ | '0'::numeric |
|
|
Any additional or miscellaneous amount relevant to this pay element. |
||||
| days | numeric | 0 | √ | null |
|
|
The number of days used in the pro-rata calculation for this pay element (e.g., days worked, days of leave encashment). |
||||
| actamount | numeric | 0 | √ | null |
|
|
The final Actual Amount calculated for this line item, which contributes to the net final settlement total. |
||||
| comm1 | numeric | 0 | √ | null |
|
|
Custom comment/remark 1 specific to this line item calculation. |
||||
| comm2 | numeric | 0 | √ | null |
|
|
Custom comment/remark 2. |
||||
| comm3 | numeric | 0 | √ | null |
|
|
Custom comment/remark 3. |
||||
| comm4 | numeric | 0 | √ | null |
|
|
Custom comment/remark 4. |
||||
| comm5 | int4 | 10 | √ | null |
|
|
Custom comment/remark 5. |
||||
| comm6 | varchar | 100 | √ | null |
|
|
Custom comment/remark 6. |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the FnF line item was created. |
||||
| createdby | varchar | 100 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of the last modification to the FnF line item. |
||||
| modifiedby | varchar | 100 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
||||
| salarytype | varchar | 50 | √ | '''SALARY'''::character varying |
|
|
The type of salary or pay structure this element belongs to (e.g., Fixed, Variable). |
||||
| payelementid | int8 | 19 | √ | null |
|
|
FK: Reference to a pay element master table |
||||
| fnfmonth | int4 | 10 | √ | null |
|
|
The payroll month to which this FnF line item applies. |
||||
| fnfyear | int4 | 10 | √ | null |
|
|
The payroll year to which this FnF line item applies. |
||||
| istaxpending | bool | 1 | √ | null |
|
|
Flag indicating if tax calculation or deduction is still pending for this specific final settlement element. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_fndfline_pk_tbl_fndfline | Primary key | Asc | fnflineid |


