SalaryEmployeeOtherDetails
Documentation for the SalaryEmployeeOtherDetails database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| employeeId | ObjectId | Unique reference to employee. |
| gender | String | Stores the gender data. |
| religionId | ObjectId | Unique reference to religion. |
| categoryId | ObjectId | Unique reference to category. |
| incrementDate | Date | Timestamp/Date for incrementDate. |
| correspondenceAddress | String | Stores the correspondence address data. |
| correspondenceContactNumber | String | Stores the correspondence contact number data. |
| permanentAddress | String | Stores the permanent address data. |
| permanentContactNumber | String | Stores the permanent contact number data. |
| technicalQualifications | String | Timestamp/Date for technicalQualifications. |
| scholarships | String | Stores the scholarships data. |
| reference | String | Stores the reference data. |
| height | String | Stores the height data. |
| identificationMarks | String | Unique reference to identification Marks. |
| paymentMode | String | Stores the payment mode data. |
| houseRent | Number | Stores the house rent data. |
| hobbies | String | Stores the hobbies data. |
| remarks | String | Detailed notes or remarks. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| updatedDateId | ObjectId | Unique reference to updated Date. |
| timestamp | Date | Timestamp/Date for timestamp. |