SAL_LeaveWithoutPay_Master
Documentation for the SAL_LeaveWithoutPay_Master database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| leaveWithoutPayId | String | Unique reference to leave Without Pay. |
| employeeId | ObjectId | Unique reference to employee. |
| monthId | ObjectId | Unique reference to month. |
| yearId | ObjectId | Unique reference to year. |
| fromDate | Date | Timestamp/Date for fromDate. |
| toDate | Date | Timestamp/Date for toDate. |
| totalLeaveWithoutPay | mongoose.Types.Decimal128 | Stores the total leave without pay data. |
| remarks | String | Detailed notes or remarks. |
| 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. |
| timestamp | Date | Timestamp/Date for timestamp. |