SAL_Leavetype_Details
Documentation for the SAL_Leavetype_Details database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| leaveId | ObjectId | Unique reference to leave. |
| natureId | ObjectId | Unique reference to nature. |
| maxPerYear | Number | Stores the max per year data. |
| isCarryForward | Boolean | Stores the is carry forward data. |
| totalLeaveLimit | Number | Stores the total leave limit data. |
| leaveLimitPerInstance | Number | Stores the leave limit per instance data. |
| isFixedTimesIssue | Boolean | Timestamp/Date for isFixedTimesIssue. |
| totalTimesIssue | Number | Timestamp/Date for totalTimesIssue. |
| isCashable | Boolean | Stores the is cashable data. |
| maxCashableAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| minLeaveBalanceToEncash | mongoose.Types.Decimal128 | Stores the min leave balance to encash data. |
| isConvertible | Boolean | Stores the is convertible data. |
| leaveProcessingType | String | Stores the leave processing type data. |
| leaveAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| formulaId | ObjectId | Unique reference to formula. |
| isClubWeekluOff | Boolean | Stores the is club weeklu off data. |
| isCoverWeeklyOff | Boolean | Stores the is cover weekly off data. |
| isClubNationalHoliday | Boolean | Unique reference to is Club National Holiday. |
| isCoverNationalHoliday | Boolean | Unique reference to is Cover National Holiday. |
| isNegativeBalanceAllowed | Boolean | Timestamp/Date for isNegativeBalanceAllowed. |
| isPfDeducted | Boolean | Stores the is pf deducted data. |
| maxHoldAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| maxLimitInMonth | mongoose.Types.Decimal128 | Stores the max limit in month data. |
| basedOn | String | Stores the based on data. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| updatedDateId | ObjectId | Unique reference to updated Date. |