SalEmployeeIncrementTransaction
Documentation for the SalEmployeeIncrementTransaction database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| incrementId | ObjectId | Unique reference to increment. |
| salaryHeadId | ObjectId | Unique reference to salary Head. |
| incrementAmount | Decimal128 | Monetary or numeric value. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedDateId | ObjectId | Unique reference to updated Date. |