salaryGradeMaster
Documentation for the salaryGradeMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| stationedAt | ObjectId | Timestamp/Date for stationedAt. |
| Description | String | Detailed notes or remarks. |
| head | ObjectId | Stores the head data. |
| Amount | Number | Monetary or numeric value. |
| MaxLimit | String | Stores the max limit data. |
| PercentApplicable | Boolean | Stores the percent applicable data. |
| Yearly | Boolean | Stores the yearly data. |
| 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. |