salLeaveEncashmentDetailsModel
Documentation for the salLeaveEncashmentDetailsModel database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| encashmentId | String | Unique reference to encashment. |
| employeeId | ObjectId | Unique reference to employee. |
| leaveId | ObjectId | Unique reference to leave. |
| transactionDate | Date | Timestamp/Date for transactionDate. |
| balanceLeave | mongoose.Types.Decimal128 | Stores the balance leave data. |
| totalLeaveEncashment | mongoose.Types.Decimal128 | Stores the total leave encashment data. |
| encashmentAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| payableAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| monthId | ObjectId | Unique reference to month. |
| yearId | ObjectId | Unique reference to year. |
| employeeAc1 | mongoose.Types.Decimal128 | Stores the employee ac1 data. |
| employerAc1 | mongoose.Types.Decimal128 | Stores the employer ac1 data. |
| accountAc10 | mongoose.Types.Decimal128 | Stores the account ac10 data. |
| accountAc2 | mongoose.Types.Decimal128 | Stores the account ac2 data. |
| accountAc21 | mongoose.Types.Decimal128 | Stores the account ac21 data. |
| accountAc22 | mongoose.Types.Decimal128 | Stores the account ac22 data. |
| totalEmployeeAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| totalEmployerAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| totalAdminAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| totalPayableAmount | mongoose.Types.Decimal128 | Monetary or numeric value. |
| isPaid | Boolean | Unique reference to is Paid. |
| 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. |