SAL_Employee_ReimDocStatus
Documentation for the SAL_Employee_ReimDocStatus database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| documentId | ObjectId | Unique reference to document. |
| employeeId | ObjectId | Unique reference to employee. |
| headId | ObjectId | Unique reference to head. |
| documentSubmissionStatus | String | Timestamp/Date for documentSubmissionStatus. |
| documentSubmissionAmount | Number | Monetary or numeric value. |
| billNumber | String | Stores the bill number data. |
| billDate | Date | Timestamp/Date for billDate. |
| submissionDate | Date | Timestamp/Date for submissionDate. |
| financialYearId | ObjectId | Unique reference to financial Year. |
| 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. |