EmployeeHead
Documentation for the EmployeeHead database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| employeeId | ObjectId | Unique reference to employee. |
| companyHeadId | ObjectId | Unique reference to company Head. |
| amount | ObjectId | Monetary or numeric value. |
| formulaId | ObjectId | Unique reference to formula. |
| active | Boolean | Stores the active data. |
| salaryRegisterShowFlag | Boolean | Stores the salary register show flag data. |
| blockSummation | Boolean | Timestamp/Date for blockSummation. |
| providentFundGrossPart | Boolean | Unique reference to provident Fund Gross Part. |
| employeeStateInsuranceGrossPart | Boolean | Timestamp/Date for employeeStateInsuranceGrossPart. |
| grossPart | Boolean | Stores the gross part data. |
| OTRateHours | Number | Timestamp/Date for OTRateHours. |
| AttendBonusRate | Number | Timestamp/Date for AttendBonusRate. |
| AttendBonusDaysLimit | Number | Timestamp/Date for AttendBonusDaysLimit. |
| otGross | Boolean | Stores the ot gross data. |
| nfhgross | Boolean | Stores the nfhgross data. |
| presenceDependent | Boolean | Stores the presence dependent data. |
| esiGrossPart | Boolean | Stores the esi gross part data. |
| effectiveFrom | String | Stores the effective from data. |
| remarks | String | Detailed notes or remarks. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedAt | Date | Timestamp/Date for deletedAt. |