SalaryHeadMaster
Documentation for the SalaryHeadMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| unitId | ObjectId | Unique reference to unit. |
| designationId | ObjectId | Unique reference to designation. |
| companyHeadId | ObjectId | Unique reference to company Head. |
| amount | Number | Monetary or numeric value. |
| formulaId | ObjectId | Unique reference to formula. |
| displayOrder | Number | Stores the display order data. |
| mapping | Boolean | Stores the mapping data. |
| 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. |
| 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. |
| esionnh | Boolean | Stores the esionnh data. |
| remarks | String | Detailed notes or remarks. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | Date | Unique reference to inserted Date. |
| updatedDateId | Date | 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. |