Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_empdaycount_id_seq'::regclass) |
|
|
||
| cmpid | int4 | 10 | √ | null |
|
|
||
| empid | varchar | 50 | √ | null |
|
|
||
| month | int2 | 5 | √ | null |
|
|
||
| year | int2 | 5 | √ | null |
|
|
||
| totaldays | numeric | 0 | √ | null |
|
|
||
| presentdays | numeric | 0 | √ | null |
|
|
||
| absentdays | numeric | 0 | √ | null |
|
|
||
| nonworkingday | numeric | 0 | √ | null |
|
|
||
| unpaidleave | numeric | 0 | √ | null |
|
|
||
| paidleave | numeric | 0 | √ | null |
|
|
||
| actualpaydays | numeric | 0 | √ | null |
|
|
||
| aothrs | numeric | 0 | √ | null |
|
|
||
| isfreezed | bool | 1 | √ | false |
|
|
||
| totalhours | numeric | 0 | √ | null |
|
|
||
| attendancepenaltycount | numeric | 0 | √ | null |
|
|
||
| attendanceprocessedpenaltycount | numeric | 0 | √ | null |
|
|
||
| leavepenaltycount | numeric | 0 | √ | null |
|
|
||
| leaveprocessedpenaltycount | numeric | 0 | √ | null |
|
|
||
| shortfallnwhours | numeric | 0 | √ | null |
|
|
||
| remainingworkingdays | int4 | 10 | √ | null |
|
|
||
| isimport | bool | 1 | √ | false |
|
|
||
| totalworkingdays | numeric | 0 | √ | null |
|
|
||
| actualholiday | numeric | 0 | √ | null |
|
|
||
| actualoffday | numeric | 0 | √ | null |
|
|
||
| actualnonworkingday | numeric | 0 | √ | null |
|
|
||
| holiday | numeric | 0 | √ | null |
|
|
||
| offday | numeric | 0 | √ | null |
|
|
||
| actualhours | numeric | 0 | √ | null |
|
|
||
| nethours | numeric | 0 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| createdby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| salarypenaltycount | float8 | 17,17 | √ | null |
|
|
||
| salarypenaltyprocessedcount | float8 | 17,17 | √ | null |
|
|
||
| aothrsnw | numeric | 0 | √ | null |
|
|
||
| aothrshd | numeric | 0 | √ | null |
|
|
||
| aothrsid | int8 | 19 | √ | null |
|
|
||
| aothrsnwid | int8 | 19 | √ | null |
|
|
||
| aothrshdid | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_empdaycount_pk_tbl_empdaycount | Primary key | Asc | id |
| ix_tbl_empdaycount_empid_month_year | Performance | Asc/Asc/Asc | empid + month + year |
