Database
Leaveandattendance
SAL_Leavetype_Details

SAL_Leavetype_Details

Documentation for the SAL_Leavetype_Details database schema.

Fields

FieldData TypeUsage
anyIdObjectIdUnique reference to any.
leaveIdObjectIdUnique reference to leave.
natureIdObjectIdUnique reference to nature.
maxPerYearNumberStores the max per year data.
isCarryForwardBooleanStores the is carry forward data.
totalLeaveLimitNumberStores the total leave limit data.
leaveLimitPerInstanceNumberStores the leave limit per instance data.
isFixedTimesIssueBooleanTimestamp/Date for isFixedTimesIssue.
totalTimesIssueNumberTimestamp/Date for totalTimesIssue.
isCashableBooleanStores the is cashable data.
maxCashableAmountmongoose.Types.Decimal128Monetary or numeric value.
minLeaveBalanceToEncashmongoose.Types.Decimal128Stores the min leave balance to encash data.
isConvertibleBooleanStores the is convertible data.
leaveProcessingTypeStringStores the leave processing type data.
leaveAmountmongoose.Types.Decimal128Monetary or numeric value.
formulaIdObjectIdUnique reference to formula.
isClubWeekluOffBooleanStores the is club weeklu off data.
isCoverWeeklyOffBooleanStores the is cover weekly off data.
isClubNationalHolidayBooleanUnique reference to is Club National Holiday.
isCoverNationalHolidayBooleanUnique reference to is Cover National Holiday.
isNegativeBalanceAllowedBooleanTimestamp/Date for isNegativeBalanceAllowed.
isPfDeductedBooleanStores the is pf deducted data.
maxHoldAmountmongoose.Types.Decimal128Monetary or numeric value.
maxLimitInMonthmongoose.Types.Decimal128Stores the max limit in month data.
basedOnStringStores the based on data.
updatedUserIdObjectIdUnique reference to updated User.
updatedDateIdObjectIdUnique reference to updated Date.