| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Active | Indicates if the Record is Active or Not | bit | |
| Code | Labor Adjustment Code | nvarchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorId | User Id (Record Creator) | int | vr_users |
| CurrencyExchangeDate | Currency Exchange Date | datetime | |
| CurrencyExchangeId | Currency Exchange Id | int | |
| CurrencyId | Currency Id | int | vrpt_Currency |
| Description | Description | nvarchar | |
| FlatRate | Flat Rate | decimal | |
| HourlyRate | Hourly Rate | decimal | |
| Id | Labor Adjustment Id | int | |
| LaborAdjustmentTypeCode | Labor Adjustment Type Code | nvarchar | |
| LaborAdjustmentTypeDescription | Labor Adjustment Type Description | nvarchar | |
| LaborAdjustmentTypeId | Labor Adjustment Type Id | int | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierId | User Id (Record Modifier) | int | vr_users |
| Percentage | Percentage | decimal |