SalaryLeavetypeMaster
Documentation for the SalaryLeavetypeMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| leaveType | String | Stores the leave type data. |
| shortDescription | String | Detailed notes or remarks. |
| leaveNature | String | Timestamp/Date for leaveNature. |
| remarks | String | Detailed notes or remarks. |
| natureId | ObjectId | Unique reference to nature. |
| maxPerYear | Number | Stores the max per year data. |
| calculateOnEarned | Boolean | Timestamp/Date for calculateOnEarned. |
| isCarryForward | Boolean | Stores the is carry forward data. |
| carryForwardLeaveLimit | Number | Stores the carry forward leave limit 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 | Number | Monetary or numeric value. |
| minLeaveBalanceToEncash | Number | Stores the min leave balance to encash data. |
| isConvertible | Boolean | Stores the is convertible data. |
| leaveProcessingType | String | Stores the leave processing type data. |
| leaveAmount | Number | 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 | Number | Monetary or numeric value. |
| maxLimitInMonth | Number | Stores the max limit in month data. |
| basedOn | String | Stores the based on data. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | ObjectId | Unique reference to inserted Date. |
| 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. |