SalaryAnalysisCalculationLock
Documentation for the SalaryAnalysisCalculationLock database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| branchId | ObjectId | Unique reference to branch. |
| month | Number | Stores the month data. |
| min | Number | Stores the min data. |
| max | Number | Stores the max data. |
| year | Number | Stores the year data. |
| reportType | String | Stores the report type data. |
| lockedAt | Date | Timestamp/Date for lockedAt. |
| lockedBy | ObjectId | Stores the locked by data. |
| expiresAt | Date | Timestamp/Date for expiresAt. |