salaryWeeklyOffMaster
Documentation for the salaryWeeklyOffMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| unit | ObjectId | Stores the unit data. |
| departmentId | String | Unique reference to department. |
| sunday | Boolean | Stores the sunday data. |
| monday | Boolean | Stores the monday data. |
| tuesday | Boolean | Stores the tuesday data. |
| wednesday | Boolean | Stores the wednesday data. |
| thursday | Boolean | Stores the thursday data. |
| friday | Boolean | Unique reference to friday. |
| saturday | Boolean | Timestamp/Date for saturday. |
| 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. |