Database
Payroll
Payroll Master
Employee
salaryEmployeeLeaveAssignment

salaryEmployeeLeaveAssignment

Documentation for the salaryEmployeeLeaveAssignment database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
employeeIdObjectIdUnique reference to employee.
employeeNameStringThe name or title of the salaryemployeeleaveassignment.
DepartmentStringStores the department data.
designationStringTimestamp/Date for designation.
leaveTypeObjectIdStores the leave type data.
currentYearLeaveNumberStores the current year leave data.
PreviousYearLeaveNumberStores the previous year leave data.
leaveAvailedNumberStores the leave availed data.
updatedUserIdObjectIdUnique reference to updated User.
updatedDateIdObjectIdUnique reference to updated Date.
isDeletedBooleanStores the is deleted data.
statusBooleanTimestamp/Date for status.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.