PfEsiPaidStatus
Documentation for the PfEsiPaidStatus database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| employeeId | ObjectId | Unique reference to employee. |
| employeeCode | String | Stores the employee code data. |
| unitId | ObjectId | Unique reference to unit. |
| departmentId | ObjectId | Unique reference to department. |
| month | String | Stores the month data. |
| year | String | Stores the year data. |
| pfPaid | Boolean | Unique reference to pf Paid. |
| esiPaid | Boolean | Unique reference to esi Paid. |
| updatedBy | ObjectId | Timestamp/Date for updatedBy. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedAt | Date | Timestamp/Date for deletedAt. |