salaryRembursementIntitlementMaster
Documentation for the salaryRembursementIntitlementMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| employeeId | ObjectId | Unique reference to employee. |
| headId | String | Unique reference to head. |
| financialYearId | String | Unique reference to financial Year. |
| employeeCode | String | Stores the employee code data. |
| amount | Number | Monetary or numeric value. |
| insertedUserId | String | Unique reference to inserted User. |
| updatedUserId | String | Unique reference to updated User. |
| insertedDateId | String | Unique reference to inserted Date. |
| updatedDateId | String | 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. |