SalaryRecovery
Documentation for the SalaryRecovery database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| empCode | String | Stores the emp code data. |
| employeeId | ObjectId | Unique reference to employee. |
| amount | Number | Monetary or numeric value. |
| month | String | Stores the month data. |
| year | String | Stores the year data. |
| unit | ObjectId | Stores the unit data. |
| salaryProcessId | ObjectId | Unique reference to salary Process. |
| attendanceId | ObjectId | Unique reference to attendance. |
| isRecovered | Boolean | Stores the is recovered data. |
| recoveredAmount | Number | Monetary or numeric value. |
| remainingAmount | Number | Monetary or numeric value. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | Date | Unique reference to inserted Date. |
| updatedDateId | Date | 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. |