SalaryHeadSlabDetails
Documentation for the SalaryHeadSlabDetails database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| transactionId | String | Unique reference to transaction. |
| slabId | ObjectId | Unique reference to slab. |
| cityCategoryId | ObjectId | Unique reference to city Category. |
| cityId | ObjectId | Unique reference to city. |
| formulaId | ObjectId | Unique reference to formula. |
| fromCostOfCompany | Number | Stores the from cost of company data. |
| toCostOfCompany | Number | Stores the to cost of company data. |
| amount | Number | Monetary or numeric value. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| updatedDateId | ObjectId | Unique reference to updated Date. |
| timestamp | Date | Timestamp/Date for timestamp. |