EmployeeAppraisalMaster
Documentation for the EmployeeAppraisalMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| appraisalId | String | Unique reference to appraisal. |
| appraisalDate | Date | Timestamp/Date for appraisalDate. |
| financialYearId | ObjectId | Unique reference to financial Year. |
| employeeId | ObjectId | Unique reference to employee. |
| fileName | String | The name or title of the employeeappraisalmaster. |
| contentType | String | Stores the content type data. |
| attachment | Buffer // Assuming image data will be stored as a Buffer (binary data) | Timestamp/Date for attachment. |
| employeeComments | String | Stores the employee comments data. |
| headOfDepartmentComments | String | Stores the head of department comments data. |
| joiningDirectorComments | String | Stores the joining director comments data. |
| directorComments | String | Stores the director comments data. |
| otherComments | String | Stores the other comments data. |
| isDeleted | Boolean | Stores the is deleted 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. |
| timestamp | Date | Timestamp/Date for timestamp. |