salaryEmployeeLeaveAssignment
Documentation for the salaryEmployeeLeaveAssignment database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| employeeId | ObjectId | Unique reference to employee. |
| employeeName | String | The name or title of the salaryemployeeleaveassignment. |
| Department | String | Stores the department data. |
| designation | String | Timestamp/Date for designation. |
| leaveType | ObjectId | Stores the leave type data. |
| currentYearLeave | Number | Stores the current year leave data. |
| PreviousYearLeave | Number | Stores the previous year leave data. |
| leaveAvailed | Number | Stores the leave availed data. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| 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. |