SalaryEmployeeIncrementMaster
Documentation for the SalaryEmployeeIncrementMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| ementId | String | Unique reference to ement. |
| incrementDate | Date | Timestamp/Date for incrementDate. |
| effectiveFrom | Date | Stores the effective from data. |
| employeeId | ObjectId | Unique reference to employee. |
| currentCostOfCompany | Decimal128 | Stores the current cost of company data. |
| incrementAmount | Decimal128 | Monetary or numeric value. |
| incrementPercentage | Number | Stores the increment percentage data. |
| newCostOfCompany | Decimal128 | Stores the new cost of company data. |
| 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. |