LocationHeadSlabMaster
Documentation for the LocationHeadSlabMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| unitId | ObjectId | Unique reference to unit. |
| clientId | ObjectId | Unique reference to client. |
| designation | ObjectId | Timestamp/Date for designation. |
| headType | ObjectId | Stores the head type data. |
| amount | Number | Monetary or numeric value. |
| locationName | String | The name or title of the locationheadslabmaster. |
| esiApplicable | Boolean | Stores the esi applicable data. |
| pfApplicable | Boolean | Stores the pf applicable data. |
| otGross | Boolean | Stores the ot gross data. |
| nfhgross | Boolean | Stores the nfhgross data. |
| partOfGross | Boolean | Stores the part of gross data. |
| otRateHours | Number | Timestamp/Date for otRateHours. |
| esiOTHoursApplicable | Boolean | Stores the esi o t hours applicable data. |
| attendanceBonusRate | Number | Timestamp/Date for attendanceBonusRate. |
| attendanceBonusDaysLimit | Number | Timestamp/Date for attendanceBonusDaysLimit. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | ObjectId | Unique reference to inserted Date. |
| updatedDateId | ObjectId | Unique reference to updated Date. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedTime | Date | Timestamp/Date for deletedTime. |