LabourCosts
less than a minute
| Name | Type | Size | Description |
|---|---|---|---|
| DontMultiplyWithPosQty | Bool | 1 | If True: Don’t multiply with position quantity. |
| ElevationId | Long Integer | 4 | FOREIGN KEY refers to Elevations.ElevationID |
| LabourCostsId | Long Integer | 4 | PRIMARY KEY |
| Name | Text | 255 | Name / Description |
| Price | Double | 8 | Price |
| Show | Bool | 1 | Display labourcost |
| TimeReduction | Double | 8 | Time reduction in percent |
| Type | Long Integer | 4 | TimeType |