SalaryDesignationMaster
Documentation for the SalaryDesignationMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| designationName | String | The name or title of the salarydesignationmaster. |
| uppercase | ObjectId | Stores the uppercase data. |
| unitId | ObjectId | Unique reference to unit. |
| PFBasedOn | String | Stores the p f based on data. |
| providentFundApplicable | Boolean | Unique reference to provident Fund Applicable. |
| esiBasedOn | String | Stores the esi based on data. |
| esiApplicable | Boolean | Stores the esi applicable data. |
| bonusBasedOn | String | Stores the bonus based on data. |
| bonusApplicable | Boolean | Stores the bonus applicable data. |
| amount | Number | Monetary or numeric value. |
| gpaAmount | Number | Monetary or numeric value. |
| RevisedDesignation | ObjectId | Timestamp/Date for RevisedDesignation. |
| seniorityLevel | String | Stores the seniority level data. |
| level | String | Stores the level data. |
| qualification | String | Timestamp/Date for qualification. |
| remarks | String | Detailed notes or remarks. |
| wageType | String | Stores the wage type data. |
| 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. |