Database
Leaveandattendance
SAL_LeaveWithoutPay_Master

SAL_LeaveWithoutPay_Master

Documentation for the SAL_LeaveWithoutPay_Master database schema.

Fields

FieldData TypeUsage
anyIdObjectIdUnique reference to any.
leaveWithoutPayIdStringUnique reference to leave Without Pay.
employeeIdObjectIdUnique reference to employee.
monthIdObjectIdUnique reference to month.
yearIdObjectIdUnique reference to year.
fromDateDateTimestamp/Date for fromDate.
toDateDateTimestamp/Date for toDate.
totalLeaveWithoutPaymongoose.Types.Decimal128Stores the total leave without pay data.
remarksStringDetailed notes or remarks.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.
timestampDateTimestamp/Date for timestamp.